aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)AuthorFilesLines
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
2026-02-08tracing: Use system_state in trace_printk_init_buffers()Steven Rostedt1-3/+2
2026-02-08tracing: Have trace_printk functions use flags instead of using global_traceSteven Rostedt1-4/+5
2026-02-08tracing: Make tracing_update_buffers() take NULL for global_traceSteven Rostedt1-1/+4
2026-02-08tracing: Make printk_trace global for tracing systemSteven Rostedt1-1/+1
2026-02-08tracing: Move ftrace_trace_stack() out of trace.c and into trace.hSteven Rostedt1-41/+4
2026-02-08tracing: Move __trace_buffer_{un}lock_*() functions to trace.hSteven Rostedt1-42/+0
2026-02-08tracing: Make tracing_selftest_running global to the tracing subsystemSteven Rostedt1-2/+1
2026-02-08tracing: Make tracing_disabled global for tracing systemSteven Rostedt1-9/+4
2026-02-08tracing: Clean up use of trace_create_maxlat_file()Steven Rostedt1-22/+16
2026-02-08tracing: Move tracing_set_filter_buffering() into trace_events_hist.cSteven Rostedt1-20/+0
2026-02-06tracing: Rename `eval_map_wq` and allow other parts of tracing use itYaxiong Tian1-9/+9
2026-01-26tracing: Disable trace_printk buffer on warning tooSteven Rostedt1-0/+9
2026-01-26tracing: Check the return value of tracing_update_buffers()Steven Rostedt1-3/+4
2026-01-23tracing: Avoid possible signed 64-bit truncationIan Rogers1-4/+4
2026-01-07trace: ftrace_dump_on_oops[] is not exported, make it staticBen Dooks1-1/+1
2026-01-07tracing: Add recursion protection in kernel stack trace recordingSteven Rostedt1-0/+6
2025-12-17tracing: Fix UBSAN warning in __remove_instance()Darrick J. Wong1-1/+1
2025-12-05tracing: Fix multiple typos in trace.cMaurice Hieronymus1-5/+5
2025-12-05tracing: Fix enabling of tracing on file releaseSteven Rostedt1-2/+4
2025-12-05Merge tag 'trace-rv-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds1-1/+2
2025-12-05Merge tag 'trace-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-260/+633
2025-12-02rv: Convert to use __freeNam Cao1-1/+2
2025-11-27overflow: Introduce struct_offset() to get offset of memberSteven Rostedt1-1/+1
2025-11-26tracing: Add boot-time backup of persistent ring bufferMasami Hiramatsu (Google)1-6/+57
2025-11-26tracing: Show the tracer options in boot-time created instanceMasami Hiramatsu (Google)1-3/+6
2025-11-26tracing: Remove unused variable in tracing_trace_options_show()Steven Rostedt1-3/+0
2025-11-25tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAsDeepanshu Kartikey1-0/+10
2025-11-14tracing: Move graph-time out of function graph optionsSteven Rostedt1-4/+10
2025-11-12tracing: Have tracer option be instance specificSteven Rostedt1-74/+183
2025-11-10tracing: Use switch statement instead of ifs in set_tracer_flag()Steven Rostedt1-15/+23
2025-11-10tracing: Exit out immediately after update_marker_trace()Steven Rostedt1-1/+4
2025-11-10tracing: Have add_tracer_options() error pass up to callersSteven Rostedt1-21/+34
2025-11-10tracing: Remove dummy options and flagsSteven Rostedt1-32/+16
2025-11-04Merge branch 'topic/func-profiler-offset' of git://git.kernel.org/pub/scm/lin...Steven Rostedt1-76/+78
2025-11-04tracing: Add an option to show symbols in _text+offset for function profilerMasami Hiramatsu (Google)1-2/+3
2025-11-04tracing: Allow tracer to add more than 32 optionsMasami Hiramatsu (Google)1-75/+76
2025-10-28tracing: Have persistent ring buffer print syscalls normallySteven Rostedt1-4/+23
2025-10-28tracing: Add a config and syscall_user_buf_size file to limit amount writtenSteven Rostedt1-0/+52
2025-10-28tracing: Make trace_user_fault_read() exposed to rest of tracingSteven Rostedt1-62/+188