aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2025-12-02rv: Convert to use lock guardNam Cao2-45/+20
2025-12-01Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-16/+6
2025-11-29bpf: make kprobe_multi_link_prog_run always_inlineMenglong Dong1-1/+1
2025-11-27overflow: Introduce struct_offset() to get offset of memberSteven Rostedt1-1/+1
2025-11-26Merge tag 'trace-ringbuffer-v6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-0/+10
2025-11-26fgraph: Remove coarse PID filtering from graph_entry()Shengming Hu2-12/+0
2025-11-26fgraph: Check ftrace_pids_enabled on registration for early filteringShengming Hu1-2/+7
2025-11-26fgraph: Initialize ftrace_ops->private for function graph opsShengming Hu1-0/+1
2025-11-26function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultaneouslypengdonglin3-32/+78
2025-11-26tracing: Add boot-time backup of persistent ring bufferMasami Hiramatsu (Google)2-6/+58
2025-11-26ftrace: Allow tracing of some of the tracing codeSteven Rostedt2-0/+31
2025-11-26tracing: Use strim() in trigger_process_regex() instead of skip_spaces()Steven Rostedt1-3/+2
2025-11-26tracing: Add bulk garbage collection of freeing event_trigger_dataSteven Rostedt2-3/+54
2025-11-26tracing: Remove unneeded event_mutex lock in event_trigger_regex_release()Steven Rostedt1-4/+0
2025-11-26tracing: Merge struct event_trigger_ops into struct event_commandSteven Rostedt4-202/+151
2025-11-26tracing: Remove get_trigger_ops() and add count_func() from trigger opsSteven Rostedt4-235/+116
2025-11-26tracing: Show the tracer options in boot-time created instanceMasami Hiramatsu (Google)1-3/+6
2025-11-26ftrace: Avoid redundant initialization in register_ftrace_directMenglong Dong1-1/+1
2025-11-26tracing: Remove unused variable in tracing_trace_options_show()Steven Rostedt1-3/+0
2025-11-26fgraph: Make fgraph_no_sleep_time signedSteven Rostedt2-2/+2
2025-11-25tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAsDeepanshu Kartikey1-0/+10
2025-11-24ftrace: Introduce FTRACE_OPS_FL_JMPMenglong Dong2-1/+28
2025-11-19tracing: Switch to use %ptSpAndy Shevchenko1-3/+3
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov4-18/+59
2025-11-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-15/+45
2025-11-14tracing: Convert function graph set_flags() to use a switch() statementSteven Rostedt1-5/+7
2025-11-14tracing: Have function graph tracer option sleep-time be per instanceSteven Rostedt4-23/+60
2025-11-14tracing: Move graph-time out of function graph optionsSteven Rostedt3-14/+23
2025-11-14tracing: Have function graph tracer option funcgraph-irqs be per instanceSteven Rostedt1-10/+31
2025-11-13trace/pid_list: optimize pid_list->lock contentionYongliang Gao2-9/+22
2025-11-13tracing: Have function graph tracer define options per instanceSteven Rostedt1-7/+11
2025-11-12tracing: Have function tracer define options per instanceSteven Rostedt1-5/+5
2025-11-12tracing: Have tracer option be instance specificSteven Rostedt2-74/+186
2025-11-11tracing: fprobe: use ftrace if CONFIG_DYNAMIC_FTRACE_WITH_ARGSMenglong Dong1-10/+22
2025-11-11tracing: fprobe: optimization for entry only caseMenglong Dong1-9/+119
2025-11-11tracing: fprobe: Fix to init fprobe_ip_table earlierMasami Hiramatsu (Google)1-1/+1
2025-11-11rv: Add explicit lockdep context for reactorsThomas Weißschuh1-0/+4
2025-11-11rv: Make rv_reacting_on() staticThomas Weißschuh1-1/+1
2025-11-11rv: Pass va_list to reactorsThomas Weißschuh3-11/+17
2025-11-10tracing: Report wrong dynamic event commandMasami Hiramatsu (Google)1-2/+9
2025-11-10tracing: Use switch statement instead of ifs in set_tracer_flag()Steven Rostedt1-15/+23
2025-11-10tracing: Exit out immediately after update_marker_trace()Steven Rostedt1-1/+4
2025-11-10tracing: Have add_tracer_options() error pass up to callersSteven Rostedt1-21/+34
2025-11-10tracing: Remove dummy options and flagsSteven Rostedt1-32/+16
2025-11-10tracing: Hide __NR_utimensat and _NR_mq_timedsend when not definedSteven Rostedt1-0/+4
2025-11-07Merge tag 'trace-v6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds2-2/+8
2025-11-06tracing: Fix memory leaks in create_field_var()Zilin Guan1-2/+4
2025-11-06ring-buffer: Do not warn in ring_buffer_map_get_reader() when reader catches upSteven Rostedt1-0/+4
2025-11-07tracing: tprobe-events: Fix to put tracepoint_user when disable the tprobeMasami Hiramatsu (Google)1-0/+4
2025-11-07tracing: tprobe-events: Fix to register tracepoint correctlyMasami Hiramatsu (Google)1-1/+2