summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2026-04-21tracing/fprobe: Unregister fprobe even if memory allocation failsMasami Hiramatsu (Google)1-10/+15
2026-04-21tracing/fprobe: Reject registration of a registered fprobe before initMasami Hiramatsu (Google)1-11/+10
2026-04-20tracing: tell git to ignore the generated 'undefsyms_base.c' fileLinus Torvalds1-0/+1
2026-04-19bpf: Refactor dynptr mutability trackingAmery Hung1-11/+11
2026-04-17Merge tag 'trace-latency-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+53
2026-04-17Merge tag 'trace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds10-1227/+1285
2026-04-17Merge tag 'probes-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-2/+0
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-8/+63
2026-04-16tracing/osnoise: Add option to align tlat threadsTomas Glozar1-1/+53
2026-04-15Merge tag 'trace-rv-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds20-198/+1175
2026-04-15Merge tag 'trace-ringbuffer-v7.1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-132/+2737
2026-04-15Merge tag 'ftrace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-0/+22
2026-04-14Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-0/+8
2026-04-14Merge tag 'timers-core-2026-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-12/+15
2026-04-14tracing: Fix fully-qualified variable reference printing in histogramsTom Zanussi1-5/+10
2026-04-14ring-buffer: Prevent off-by-one array access in ring_buffer_desc_page()Vincent Donnefort1-2/+2
2026-04-14tracing: Rebuild full_name on each hist_field_name() callPengpeng Hou1-5/+7
2026-04-14ring-buffer: Report header_page overwrite as charCao Ruichuang1-2/+2
2026-04-13Merge tag 'kvmarm-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini9-53/+2557
2026-04-11Merge branch 'timers/urgent' into timers/coreThomas Gleixner6-30/+105
2026-04-07bpf: Prefer vmlinux symbols over module symbols for unqualified kprobesAndrey Grodzovsky1-0/+8
2026-04-06tracing/probe: reject non-closed empty immediate stringsPengpeng Hou1-1/+1
2026-04-02tracing: Allow backup to save persistent ring buffer before it startsSteven Rostedt2-1/+26
2026-04-02tracing: Remove the backup instance automatically after readMasami Hiramatsu (Google)2-6/+79
2026-04-02tracing: Make the backup instance non-reusableMasami Hiramatsu (Google)4-65/+104
2026-04-02ring-buffer: Enforce read ordering of trace_buffer cpumask and buffersVincent Donnefort1-1/+18
2026-04-02bpf: Reject sleepable kprobe_multi programs at attach timeVarun R Mallya1-0/+4
2026-04-02tracing: Non-consuming read for trace remotes with an offline CPUVincent Donnefort1-3/+19
2026-04-01ftrace: Use kallsyms binary search for single-symbol lookupAndrey Grodzovsky1-0/+22
2026-04-01rv: Allow epoll in rtapp-sleep monitorNam Cao2-46/+60
2026-03-31tracing: Remove duplicate latency_fsnotify() stubSteven Rostedt2-3/+2
2026-03-31tracing: Preserve repeated trace_trigger boot parametersWesley Atwell1-3/+10
2026-03-31tracing: Append repeated boot-time tracing parametersWesley Atwell4-6/+42
2026-03-31rv: Add nomiss deadline monitorGabriele Monaco10-0/+713
2026-03-31rv: Convert the opid monitor to a hybrid automatonGabriele Monaco5-152/+60
2026-03-31rv: Add sample hybrid monitor stallGabriele Monaco7-0/+266
2026-03-31rv: Add Hybrid Automata monitor typeGabriele Monaco2-0/+76
2026-03-28tracing: Remove spurious default precision from show_event_trigger/filter for...David Laight1-2/+2
2026-03-28tracing: Remove tracing_alloc_snapshot() when snapshot isn't definedSteven Rostedt1-7/+0
2026-03-28tracing: Drain deferred trigger frees if kthread creation failsWesley Atwell1-13/+66
2026-03-27tracing: Fix potential deadlock in cpu hotplug with osnoiseLuo Haiyang1-5/+5
2026-03-26tracing: Move snapshot code out of trace.c and into trace_snapshot.cSteven Rostedt4-1177/+1188
2026-03-24ring-buffer: Show what clock function is used on timestamp errorsSteven Rostedt1-4/+6
2026-03-24Merge commit 'f35dbac6942171dc4ce9398d1d216a59224590a9' into trace/ring-buffe...Steven Rostedt2-10/+28
2026-03-25tracing: fprobe: do not zero out unused fgraph_dataMartin Kaiser1-2/+0
2026-03-23tracing: Pretty-print enum parameters in function argumentsDonglin Peng1-1/+11
2026-03-23tracing: Free up file->private_data for use by individual eventsPetr Pavlu2-6/+0
2026-03-23tracing: Clean up access to trace_event_file from a file pointerPetr Pavlu2-9/+14
2026-03-23tracing: Remove unnecessary check for EVENT_FILE_FL_FREEDPetr Pavlu1-6/+2
2026-03-23tracing: move __printf() attribute on __ftrace_vbprintk()Arnd Bergmann1-0/+1