summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
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
2026-05-16tracing: Fix desc in error path for the trace remote test moduleVincent Donnefort
2026-05-15ring-buffer remote: Avoid unexpected symbol warnings (arm, s390)Arnd Bergmann
2026-05-11fprobe: Fix unregister_fprobe() to wait for RCU grace periodMasami Hiramatsu (Google)
2026-05-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc3Alexei Starovoitov
2026-04-29tracing/probes: Limit size of event probe to 3KSteven Rostedt
2026-04-28tracing: branch: Fix inverted check on stat tracer registrationBreno Leitao
2026-04-24Merge tag 'trace-ring-buffer-v7.1-3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-04-24ring-buffer: Do not double count the reader_pageMasami Hiramatsu (Google)
2026-04-22Merge tag 'trace-ring-buffer-v7.1-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-04-22bpf: Add sleepable support for classic tracepoint programsMykyta Yatsenko
2026-04-22bpf: Add sleepable support for raw tracepoint programsMykyta Yatsenko
2026-04-22tracing: Make undefsyms_base.c a first-class citizenPaolo Bonzini
2026-04-22tracing/fprobe: Fix to unregister ftrace_ops if it is empty on module unloadingMasami Hiramatsu (Google)
2026-04-22tracing/fprobe: Check the same type fprobe on table as the unregistered oneMasami Hiramatsu (Google)