summaryrefslogtreecommitdiff
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)Author
2021-10-27tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)
2021-06-16ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)
2021-05-22ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)
2021-02-23fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)
2020-10-01ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou
2020-01-12ftrace: Avoid potential division by zero in function profilerWen Yang
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-16ftrace: 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-07-27ftrace: Fix uninitialized variable in match_records()Dan Carpenter
2017-04-21ftrace: Fix removing of second function probeSteven Rostedt (VMware)
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
2015-04-14Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2015-04-14Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-04-02ftrace/x86: Let dynamic trampolines call ops->func even for dynamic fopsSteven Rostedt (Red Hat)
2015-03-09ftrace: Fix ftrace enable ordering of sysctl ftrace_enabledSteven Rostedt (Red Hat)
2015-03-09ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctlPratyush Anand
2015-03-09ftrace: Clear REGS_EN and TRAMP_EN flags on disabling record via sysctlSteven Rostedt (Red Hat)
2015-02-12Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2015-02-03tracing: Convert the tracing facility over to use tracefsSteven Rostedt (Red Hat)
2015-02-02Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Steven Rostedt (Red Hat)
2015-01-22tracing: Use IS_ERR() check for return value of tracing_init_dentry()Steven Rostedt (Red Hat)
2015-01-15ftrace: Check both notrace and filter for old hashSteven Rostedt (Red Hat)
2015-01-15ftrace: Fix updating of filters for shared global_ops filtersSteven Rostedt (Red Hat)
2014-11-21ftrace, kprobes: Support IPMODIFY flag to find IP modify conflictMasami Hiramatsu
2014-11-20tracing/trivial: Fix typos and make an int into a boolSteven Rostedt (Red Hat)
2014-11-19ftrace/x86/extable: Add is_ftrace_trampoline() functionSteven Rostedt (Red Hat)
2014-11-13tracing: Replace seq_printf by simpler equivalentsRasmus Villemoes
2014-11-13ftrace: Have the control_ops get a trampolineSteven Rostedt (Red Hat)
2014-11-11ftrace: Add more information to ftrace_bug() outputSteven Rostedt (Red Hat)
2014-11-11ftrace/x86: Allow !CONFIG_PREEMPT dynamic ops to use allocated trampolinesSteven Rostedt (Red Hat)
2014-10-31ftrace/x86: Show trampoline call function in enabled_functionsSteven Rostedt (Red Hat)
2014-10-31ftrace/x86: Add dynamic allocated trampoline for ftrace_opsSteven Rostedt (Red Hat)
2014-10-24ftrace: Fix checking of trampoline ftrace_ops in finding trampolineSteven Rostedt (Red Hat)
2014-10-24ftrace: Set ops->old_hash on modifying what an ops hooks toSteven Rostedt (Red Hat)
2014-09-12ftrace: Add sanity check when unregistering last ftrace_opsSteven Rostedt (Red Hat)
2014-09-10ftrace: Replace tramp_hash with old_*_hash to save spaceSteven Rostedt (Red Hat)
2014-09-10ftrace: Annotate the ops operation on updateSteven Rostedt (Red Hat)