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-13fgraph: 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-07ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)1-4/+2
2020-08-21tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)1-2/+2
2020-08-21ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou1-4/+7
2020-02-24ftrace: fpid_next() should increase position indexVasily Averin1-2/+3
2020-02-11ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)1-2/+9
2020-02-11tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover1-1/+1
2020-02-11tracing: Annotate ftrace_graph_hash pointer with __rcuAmol Grover1-1/+1
2020-01-09ftrace: Avoid potential division by zero in function profilerWen Yang1-3/+3
2019-10-17ftrace: Get a reference counter for the trace_array on filter filesSteven Rostedt (VMware)1-9/+18
2019-09-06ftrace: Check for empty hash and comment the race with registering probesSteven Rostedt (VMware)1-1/+9
2019-09-06ftrace: Check for successful allocation of hashNaveen N. Rao1-0/+5
2019-09-06ftrace: Fix NULL pointer dereference in t_probe_next()Naveen N. Rao1-0/+4
2019-08-06ftrace: Enable trampoline when rec count returns back to oneCheng Jian1-13/+15
2019-07-10ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...Petr Mladek1-9/+1
2019-07-10ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()Wei Li1-2/+5
2019-07-10module: Fix livepatch/ftrace module text permissions raceJosh Poimboeuf1-1/+9
2019-07-10tracing: avoid build warning with HAVE_NOP_MCOUNTVasily Gorbik1-3/+2
2019-04-27kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu1-1/+5
2018-12-19tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)1-0/+1
2018-12-05function_graph: Have profiler use curr_ret_stack and not depthSteven Rostedt (VMware)1-2/+2
2018-12-05function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stackSteven Rostedt (VMware)1-0/+3
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)1-0/+1
2018-08-15tracing: Add -mcount-nop option supportVasily Gorbik1-0/+2
2018-08-10ftrace: Remove unused pointer ftrace_swapper_pidColin Ian King1-2/+0
2018-08-01ftrace: Use true and false for boolean values in ops_references_rec()Gustavo A. R. Silva1-5/+5
2018-07-26tracing: Remove orphaned function ftrace_nr_registered_ops()Masami Hiramatsu1-24/+0
2018-07-26tracing: Remove orphaned function using_ftrace_ops_list_func().Masami Hiramatsu1-5/+0
2018-07-03ftrace: Nuke clear_ftrace_functionYisheng Xie1-12/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-12/+14
2018-05-03ftrace: Have set_graph_* files have normal file modesChen LinX1-2/+2
2018-04-06ftrace: Drop a VLA in module_exists()Salvatore Mesoraca1-4/+3
2018-02-08ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)1-1/+0
2018-01-23tracing: Make sure the parsed string always terminates with '\0'Changbin Du1-2/+0
2018-01-23ftrace, orc, x86: Handle ftrace dynamically allocated trampolinesSteven Rostedt (VMware)1-12/+17
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-54/+300
2017-10-16ftrace: Kill FTRACE_OPS_FL_PER_CPUPeter Zijlstra1-49/+6
2017-10-10ftrace: Clear hashes of stale ips of init memoryJoel Fernandes1-0/+69
2017-10-05ftrace/kallsyms: Have /proc/kallsyms show saved mod init functionsSteven Rostedt (VMware)1-0/+40
2017-10-05ftrace: Add freeing algorithm to free ftrace_mod_mapsSteven Rostedt (VMware)1-2/+30
2017-10-05ftrace: Save module init functions kallsyms symbols for tracingSteven Rostedt (VMware)1-2/+144
2017-10-05ftrace: Allow module init functions to be tracedSteven Rostedt (VMware)1-2/+4
2017-10-04ftrace: Add a ftrace_free_mem() function for modules to useSteven Rostedt (VMware)1-3/+11
2017-10-03ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang1-14/+0
2017-09-01ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)1-4/+6