summaryrefslogtreecommitdiff
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)Author
2020-02-28ftrace: fpid_next() should increase position indexVasily Averin
2020-01-12ftrace: Avoid potential division by zero in function profilerWen Yang
2019-08-06ftrace: Enable trampoline when rec count returns back to oneCheng Jian
2019-04-27kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu
2018-12-21tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)
2018-02-17ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)
2017-10-12ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang
2017-09-27ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)
2017-08-30ftrace: Check for null ret_stack on profile function graph entry functionSteven Rostedt (VMware)
2017-07-27ftrace: Fix uninitialized variable in match_records()Dan Carpenter
2017-04-21ftrace: Fix function pid filter on instancesNamhyung Kim
2017-04-21ftrace: Fix removing of second function probeSteven Rostedt (VMware)
2016-11-14ftrace: Add more checks for FTRACE_FL_DISABLED in processing ip recordsSteven Rostedt (Red Hat)
2016-11-14ftrace: Ignore FTRACE_FL_DISABLED while walking dyn_ftrace recordsAlexei Starovoitov
2016-09-01ftrace: Access ret_stack->subtime only in the function profilerNamhyung Kim
2016-07-05ftrace: Move toplevel init out of ftrace_init_tracefs()Steven Rostedt (Red Hat)
2016-06-20ftrace: Have set_ftrace_pid use the bitmap like events doSteven Rostedt (Red Hat)
2016-05-22Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2016-05-20ftrace: Don't disable irqs when taking the tasklist_lock read_lockSoumya PN
2016-04-27ftrace: Match dot symbols when searching functions on ppc64Thiago Jung Bauermann
2016-04-18Merge branch 'topic/livepatch' into nextMichael Ellerman
2016-04-14ftrace: Make ftrace_location_range() globalMichael Ellerman
2016-03-24Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches
2016-03-18ftrace: Use kasprintf() in ftrace_profile_tracefs()Geliang Tang
2016-03-18ftrace: Update dynamic ftrace calls only if necessaryJiri Olsa
2016-03-18ftrace: Make ftrace_hash_rec_enable return update boolJiri Olsa
2016-02-17ftrace/module: remove ftrace module notifierJessica Yu
2016-01-07ftrace: Fix the race between ftrace and insmodQiu Peiyang
2016-01-07ftrace: Add infrastructure for delayed enabling of module functionsSteven Rostedt (Red Hat)
2015-12-23ftrace: Clean up ftrace_module_init() codeSteven Rostedt (Red Hat)
2015-12-23ftrace: Join functions ftrace_module_init() and ftrace_init_module()Abel Vesa
2015-12-23ftrace: Have ftrace_ops_get_func() handle RCU and PER_CPU flags tooSteven Rostedt (Red Hat)
2015-12-23ftrace: Remove use of control list and opsSteven Rostedt (Red Hat)
2015-12-23ftrace: Fix output of enabled_functions for showing trampSteven Rostedt (Red Hat)
2015-12-23ftrace: Fix a typo in commentLi Bin
2015-11-25ftrace: Show all tramps registered to a record on ftrace_bug()Steven Rostedt (Red Hat)
2015-11-25ftrace: Add variable ftrace_expected for archs to show expected codeSteven Rostedt (Red Hat)
2015-11-25ftrace: Add new type to distinguish what kind of ftrace_bug()Steven Rostedt (Red Hat)
2015-11-06Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2015-10-20ftrace: add module globbingDmitry Safonov
2015-10-20ftrace: Introduce ftrace_glob structureDmitry Safonov
2015-10-16ftrace: Clarify code for mod commandDmitry Safonov
2015-10-13ftrace: Remove redundant strsep in mod_callbackDmitry Safonov
2015-10-06sched/core: Fix trace_sched_switch()Peter Zijlstra
2015-10-01ftrace: Remove redundant swap functionRasmus Villemoes
2015-09-30tracing: Move sleep-time and graph-time options out of the core trace_flagsSteven Rostedt (Red Hat)
2015-09-08Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2015-07-24ftrace: Fix breakage of set_ftrace_pidSteven Rostedt (Red Hat)
2015-07-20ftrace: add tracing_thresh to function profileUmesh Tiwari