summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
4 daysMerge tag 'trace-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
5 daysftrace: Fix address for jmp mode in t_show()Menglong Dong
5 daystracing: Fix UBSAN warning in __remove_instance()Darrick J. Wong
5 daystracing: Do not register unsupported perf eventsSteven Rostedt
5 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
12 daysbpf: Fix verifier assumptions of bpf_d_path's output bufferShuran Liu
2025-12-06Merge tag 'trace-v6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
2025-12-05tracing: Fix typo in trace_seq.cMaurice Hieronymus
2025-12-05tracing: Fix typo in trace_probe.cMaurice Hieronymus
2025-12-05tracing: Fix multiple typos in trace_osnoise.cMaurice Hieronymus
2025-12-05tracing: Fix multiple typos in trace_events_user.cMaurice Hieronymus
2025-12-05tracing: Fix typo in trace_events_trigger.cMaurice Hieronymus
2025-12-05tracing: Fix typo in trace_events_hist.cMaurice Hieronymus
2025-12-05tracing: Fix typo in trace_events_filter.cMaurice Hieronymus
2025-12-05tracing: Fix multiple typos in trace_events.cMaurice Hieronymus
2025-12-05tracing: Fix multiple typos in trace.cMaurice Hieronymus
2025-12-05tracing: Fix typo in ring_buffer_benchmark.cMaurice Hieronymus
2025-12-05tracing: Fix multiple typos in ring_buffer.cMaurice Hieronymus
2025-12-05tracing: Fix typo in fprobe.cMaurice Hieronymus
2025-12-05tracing: Fix typo in fpgraph.cMaurice Hieronymus
2025-12-05tracing: Fix fixed array of synthetic eventSteven Rostedt
2025-12-05tracing: Fix enabling of tracing on file releaseSteven Rostedt
2025-12-05Merge tag 'probes-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2025-12-05Merge tag 'trace-ringbuffer-v6.19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-12-05Merge tag 'trace-rv-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
2025-12-05Merge tag 'ftrace-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2025-12-05Merge tag 'trace-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-12-03Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-12-02ring-buffer: Add helper functions for allocationsSteven Rostedt
2025-12-02rv: Convert to use __freeNam Cao
2025-12-02rv: Convert to use lock guardNam Cao
2025-12-01Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-11-29bpf: make kprobe_multi_link_prog_run always_inlineMenglong Dong
2025-11-27overflow: Introduce struct_offset() to get offset of memberSteven Rostedt
2025-11-26Merge tag 'trace-ringbuffer-v6.18-rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-11-26fgraph: Remove coarse PID filtering from graph_entry()Shengming Hu
2025-11-26fgraph: Check ftrace_pids_enabled on registration for early filteringShengming Hu
2025-11-26fgraph: Initialize ftrace_ops->private for function graph opsShengming Hu
2025-11-26function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultane...pengdonglin
2025-11-26tracing: Add boot-time backup of persistent ring bufferMasami Hiramatsu (Google)
2025-11-26ftrace: Allow tracing of some of the tracing codeSteven Rostedt
2025-11-26tracing: Use strim() in trigger_process_regex() instead of skip_spaces()Steven Rostedt
2025-11-26tracing: Add bulk garbage collection of freeing event_trigger_dataSteven Rostedt
2025-11-26tracing: Remove unneeded event_mutex lock in event_trigger_regex_release()Steven Rostedt
2025-11-26tracing: Merge struct event_trigger_ops into struct event_commandSteven Rostedt
2025-11-26tracing: Remove get_trigger_ops() and add count_func() from trigger opsSteven Rostedt
2025-11-26tracing: Show the tracer options in boot-time created instanceMasami Hiramatsu (Google)
2025-11-26ftrace: Avoid redundant initialization in register_ftrace_directMenglong Dong