summaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-9/+25
2020-08-04tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)1-2/+2
2020-08-03ftrace: Fix ftrace_trace_task return valueJosef Bacik1-3/+0
2020-07-30ftrace: Do not let direct or IPMODIFY ftrace_ops be added to module and set t...Chengming Zhou1-0/+8
2020-07-30ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou1-4/+7
2020-07-02Merge branch 'perf/vlbr'Peter Zijlstra1-2/+10
2020-06-29x86/ftrace: Only have the builtin ftrace_regs_caller call direct hooksSteven Rostedt (VMware)1-0/+8
2020-06-17ftrace: Fix maybe-uninitialized compiler warningKaitao Cheng1-2/+10
2020-06-15ftrace: Add perf text poke events for ftrace trampolinesAdrian Hunter1-0/+14
2020-06-15ftrace: Add perf ksymbol events for ftrace trampolinesAdrian Hunter1-2/+12
2020-06-15ftrace: Add symbols for ftrace trampolinesAdrian Hunter1-2/+75
2020-06-09Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-4/+4
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov1-4/+4
2020-05-19ftrace: show debugging information when panic_on_warn setCheng Jian1-4/+4
2020-05-19Merge tag 'noinstr-lds-2020-05-19' into core/rcuThomas Gleixner1-0/+1
2020-04-27ftrace: Use synchronize_rcu_tasks_rude() instead of ftrace_sync()Paul E. McKenney1-14/+3
2020-04-22ftrace: Fix memory leak caused by not freeing entry in unregister_ftrace_dire...Steven Rostedt (VMware)1-0/+1
2020-04-05Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-27/+173
2020-03-27tracing: Create set_event_notrace_pid to not trace tasksSteven Rostedt (VMware)1-9/+2
2020-03-27ftrace: Create set_ftrace_notrace_pid to not trace tasksSteven Rostedt (VMware)1-23/+158
2020-03-27ftrace: Make function trace pid filtering a bit more exactSteven Rostedt (VMware)1-7/+25
2020-03-11ftrace: Return the first found result in lookup_rec()Artem Savkov1-0/+2
2020-02-05ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)1-2/+9
2020-02-05tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover1-1/+1
2020-02-05tracing: Annotate ftrace_graph_hash pointer with __rcuAmol Grover1-1/+1
2020-01-30ftrace: fpid_next() should increase position indexVasily Averin1-2/+3
2020-01-25tracing: Use pr_err() instead of WARN() for memory failuresSteven Rostedt (VMware)1-2/+2
2020-01-21ftrace: Remove NR_TO_INIT macroAlex Shi1-3/+0
2020-01-21ftrace: Remove abandoned macrosAlex Shi1-2/+0
2020-01-13tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)1-4/+4
2020-01-02ftrace: Avoid potential division by zero in function profilerWen Yang1-3/+3
2019-12-11Merge tag 'trace-v5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-12/+7
2019-12-10ftrace: Fix function_graph tracer interaction with BPF trampolineAlexei Starovoitov1-12/+7
2019-11-27Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-45/+568
2019-11-18ftrace: Add a helper function to modify_ftrace_direct() to allow arch optimiz...Steven Rostedt (VMware)1-32/+88
2019-11-15ftrace: Add helper find_direct_entry() to consolidate codeSteven Rostedt (VMware)1-30/+29
2019-11-15ftrace: Add another check for match in register_ftrace_direct()Steven Rostedt (VMware)1-1/+6
2019-11-15ftrace: Fix accounting bug with direct->count in register_ftrace_direct()Steven Rostedt (VMware)1-2/+1
2019-11-14ftrace: Add modify_ftrace_direct()Steven Rostedt (VMware)1-0/+78
2019-11-14tracing: Use generic type for comparator functionAndy Shevchenko1-6/+6
2019-11-13ftrace: Add information on number of page groups allocatedSteven Rostedt (VMware)1-0/+14
2019-11-13ftrace/x86: Add a counter to test function_graph with directSteven Rostedt (VMware)1-0/+4
2019-11-13ftrace: Add ftrace_find_direct_func()Steven Rostedt (VMware)1-1/+78
2019-11-13ftrace: Add register_ftrace_direct()Steven Rostedt (VMware)1-5/+264
2019-11-08ftrace: Separate out functionality from ftrace_location_range()Steven Rostedt (VMware)1-15/+23
2019-11-08ftrace: Separate out the copying of a ftrace_hash from __ftrace_hash_move()Steven Rostedt (VMware)1-12/+17
2019-11-06ftrace: add ftrace_init_nop()Mark Rutland1-3/+3
2019-11-04ftrace: Introduce PERMANENT ftrace_ops flagMiroslav Benes1-2/+21
2019-10-12tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)1-1/+22
2019-10-12tracing: Add tracing_check_open_get_tr()Steven Rostedt (VMware)1-3/+4