summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
3 daystracing: Fix comment in tracing_buffers_splice_read()Steven Rostedt
3 daystracing: Fix subbuf resize races with trace_pipe_raw readersVincent Donnefort
3 daystracing: Fix to avoid creating trace instances with duplicate namesMasami Hiramatsu (Google)
5 daystracing: Take trace_array reference when opening options fileSteven Rostedt
8 daysMerge tag 'trace-v7.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2026-08-22tracing: Fix use-after-free in trace_pipe read on sub-buffer order changeDeepanshu Kartikey
2026-08-22tracing: Fix logged instance name on creation failureVincent Donnefort
2026-08-20Merge tag 'probes-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2026-08-19Merge tag 'trace-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2026-08-14tracing: Have trace_event_update_all() only handle module that is loadingSteven Rostedt
2026-08-08ftrace: Drop extra comma in trace_buffered_event_enableLeon Hwang
2026-07-24tracing: Fix context switch counter truncationUsama Arif
2026-07-14tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to ...Masami Hiramatsu (Google)
2026-07-14tracing/probes: Add $current variable supportMasami Hiramatsu (Google)
2026-07-14tracing/probes: Support field specifier option for typecastMasami Hiramatsu (Google)
2026-07-14tracing/probes: Support nested typecastMasami Hiramatsu (Google)
2026-07-14tracing/probes: Support typecast for various probe eventsMasami Hiramatsu (Google)
2026-07-07tracing: Make tracepoint_printk static as not exportedBen Dooks
2026-07-06tracing: Remove unused ret assignment in tracing_set_tracer()Wayen.Yan
2026-06-18Merge tag 'trace-ring-buffer-v7.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-05-28ring-buffer: Add persistent ring buffer invalid-page inject testMasami Hiramatsu (Google)
2026-05-21tracing: Move trace_iterator_increment() into trace_find_next_entry_inc()Steven Rostedt
2026-05-21tracing: Fix README path for synthetic_eventsAo Sun
2026-05-21tracing: Use krealloc_array() for trace option array growthYu Peng
2026-04-17Merge tag 'trace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2026-04-02tracing: Allow backup to save persistent ring buffer before it startsSteven Rostedt
2026-04-02tracing: Remove the backup instance automatically after readMasami Hiramatsu (Google)
2026-04-02tracing: Make the backup instance non-reusableMasami Hiramatsu (Google)
2026-03-31tracing: Append repeated boot-time tracing parametersWesley Atwell
2026-03-28tracing: Remove tracing_alloc_snapshot() when snapshot isn't definedSteven Rostedt
2026-03-26tracing: Move snapshot code out of trace.c and into trace_snapshot.cSteven Rostedt
2026-03-24Merge commit 'f35dbac6942171dc4ce9398d1d216a59224590a9' into trace/ring-buffe...Steven Rostedt
2026-03-23tracing: Free up file->private_data for use by individual eventsPetr Pavlu
2026-03-21tracing: Fix trace_marker copy link list updatesSteven Rostedt
2026-03-21tracing: Fix failure to read user space from system call trace eventsSteven Rostedt
2026-03-09tracing: Add non-consuming read to trace remotesVincent Donnefort
2026-03-09tracing: Introduce trace remotesVincent Donnefort
2026-03-06tracing: Fix trace_buf_size= cmdline parameter with sizes >= 2GCalvin Owens
2026-03-03tracing: Fix WARN_ON in tracing_buffers_mmap_closeQing Wang
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-11tracing: Fix indentation of return statement in print_trace_fmt()Haoyang LIU
2026-02-11tracing: Reset last_boot_info if ring buffer is resetMasami Hiramatsu (Google)
2026-02-11tracing: Fix to set write permission to per-cpu buffer_size_kbMasami Hiramatsu (Google)
2026-02-08tracing: Better separate SNAPSHOT and MAX_TRACE optionsSteven Rostedt
2026-02-08tracing: Add tracer_uses_snapshot() helper to remove #ifdefsSteven Rostedt
2026-02-08tracing: Rename trace_array field max_buffer to snapshot_bufferSteven Rostedt
2026-02-08tracing: Move pid filtering into trace_pid.cSteven Rostedt
2026-02-08tracing: Move trace_printk functions out of trace.c and into trace_printk.cSteven Rostedt