summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
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
2026-05-21tracing: Do not call map->ops->elt_free() if elt_alloc() failsMasami Hiramatsu (Google)
2026-05-21tracing: Create output file from cmd_check_undefinedThomas Weißschuh
2026-05-21tracing: Fix unload_page for simple_ring_buffer init rollbackVincent Donnefort
2026-05-21tracing: Fix nr_subbufs initialization in simple_ring_buffer_init_mm()David Carlier
2026-05-21ring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)
2026-05-21ring-buffer: Fix reporting of missed events in iteratorSteven Rostedt
2026-05-20tracing/osnoise: Dump stack on timerlat uret threshold eventCrystal Wood
2026-05-20tracing: Avoid NULL return from hist_field_name() on truncationDavid Carlier
2026-05-19sched/clock: Provide !HAVE_UNSTABLE_SCHED_CLOCK stub for sched_clock_stable()Yiyang Chen
2026-05-17Merge tag 'trace-v7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds