summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2025-12-05tracing: Fix typo in fprobe.cMaurice Hieronymus-1/+1
2025-12-05tracing: Fix typo in fpgraph.cMaurice Hieronymus-1/+1
2025-12-05tracing: Fix fixed array of synthetic eventSteven Rostedt-1/+0
2025-12-05tracing: Fix enabling of tracing on file releaseSteven Rostedt-2/+4
2025-12-05Merge tag 'probes-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-195/+305
2025-12-05Merge tag 'trace-ringbuffer-v6.19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-44/+53
2025-12-05Merge tag 'trace-rv-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds-114/+87
2025-12-05Merge tag 'ftrace-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-14/+8
2025-12-05Merge tag 'trace-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-896/+2242
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-119/+414
2025-12-03Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-25/+52
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+3
2025-12-02ring-buffer: Add helper functions for allocationsSteven Rostedt-44/+53
2025-12-02rv: Convert to use __freeNam Cao-58/+46
2025-12-02rv: Convert to use lock guardNam Cao-45/+20
2025-12-01Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-16/+6
2025-11-29bpf: make kprobe_multi_link_prog_run always_inlineMenglong Dong-1/+1
2025-11-27overflow: Introduce struct_offset() to get offset of memberSteven Rostedt-1/+1
2025-11-26Merge tag 'trace-ringbuffer-v6.18-rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+10
2025-11-26fgraph: Remove coarse PID filtering from graph_entry()Shengming Hu-12/+0
2025-11-26fgraph: Check ftrace_pids_enabled on registration for early filteringShengming Hu-2/+7
2025-11-26fgraph: Initialize ftrace_ops->private for function graph opsShengming Hu-0/+1
2025-11-26function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultane...pengdonglin-32/+78
2025-11-26tracing: Add boot-time backup of persistent ring bufferMasami Hiramatsu (Google)-6/+58
2025-11-26ftrace: Allow tracing of some of the tracing codeSteven Rostedt-0/+31
2025-11-26tracing: Use strim() in trigger_process_regex() instead of skip_spaces()Steven Rostedt-3/+2
2025-11-26tracing: Add bulk garbage collection of freeing event_trigger_dataSteven Rostedt-3/+54
2025-11-26tracing: Remove unneeded event_mutex lock in event_trigger_regex_release()Steven Rostedt-4/+0
2025-11-26tracing: Merge struct event_trigger_ops into struct event_commandSteven Rostedt-202/+151
2025-11-26tracing: Remove get_trigger_ops() and add count_func() from trigger opsSteven Rostedt-235/+116
2025-11-26tracing: Show the tracer options in boot-time created instanceMasami Hiramatsu (Google)-3/+6
2025-11-26ftrace: Avoid redundant initialization in register_ftrace_directMenglong Dong-1/+1
2025-11-26tracing: Remove unused variable in tracing_trace_options_show()Steven Rostedt-3/+0
2025-11-26fgraph: Make fgraph_no_sleep_time signedSteven Rostedt-2/+2
2025-11-25tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAsDeepanshu Kartikey-0/+10
2025-11-24ftrace: Introduce FTRACE_OPS_FL_JMPMenglong Dong-1/+28
2025-11-19tracing: Switch to use %ptSpAndy Shevchenko-3/+3
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov-18/+59
2025-11-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-15/+45
2025-11-14tracing: Convert function graph set_flags() to use a switch() statementSteven Rostedt-5/+7
2025-11-14tracing: Have function graph tracer option sleep-time be per instanceSteven Rostedt-23/+60
2025-11-14tracing: Move graph-time out of function graph optionsSteven Rostedt-14/+23
2025-11-14tracing: Have function graph tracer option funcgraph-irqs be per instanceSteven Rostedt-10/+31
2025-11-13trace/pid_list: optimize pid_list->lock contentionYongliang Gao-9/+22
2025-11-13tracing: Have function graph tracer define options per instanceSteven Rostedt-7/+11
2025-11-12tracing: Have function tracer define options per instanceSteven Rostedt-5/+5
2025-11-12tracing: Have tracer option be instance specificSteven Rostedt-74/+186
2025-11-11tracing: fprobe: use ftrace if CONFIG_DYNAMIC_FTRACE_WITH_ARGSMenglong Dong-10/+22
2025-11-11tracing: fprobe: optimization for entry only caseMenglong Dong-9/+119
2025-11-11tracing: fprobe: Fix to init fprobe_ip_table earlierMasami Hiramatsu (Google)-1/+1