summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2026-05-29perf/ftrace: Fix WARNING in __unregister_ftrace_functionRik van Riel1-1/+11
2026-05-29tracing: Disable KCOV instrumentation for trace_irqsoff.oKarl Mehltretter1-2/+3
2026-05-29tracing: Turn hist_elt_data field_var_str into a flexible arrayRosen Penev1-20/+11
2026-05-29tracing/osnoise: Array printk init and cleanupCrystal Wood1-15/+24
2026-05-28ring-buffer: Show persistent buffer dropped events in trace_pipe fileSteven Rostedt1-22/+34
2026-05-28ring-buffer: Show persistent buffer dropped events in trace fileSteven Rostedt1-3/+10
2026-05-28ring-buffer: Have dropped subbuffers be persistent across rebootsSteven Rostedt1-5/+6
2026-05-28ring-buffer: Cleanup buffer_data_page related codeMasami Hiramatsu (Google)1-52/+60
2026-05-28ring-buffer: Cleanup persistent ring buffer validationMasami Hiramatsu (Google)1-92/+108
2026-05-28ring-buffer: Show commit numbers in buffer_meta fileMasami Hiramatsu (Google)1-1/+4
2026-05-28ring-buffer: Add persistent ring buffer invalid-page inject testMasami Hiramatsu (Google)3-0/+117
2026-05-28ring-buffer: Skip invalid sub-buffers when rewinding persistent ring bufferMasami Hiramatsu (Google)1-38/+69
2026-05-28ring-buffer: Skip invalid sub-buffers when validating persistent ring bufferMasami Hiramatsu (Google)1-47/+73
2026-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5Alexei Starovoitov8-23/+71
2026-05-22Merge tag 'trace-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-8/+15
2026-05-21tracing: Move trace_iterator_increment() into trace_find_next_entry_inc()Steven Rostedt1-11/+8
2026-05-21tracing: Simplify pages allocation for tracing_map logicRosen Penev2-20/+12
2026-05-21tracing: Fix README path for synthetic_eventsAo Sun1-1/+1
2026-05-21tracing: Use krealloc_array() for trace option array growthYu Peng1-2/+2
2026-05-21tracing/branch: Use pr_warn() instead of printk(KERN_WARNING)Yu Peng1-6/+3
2026-05-21tracing: Allow perf to read synthetic eventsSteven Rostedt1-27/+94
2026-05-21tracing: Switch trace_recursion_record.c code over to use guard()Yash Suthar1-5/+3
2026-05-21tracing: Bound synthetic-field strings with seq_bufPengpeng Hou1-12/+29
2026-05-21tracing: Remove redundant IS_ERR() check in trace_pipe_open()Yash Suthar1-1/+1
2026-05-21tracing: Do not call map->ops->elt_free() if elt_alloc() failsMasami Hiramatsu (Google)1-4/+13
2026-05-21tracing: Create output file from cmd_check_undefinedThomas Weißschuh1-1/+2
2026-05-21tracing: Fix unload_page for simple_ring_buffer init rollbackVincent Donnefort1-1/+1
2026-05-21tracing: Fix nr_subbufs initialization in simple_ring_buffer_init_mm()David Carlier1-1/+1
2026-05-21ring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)1-0/+22
2026-05-21ring-buffer: Fix reporting of missed events in iteratorSteven Rostedt1-5/+3
2026-05-20tracing/osnoise: Dump stack on timerlat uret threshold eventCrystal Wood1-2/+5
2026-05-20tracing: Avoid NULL return from hist_field_name() on truncationDavid Carlier1-4/+2
2026-05-19sched/clock: Provide !HAVE_UNSTABLE_SCHED_CLOCK stub for sched_clock_stable()Yiyang Chen1-7/+0
2026-05-17Merge tag 'trace-v7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-4/+4
2026-05-16tracing: Fix desc in error path for the trace remote test moduleVincent Donnefort1-2/+2
2026-05-15ring-buffer remote: Avoid unexpected symbol warnings (arm, s390)Arnd Bergmann1-2/+2
2026-05-11fprobe: Fix unregister_fprobe() to wait for RCU grace periodMasami Hiramatsu (Google)2-3/+23
2026-05-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc3Alexei Starovoitov7-204/+362
2026-04-29tracing/probes: Limit size of event probe to 3KSteven Rostedt2-1/+9
2026-04-28tracing: branch: Fix inverted check on stat tracer registrationBreno Leitao1-4/+4
2026-04-24Merge tag 'trace-ring-buffer-v7.1-3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+7
2026-04-24ring-buffer: Do not double count the reader_pageMasami Hiramatsu (Google)1-6/+7
2026-04-22Merge tag 'trace-ring-buffer-v7.1-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-32/+32
2026-04-22bpf: Add sleepable support for classic tracepoint programsMykyta Yatsenko2-51/+85
2026-04-22bpf: Add sleepable support for raw tracepoint programsMykyta Yatsenko1-3/+17
2026-04-22tracing: Make undefsyms_base.c a first-class citizenPaolo Bonzini3-32/+32
2026-04-22tracing/fprobe: Fix to unregister ftrace_ops if it is empty on module unloadingMasami Hiramatsu (Google)1-65/+159
2026-04-22tracing/fprobe: Check the same type fprobe on table as the unregistered oneMasami Hiramatsu (Google)1-17/+65
2026-04-22tracing/fprobe: Avoid kcalloc() in rcu_read_lock sectionMasami Hiramatsu (Google)1-47/+45
2026-04-21tracing/fprobe: Remove fprobe from hash in failure pathMasami Hiramatsu (Google)1-43/+47