summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)AuthorFilesLines
8 daystracing: Fix comment in tracing_buffers_splice_read()Steven Rostedt1-5/+7
8 daystracing: Fix subbuf resize races with trace_pipe_raw readersVincent Donnefort1-55/+42
8 daystracing: Fix to avoid creating trace instances with duplicate namesMasami Hiramatsu (Google)1-0/+5
10 daystracing: Take trace_array reference when opening options fileSteven Rostedt1-4/+63
13 daysMerge tag 'trace-v7.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-1/+5
2026-08-22tracing: Fix use-after-free in trace_pipe read on sub-buffer order changeDeepanshu Kartikey1-0/+3
2026-08-22tracing: Fix logged instance name on creation failureVincent Donnefort1-1/+2
2026-08-20Merge tag 'probes-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-3/+5
2026-08-19Merge tag 'trace-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-1/+1
2026-08-14tracing: Have trace_event_update_all() only handle module that is loadingSteven Rostedt1-1/+1
2026-08-08ftrace: Drop extra comma in trace_buffered_event_enableLeon Hwang1-1/+1
2026-07-24tracing: Fix context switch counter truncationUsama Arif1-1/+1
2026-07-14tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to ...Masami Hiramatsu (Google)1-0/+1
2026-07-14tracing/probes: Add $current variable supportMasami Hiramatsu (Google)1-2/+2
2026-07-14tracing/probes: Support field specifier option for typecastMasami Hiramatsu (Google)1-2/+2
2026-07-14tracing/probes: Support nested typecastMasami Hiramatsu (Google)1-0/+1
2026-07-14tracing/probes: Support typecast for various probe eventsMasami Hiramatsu (Google)1-1/+1
2026-07-07tracing: Make tracepoint_printk static as not exportedBen Dooks1-1/+1
2026-07-06tracing: Remove unused ret assignment in tracing_set_tracer()Wayen.Yan1-1/+0
2026-06-18Merge tag 'trace-ring-buffer-v7.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+4
2026-05-28ring-buffer: Add persistent ring buffer invalid-page inject testMasami Hiramatsu (Google)1-0/+4
2026-05-21tracing: Move trace_iterator_increment() into trace_find_next_entry_inc()Steven Rostedt1-11/+8
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-04-17Merge tag 'trace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-1178/+52
2026-04-02tracing: Allow backup to save persistent ring buffer before it startsSteven Rostedt1-0/+22
2026-04-02tracing: Remove the backup instance automatically after readMasami Hiramatsu (Google)1-6/+73
2026-04-02tracing: Make the backup instance non-reusableMasami Hiramatsu (Google)1-31/+50
2026-03-31tracing: Append repeated boot-time tracing parametersWesley Atwell1-1/+30
2026-03-28tracing: Remove tracing_alloc_snapshot() when snapshot isn't definedSteven Rostedt1-7/+0
2026-03-26tracing: Move snapshot code out of trace.c and into trace_snapshot.cSteven Rostedt1-1169/+23
2026-03-24Merge commit 'f35dbac6942171dc4ce9398d1d216a59224590a9' into trace/ring-buffe...Steven Rostedt1-9/+27
2026-03-23tracing: Free up file->private_data for use by individual eventsPetr Pavlu1-2/+0
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-09tracing: Add non-consuming read to trace remotesVincent Donnefort1-1/+1
2026-03-09tracing: Introduce trace remotesVincent Donnefort1-1/+1
2026-03-06tracing: Fix trace_buf_size= cmdline parameter with sizes >= 2GCalvin Owens1-3/+3
2026-03-03tracing: Fix WARN_ON in tracing_buffers_mmap_closeQing Wang1-0/+13
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-6/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-14/+14
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-19/+20
2026-02-11tracing: Fix indentation of return statement in print_trace_fmt()Haoyang LIU1-1/+1
2026-02-11tracing: Reset last_boot_info if ring buffer is resetMasami Hiramatsu (Google)1-0/+6
2026-02-11tracing: Fix to set write permission to per-cpu buffer_size_kbMasami Hiramatsu (Google)1-1/+1
2026-02-08tracing: Better separate SNAPSHOT and MAX_TRACE optionsSteven Rostedt1-35/+38
2026-02-08tracing: Add tracer_uses_snapshot() helper to remove #ifdefsSteven Rostedt1-35/+16
2026-02-08tracing: Rename trace_array field max_buffer to snapshot_bufferSteven Rostedt1-36/+36
2026-02-08tracing: Move pid filtering into trace_pid.cSteven Rostedt1-242/+0
2026-02-08tracing: Move trace_printk functions out of trace.c and into trace_printk.cSteven Rostedt1-431/+0