summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
3 daysMerge tag 'probes-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
3 daysMerge tag 'trace-ringbuffer-v6.19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
3 daysMerge tag 'trace-rv-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
3 daysMerge tag 'ftrace-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
3 daysMerge tag 'trace-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
5 daysMerge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
5 daysMerge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
5 daysMerge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
6 daysring-buffer: Add helper functions for allocationsSteven Rostedt
6 daysrv: Convert to use __freeNam Cao
6 daysrv: Convert to use lock guardNam Cao
7 daysMerge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
9 daysbpf: make kprobe_multi_link_prog_run always_inlineMenglong Dong
11 daysoverflow: Introduce struct_offset() to get offset of memberSteven Rostedt
12 daysMerge tag 'trace-ringbuffer-v6.18-rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
12 daysfgraph: Remove coarse PID filtering from graph_entry()Shengming Hu
12 daysfgraph: Check ftrace_pids_enabled on registration for early filteringShengming Hu
12 daysfgraph: Initialize ftrace_ops->private for function graph opsShengming Hu
12 daysfunction_graph: Enable funcgraph-args and funcgraph-retaddr to work simultane...pengdonglin
12 daystracing: Add boot-time backup of persistent ring bufferMasami Hiramatsu (Google)
12 daysftrace: Allow tracing of some of the tracing codeSteven Rostedt
12 daystracing: Use strim() in trigger_process_regex() instead of skip_spaces()Steven Rostedt
12 daystracing: Add bulk garbage collection of freeing event_trigger_dataSteven Rostedt
12 daystracing: Remove unneeded event_mutex lock in event_trigger_regex_release()Steven Rostedt
12 daystracing: Merge struct event_trigger_ops into struct event_commandSteven Rostedt
12 daystracing: Remove get_trigger_ops() and add count_func() from trigger opsSteven Rostedt
12 daystracing: Show the tracer options in boot-time created instanceMasami Hiramatsu (Google)
12 daysftrace: Avoid redundant initialization in register_ftrace_directMenglong Dong
12 daystracing: Remove unused variable in tracing_trace_options_show()Steven Rostedt
12 daysfgraph: Make fgraph_no_sleep_time signedSteven Rostedt
13 daystracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAsDeepanshu Kartikey
2025-11-24ftrace: Introduce FTRACE_OPS_FL_JMPMenglong Dong
2025-11-19tracing: Switch to use %ptSpAndy Shevchenko
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov
2025-11-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-11-14tracing: Convert function graph set_flags() to use a switch() statementSteven Rostedt
2025-11-14tracing: Have function graph tracer option sleep-time be per instanceSteven Rostedt
2025-11-14tracing: Move graph-time out of function graph optionsSteven Rostedt
2025-11-14tracing: Have function graph tracer option funcgraph-irqs be per instanceSteven Rostedt
2025-11-13trace/pid_list: optimize pid_list->lock contentionYongliang Gao
2025-11-13tracing: Have function graph tracer define options per instanceSteven Rostedt
2025-11-12tracing: Have function tracer define options per instanceSteven Rostedt
2025-11-12tracing: Have tracer option be instance specificSteven Rostedt
2025-11-11tracing: fprobe: use ftrace if CONFIG_DYNAMIC_FTRACE_WITH_ARGSMenglong Dong
2025-11-11tracing: fprobe: optimization for entry only caseMenglong Dong
2025-11-11tracing: fprobe: Fix to init fprobe_ip_table earlierMasami Hiramatsu (Google)
2025-11-11rv: Add explicit lockdep context for reactorsThomas Weißschuh
2025-11-11rv: Make rv_reacting_on() staticThomas Weißschuh
2025-11-11rv: Pass va_list to reactorsThomas Weißschuh
2025-11-10tracing: Report wrong dynamic event commandMasami Hiramatsu (Google)