aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-29/+28
2020-11-30ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao1-1/+21
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)1-12/+15
2020-11-10ftrace: Remove unused varible 'ret'Alex Shi1-4/+2
2020-11-06ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)1-2/+2
2020-11-06ftrace: Reverse what the RECURSION flag means in the ftrace_opsSteven Rostedt (VMware)1-11/+9
2020-10-15Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-11/+13
2020-10-08ftrace: Format variable declarations of ftrace_allocate_recordsSteven Rostedt (VMware)1-1/+2
2020-10-08ftrace: Simplify the calculation of page number for ftrace_page->recordsWei Yang1-3/+4
2020-10-08ftrace: Simplify the hash calculationSteven Rostedt (VMware)1-4/+3
2020-10-08ftrace: Use fls() to get the bits for dup_hash()Wei Yang1-2/+3
2020-10-02ftrace: Fix some typos in commentQiujun Huang1-5/+5
2020-09-29ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)1-4/+2
2020-09-21tracing: Delete repeated words in commentsRandy Dunlap1-1/+1
2020-09-18ftrace: Let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser1-2/+1
2020-09-18ftrace: Fix missing synchronize_rcu() removing trampoline from kallsymsAdrian Hunter1-0/+1
2020-09-18ftrace: Free the trampoline when ftrace_startup() failsMiroslav Benes1-0/+2
2020-08-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus 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 trampolinesChengming 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/rostedt/linux-traceLinus 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_direct()Steven Rostedt (VMware)1-0/+1
2020-04-05Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus 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/rostedt/linux-traceLinus Torvalds1-12/+7
2019-12-10ftrace: Fix function_graph tracer interaction with BPF trampolineAlexei Starovoitov1-12/+7