summaryrefslogtreecommitdiff
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-27tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)1-2/+2
2021-06-16ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)1-1/+7
2021-05-22ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)1-1/+4
2021-02-23fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)1-2/+0
2020-12-11ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao1-1/+21
2020-10-14ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)1-5/+3
2020-08-21ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou1-4/+7
2020-02-28ftrace: fpid_next() should increase position indexVasily Averin1-2/+3
2020-01-12ftrace: Avoid potential division by zero in function profilerWen Yang1-3/+3
2019-08-06ftrace: Enable trampoline when rec count returns back to oneCheng Jian1-13/+15
2019-04-27kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu1-1/+5
2018-12-21tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)1-0/+1
2018-02-17ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)1-1/+0
2017-10-12ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang1-14/+0
2017-09-27ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)1-4/+6
2017-08-30ftrace: Check for null ret_stack on profile function graph entry functionSteven Rostedt (VMware)1-0/+4
2017-07-27ftrace: Fix uninitialized variable in match_records()Dan Carpenter1-1/+1
2017-04-21ftrace: Fix function pid filter on instancesNamhyung Kim1-0/+9
2017-04-21ftrace: Fix removing of second function probeSteven Rostedt (VMware)1-4/+16
2016-11-14ftrace: Add more checks for FTRACE_FL_DISABLED in processing ip recordsSteven Rostedt (Red Hat)1-0/+22
2016-11-14ftrace: Ignore FTRACE_FL_DISABLED while walking dyn_ftrace recordsAlexei Starovoitov1-1/+1
2016-09-01ftrace: Access ret_stack->subtime only in the function profilerNamhyung Kim1-0/+6
2016-07-05ftrace: Move toplevel init out of ftrace_init_tracefs()Steven Rostedt (Red Hat)1-6/+10
2016-06-20ftrace: Have set_ftrace_pid use the bitmap like events doSteven Rostedt (Red Hat)1-177/+136
2016-05-22Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-3/+2
2016-05-20ftrace: Don't disable irqs when taking the tasklist_lock read_lockSoumya PN1-3/+2
2016-04-27ftrace: Match dot symbols when searching functions on ppc64Thiago Jung Bauermann1-0/+12
2016-04-18Merge branch 'topic/livepatch' into nextMichael Ellerman1-1/+13
2016-04-14ftrace: Make ftrace_location_range() globalMichael Ellerman1-1/+13
2016-03-24Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-18/+23
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches1-4/+3
2016-03-18ftrace: Use kasprintf() in ftrace_profile_tracefs()Geliang Tang1-3/+1
2016-03-18ftrace: Update dynamic ftrace calls only if necessaryJiri Olsa1-5/+5
2016-03-18ftrace: Make ftrace_hash_rec_enable return update boolJiri Olsa1-10/+17
2016-02-17ftrace/module: remove ftrace module notifierJessica Yu1-35/+1
2016-01-07ftrace: Fix the race between ftrace and insmodQiu Peiyang1-9/+16
2016-01-07ftrace: Add infrastructure for delayed enabling of module functionsSteven Rostedt (Red Hat)1-55/+106
2015-12-23ftrace: Clean up ftrace_module_init() codeSteven Rostedt (Red Hat)1-6/+3
2015-12-23ftrace: Join functions ftrace_module_init() and ftrace_init_module()Abel Vesa1-9/+6
2015-12-23ftrace: Have ftrace_ops_get_func() handle RCU and PER_CPU flags tooSteven Rostedt (Red Hat)1-12/+18
2015-12-23ftrace: Remove use of control list and opsSteven Rostedt (Red Hat)1-88/+38
2015-12-23ftrace: Fix output of enabled_functions for showing trampSteven Rostedt (Red Hat)1-3/+4
2015-12-23ftrace: Fix a typo in commentLi Bin1-1/+1
2015-11-25ftrace: Show all tramps registered to a record on ftrace_bug()Steven Rostedt (Red Hat)1-9/+37
2015-11-25ftrace: Add variable ftrace_expected for archs to show expected codeSteven Rostedt (Red Hat)1-2/+7
2015-11-25ftrace: Add new type to distinguish what kind of ftrace_bug()Steven Rostedt (Red Hat)1-1/+36
2015-11-06Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-93/+104
2015-10-20ftrace: add module globbingDmitry Safonov1-15/+36
2015-10-20ftrace: Introduce ftrace_glob structureDmitry Safonov1-38/+46
2015-10-16ftrace: Clarify code for mod commandDmitry Safonov1-27/+10