summaryrefslogtreecommitdiff
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)Author
2022-02-23ftrace: add ftrace_init_nop()Mark Rutland
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-11ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)
2020-12-11ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao
2020-10-07ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)
2020-08-21tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)
2020-08-21ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou
2020-02-24ftrace: fpid_next() should increase position indexVasily Averin
2020-02-11ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)
2020-02-11tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover
2020-02-11tracing: Annotate ftrace_graph_hash pointer with __rcuAmol Grover
2020-01-09ftrace: Avoid potential division by zero in function profilerWen Yang
2019-10-12tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)
2019-10-12tracing: Add tracing_check_open_get_tr()Steven Rostedt (VMware)
2019-10-12ftrace: Get a reference counter for the trace_array on filter filesSteven Rostedt (VMware)
2019-09-20Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-09-17ftrace: Simplify ftrace hash lookup code in clear_func_from_hash()Changbin Du
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-08-30ftrace: Check for successful allocation of hashNaveen N. Rao
2019-08-30ftrace: Check for empty hash and comment the race with registering probesSteven Rostedt (VMware)
2019-08-30ftrace: Fix NULL pointer dereference in t_probe_next()Naveen N. Rao
2019-07-31tracing: Use CONFIG_PREEMPTIONThomas Gleixner
2019-07-18Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-06-28ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...Petr Mladek
2019-06-14ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()Wei Li
2019-06-14module: Fix livepatch/ftrace module text permissions raceJosh Poimboeuf
2019-06-14tracing: avoid build warning with HAVE_NOP_MCOUNTVasily Gorbik
2019-05-25ftrace: Enable trampoline when rec count returns back to oneCheng Jian
2019-05-25ftrace: Make enable and update parameters bool when applicableSteven Rostedt (VMware)
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-05-08tracing: Eliminate const char[] auto variablesRasmus Villemoes
2019-04-19kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu
2019-04-11ftrace: Do not process STUB functions in ftrace_ops_list_func()Steven Rostedt (VMware)
2019-04-10ftrace: Remove ASSIGN_OPS_HASH() macro from ftrace.cSteven Rostedt (VMware)
2019-03-26ftrace: Fix warning using plain integer as NULL & spelling correctionsHariprasad Kelam
2019-02-15ftrace: Allow enabling of filters via index of available_filter_functionsSteven Rostedt (VMware)
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-12-11tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)
2018-12-10ftrace: Allow ftrace_replace_code() to be schedulableSteven Rostedt (VMware)
2018-12-08function_graph: Have profiler use new helper ftrace_graph_get_ret_stack()Steven Rostedt (VMware)
2018-12-08fgraph: Add new fgraph_ops structure to enable function graph hooksSteven Rostedt (VMware)
2018-12-08fgraph: Move function graph specific code into fgraph.cSteven Rostedt (VMware)
2018-12-08ftrace: Create new ftrace_internal.h headerSteven Rostedt (VMware)
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2018-11-27function_graph: Have profiler use curr_ret_stack and not depthSteven Rostedt (VMware)
2018-11-27function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stackSteven Rostedt (VMware)
2018-11-27tracing: Replace synchronize_sched() and call_rcu_sched()Paul E. McKenney
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)