aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
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 formatsDavid 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-buffer/coreSteven 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
2026-03-23tracing: Adjust cmd_check_undefined to show unexpected undefined symbolsNathan Chancellor1-1/+7
2026-03-21ftrace: Use hash argument for tmp_ops in update_ftrace_direct_modJiri Olsa1-2/+2
2026-03-21ring-buffer: Fix to update per-subbuf entries of persistent ring bufferMasami Hiramatsu (Google)1-1/+1
2026-03-21tracing: Fix trace_marker copy link list updatesSteven Rostedt1-9/+10
2026-03-21tracing: Fix failure to read user space from system call trace eventsSteven Rostedt1-0/+17
2026-03-21Merge tag 'v7.0-rc4' into timers/core, to resolve conflictIngo Molnar8-28/+105
2026-03-18tracing: Restore accidentally removed SPDX tagMarc Zyngier1-1/+1
2026-03-17tracing: Generate undef symbols allowlist for simple_ring_bufferVincent Donnefort1-8/+38
2026-03-12tracing: add more symbols to whitelistArnd Bergmann1-1/+3
2026-03-12tracing: Update undefined symbols allow list for simple_ring_bufferVincent Donnefort1-1/+2
2026-03-12tracing: Use explicit array size instead of sentinel elements in symbol printingThomas Weißschuh (Schneider Electric)3-12/+15
2026-03-09tracing: Check for undefined symbols in simple_ring_bufferVincent Donnefort1-0/+16
2026-03-09tracing: load/unload page callbacks for simple_ring_bufferVincent Donnefort1-19/+72
2026-03-09tracing: Add a trace remote module for testingVincent Donnefort4-0/+281
2026-03-09tracing: Introduce simple_ring_bufferVincent Donnefort3-0/+468
2026-03-09ring-buffer: Export buffer_data_page and macrosVincent Donnefort1-35/+1
2026-03-09tracing: Add events/ root files to trace remotesVincent Donnefort2-2/+139
2026-03-09tracing: Add events to trace remotesVincent Donnefort1-5/+259
2026-03-09tracing: Add init callback to trace remotesVincent Donnefort1-1/+6
2026-03-09tracing: Add non-consuming read to trace remotesVincent Donnefort3-16/+326
2026-03-09tracing: Add reset to trace remotesVincent Donnefort1-0/+45
2026-03-09tracing: Introduce trace remotesVincent Donnefort5-1/+630
2026-03-09ring-buffer: Add non-consuming read for ring-buffer remotesVincent Donnefort1-6/+69
2026-03-09ring-buffer: Introduce ring-buffer remotesVincent Donnefort1-8/+225
2026-03-09ring-buffer: Store bpage pointers into subbuf_idsVincent Donnefort1-8/+11
2026-03-09ring-buffer: Add page statistics to the meta-pageVincent Donnefort1-0/+2
2026-03-07Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+2
2026-03-07Merge tag 'trace-v7.0-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds3-4/+11
2026-03-06tracing: Fix trace_buf_size= cmdline parameter with sizes >= 2GCalvin Owens1-3/+3