summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
5 daysMerge tag 'trace-ring-buffer-v7.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
5 daysMerge tag 'trace-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
7 daysMerge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
7 daysMerge tag 'trace-latency-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
7 daysMerge tag 'probes-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
9 daysMerge tag 'sched-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds
9 daysbpf: Add support to specify uprobe_multi target via file descriptorJiri Olsa
9 daysbpf: Use user_path_at for path resolution in uprobe_multiJiri Olsa
9 daysbpf: Guard __get_user acesss with access_ok for uprobe_multi dataJiri Olsa
14 daysMerge tag 'trace-rv-v7.1-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-06-07bpf: Add support for tracing_multi link fdinfoJiri Olsa
2026-06-07bpf: Add support for tracing_multi link sessionJiri Olsa
2026-06-07bpf: Add support for tracing_multi link cookiesJiri Olsa
2026-06-07bpf: Add support for tracing multi linkJiri Olsa
2026-06-07ftrace: Add add_ftrace_hash_entry functionJiri Olsa
2026-06-07ftrace: Add ftrace_hash_remove functionJiri Olsa
2026-06-07ftrace: Add ftrace_hash_count functionJiri Olsa
2026-06-03rv: Use 0 to check preemption enabled in opidGabriele Monaco
2026-06-03rv: Add automatic cleanup handlers for per-task HA monitorsGabriele Monaco
2026-06-03rv: Fix __user specifier usage in extract_params()Gabriele Monaco
2026-06-02tracing/eprobes: Allow use of BTF names to dereference pointersSteven Rostedt
2026-06-01tracing: Replace BUG_ON with lockdep_assert_held in uprobe_buffer functionsYash Suthar
2026-06-01tracing: Use flexible array for entry fetch codeRosen Penev
2026-06-01tracing/probes: Ensure the uprobe buffer size is bigger than event sizeMasami Hiramatsu (Google)
2026-05-31ring-buffer: Better comment the use of RB_MISSED_EVENTSSteven Rostedt
2026-05-30tracing/probes: Point the error offset correctly for eprobe argument errorMasami Hiramatsu (Google)
2026-05-29perf/ftrace: Fix WARNING in __unregister_ftrace_functionRik van Riel
2026-05-29tracing: Disable KCOV instrumentation for trace_irqsoff.oKarl Mehltretter
2026-05-29tracing: Turn hist_elt_data field_var_str into a flexible arrayRosen Penev
2026-05-29tracing/osnoise: Array printk init and cleanupCrystal Wood
2026-05-28ring-buffer: Show persistent buffer dropped events in trace_pipe fileSteven Rostedt
2026-05-28ring-buffer: Show persistent buffer dropped events in trace fileSteven Rostedt
2026-05-28ring-buffer: Have dropped subbuffers be persistent across rebootsSteven Rostedt
2026-05-28ring-buffer: Cleanup buffer_data_page related codeMasami Hiramatsu (Google)
2026-05-28ring-buffer: Cleanup persistent ring buffer validationMasami Hiramatsu (Google)
2026-05-28ring-buffer: Show commit numbers in buffer_meta fileMasami Hiramatsu (Google)
2026-05-28ring-buffer: Add persistent ring buffer invalid-page inject testMasami Hiramatsu (Google)
2026-05-28ring-buffer: Skip invalid sub-buffers when rewinding persistent ring bufferMasami Hiramatsu (Google)
2026-05-28ring-buffer: Skip invalid sub-buffers when validating persistent ring bufferMasami Hiramatsu (Google)
2026-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5Alexei Starovoitov
2026-05-22Merge tag 'trace-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2026-05-21tracing: Move trace_iterator_increment() into trace_find_next_entry_inc()Steven Rostedt
2026-05-21tracing: Simplify pages allocation for tracing_map logicRosen Penev
2026-05-21tracing: Fix README path for synthetic_eventsAo Sun
2026-05-21tracing: Use krealloc_array() for trace option array growthYu Peng
2026-05-21tracing/branch: Use pr_warn() instead of printk(KERN_WARNING)Yu Peng
2026-05-21tracing: Allow perf to read synthetic eventsSteven Rostedt
2026-05-21tracing: Switch trace_recursion_record.c code over to use guard()Yash Suthar
2026-05-21tracing: Bound synthetic-field strings with seq_bufPengpeng Hou
2026-05-21tracing: Remove redundant IS_ERR() check in trace_pipe_open()Yash Suthar