summaryrefslogtreecommitdiff
path: root/kernel/trace/ftrace.c
Commit message (Expand)AuthorAgeFilesLines
* ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)2021-06-161-1/+7
* ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)2021-05-221-1/+4
* fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)2021-02-231-2/+0
* ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao2020-12-111-1/+21
* ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)2020-10-141-5/+3
* ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou2020-08-211-4/+7
* ftrace: fpid_next() should increase position indexVasily Averin2020-02-281-2/+3
* ftrace: Avoid potential division by zero in function profilerWen Yang2020-01-121-3/+3
* ftrace: Enable trampoline when rec count returns back to oneCheng Jian2019-08-061-13/+15
* kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu2019-04-271-1/+5
* tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)2018-12-211-0/+1
* ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)2018-02-171-1/+0
* ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang2017-10-121-14/+0
* ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)2017-09-271-4/+6
* ftrace: Check for null ret_stack on profile function graph entry functionSteven Rostedt (VMware)2017-08-301-0/+4
* ftrace: Fix uninitialized variable in match_records()Dan Carpenter2017-07-271-1/+1
* ftrace: Fix function pid filter on instancesNamhyung Kim2017-04-211-0/+9
* ftrace: Fix removing of second function probeSteven Rostedt (VMware)2017-04-211-4/+16
* ftrace: Add more checks for FTRACE_FL_DISABLED in processing ip recordsSteven Rostedt (Red Hat)2016-11-141-0/+22
* ftrace: Ignore FTRACE_FL_DISABLED while walking dyn_ftrace recordsAlexei Starovoitov2016-11-141-1/+1
* ftrace: Access ret_stack->subtime only in the function profilerNamhyung Kim2016-09-011-0/+6
* ftrace: Move toplevel init out of ftrace_init_tracefs()Steven Rostedt (Red Hat)2016-07-051-6/+10
* ftrace: Have set_ftrace_pid use the bitmap like events doSteven Rostedt (Red Hat)2016-06-201-177/+136
* Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2016-05-221-3/+2
|\
| * ftrace: Don't disable irqs when taking the tasklist_lock read_lockSoumya PN2016-05-201-3/+2
* | ftrace: Match dot symbols when searching functions on ppc64Thiago Jung Bauermann2016-04-271-0/+12
* | Merge branch 'topic/livepatch' into nextMichael Ellerman2016-04-181-1/+13
|\ \ | |/ |/|
| * ftrace: Make ftrace_location_range() globalMichael Ellerman2016-04-141-1/+13
* | Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-03-241-18/+23
|\ \
| * | ftrace: Use kasprintf() in ftrace_profile_tracefs()Geliang Tang2016-03-181-3/+1
| * | ftrace: Update dynamic ftrace calls only if necessaryJiri Olsa2016-03-181-5/+5
| * | ftrace: Make ftrace_hash_rec_enable return update boolJiri Olsa2016-03-181-10/+17
* | | kernel/...: convert pr_warning to pr_warnJoe Perches2016-03-221-4/+3
|/ /
* | ftrace/module: remove ftrace module notifierJessica Yu2016-02-171-35/+1
|/
* ftrace: Fix the race between ftrace and insmodQiu Peiyang2016-01-071-9/+16
* ftrace: Add infrastructure for delayed enabling of module functionsSteven Rostedt (Red Hat)2016-01-071-55/+106
* ftrace: Clean up ftrace_module_init() codeSteven Rostedt (Red Hat)2015-12-231-6/+3
* ftrace: Join functions ftrace_module_init() and ftrace_init_module()Abel Vesa2015-12-231-9/+6
* ftrace: Have ftrace_ops_get_func() handle RCU and PER_CPU flags tooSteven Rostedt (Red Hat)2015-12-231-12/+18
* ftrace: Remove use of control list and opsSteven Rostedt (Red Hat)2015-12-231-88/+38
* ftrace: Fix output of enabled_functions for showing trampSteven Rostedt (Red Hat)2015-12-231-3/+4
* ftrace: Fix a typo in commentLi Bin2015-12-231-1/+1
* ftrace: Show all tramps registered to a record on ftrace_bug()Steven Rostedt (Red Hat)2015-11-251-9/+37
* ftrace: Add variable ftrace_expected for archs to show expected codeSteven Rostedt (Red Hat)2015-11-251-2/+7
* ftrace: Add new type to distinguish what kind of ftrace_bug()Steven Rostedt (Red Hat)2015-11-251-1/+36
* Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-11-061-93/+104
|\
| * ftrace: add module globbingDmitry Safonov2015-10-201-15/+36
| * ftrace: Introduce ftrace_glob structureDmitry Safonov2015-10-201-38/+46
| * ftrace: Clarify code for mod commandDmitry Safonov2015-10-161-27/+10
| * ftrace: Remove redundant strsep in mod_callbackDmitry Safonov2015-10-131-10/+5