aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2026-02-08tracing: Rename trace_array field max_buffer to snapshot_bufferSteven Rostedt3-47/+48
2026-02-08tracing: Move pid filtering into trace_pid.cSteven Rostedt3-242/+247
2026-02-08tracing: Move trace_printk functions out of trace.c and into trace_printk.cSteven Rostedt3-431/+432
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 Rostedt2-1/+3
2026-02-08tracing: Move ftrace_trace_stack() out of trace.c and into trace.hSteven Rostedt2-41/+35
2026-02-08tracing: Move __trace_buffer_{un}lock_*() functions to trace.hSteven Rostedt2-42/+41
2026-02-08tracing: Make tracing_selftest_running global to the tracing subsystemSteven Rostedt2-2/+3
2026-02-08tracing: Make tracing_disabled global for tracing systemSteven Rostedt4-12/+8
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 Rostedt3-21/+20
2026-02-08tracing: Have all triggers expect a file parameterSteven Rostedt1-38/+24
2026-02-06tracing/kprobes: Skip setup_boot_kprobe_events() when no cmdline eventYaxiong Tian1-0/+4
2026-02-06blktrace: Make init_blk_tracer() asynchronousYaxiong Tian1-1/+22
2026-02-06tracing: Rename `eval_map_wq` and allow other parts of tracing use itYaxiong Tian2-9/+10
2026-02-05tracing: Fix ftrace event field alignmentsSteven Rostedt3-24/+36
2026-02-03block: don't use strcpy to copy blockdev nameJohannes Thumshirn1-1/+1
2026-02-02ftrace: Fix direct_functions leak in update_ftrace_direct_delJiri Olsa1-0/+1
2026-01-31tracing: remove size parameter in __trace_puts()Steven Rostedt2-5/+4
2026-01-30tracing: Add kerneldoc to trace_event_buffer_reserve()Steven Rostedt1-0/+16
2026-01-30bpf: Have __bpf_trace_run() use rcu_read_lock_dont_migrate()Steven Rostedt1-3/+2
2026-01-28tracing: Remove duplicate ENABLE_EVENT_STR and DISABLE_EVENT_STR macrosSteven Rostedt1-5/+0
2026-01-28tracing: Up the hist stacktrace size from 16 to 31Steven Rostedt2-2/+2
2026-01-28tracing: Remove notrace from trace_event_raw_event_synth()Steven Rostedt1-3/+3
2026-01-28tracing: Have hist_debug show what function a field usesSteven Rostedt1-31/+44
2026-01-29tracing: kprobe-event: Return directly when trace kprobes is emptysunliming1-0/+4
2026-01-28bpf,x86: Use single ftrace_ops for direct callsJiri Olsa2-1/+9
2026-01-28ftrace: Factor ftrace_ops ops_func interfaceJiri Olsa1-3/+3
2026-01-28ftrace: Add update_ftrace_direct_mod functionJiri Olsa1-0/+94
2026-01-28ftrace: Add update_ftrace_direct_del functionJiri Olsa1-0/+127
2026-01-28ftrace: Add update_ftrace_direct_add functionJiri Olsa1-0/+140
2026-01-28ftrace: Export some of hash related functionsJiri Olsa1-7/+6
2026-01-28ftrace: Make alloc_and_copy_ftrace_hash direct friendlyJiri Olsa1-2/+9
2026-01-28ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flagJiri Olsa1-14/+0
2026-01-26tracing: Disable trace_printk buffer on warning tooSteven Rostedt1-0/+9
2026-01-26ftrace: Introduce and use ENTRIES_PER_PAGE_GROUP macroGuenter Roeck1-3/+4
2026-01-26tracing: Have show_event_trigger/filter format a bit more in columnsSteven Rostedt1-4/+22
2026-01-26ring-buffer: Use a housekeeping CPU to wake up waitersPetr Tesarik1-3/+21
2026-01-26tracing: Check the return value of tracing_update_buffers()Steven Rostedt1-3/+4
2026-01-26tracing: Add show_event_triggers to expose active event triggersAaron Tomlin1-0/+64
2026-01-26tracing: Add show_event_filters to expose active event filtersAaron Tomlin1-0/+58
2026-01-26tracing: Replace use of system_wq with system_dfl_wqMarco Crivellari1-1/+1
2026-01-26tracing: Add bitmask-list option for human-readable bitmask displayAaron Tomlin3-4/+56
2026-01-26tracing: Remove redundant call to event_trigger_reset_filter() in event_hist_trigger_parse()Steven Rostedt1-2/+0
2026-01-26tracing: Properly process error handling in event_hist_trigger_parse()Miaoqian Lin1-1/+1
2026-01-24bpf: support fsession for bpf_session_is_returnMenglong Dong1-13/+26
2026-01-24bpf: change prototype of bpf_session_{cookie,is_return}Menglong Dong1-2/+2
2026-01-24bpf: use the least significant byte for the nr_args in trampolineMenglong Dong1-3/+3