summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2025-05-22bpf: Revert "bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe...Di Shen
2025-05-14Merge tag 'trace-v6.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-05-14ring-buffer: Fix persistent buffer when commit page is the reader pageSteven Rostedt
2025-05-14ftrace: Fix preemption accounting for stacktrace filter commandpengdonglin
2025-05-14ftrace: Fix preemption accounting for stacktrace trigger commandpengdonglin
2025-05-14tracing: Record trace_clock and recover when rebootMasami Hiramatsu (Google)
2025-05-14tracing: Cleanup upper_empty() in pid_listYury Norov
2025-05-13bpf: Fix WARN() in get_bpf_raw_tp_regsTao Chen
2025-05-13tracing: probes: Fix a possible race in trace_probe_log APIsMasami Hiramatsu (Google)
2025-05-12bpf: Implement dynptr copy kfuncsMykyta Yatsenko
2025-05-10tracing: add missing trace_probe_log_clear for eprobesPaul Cacheux
2025-05-10tracing: fprobe: Fix RCU warning message in list traversalBreno Leitao
2025-05-09bpf: Add support to retrieve ref_ctr_offset for uprobe perf linkJiri Olsa
2025-05-09tracing: Allow the top level trace_marker to write into another instancesSteven Rostedt
2025-05-09tracing: Add a helper function to handle the dereference arg in verifierSteven Rostedt
2025-05-09tracing: Remove unnecessary "goto out" that simply returns ret is trigger codeSteven Rostedt
2025-05-09tracing: Fix error handling in event_trigger_parse()Miaoqian Lin
2025-05-09tracing: Rename event_trigger_alloc() to trigger_data_alloc()Steven Rostedt
2025-05-09tracing: Replace deprecated strncpy() with strscpy() for stack_trace_filter_bufDevaansh Kumar
2025-05-09tracing: Remove unused buffer_page field from trace_array_cpu structureSteven Rostedt
2025-05-09tracing: Use atomic_inc_return() for updating "disabled" counter in irqsoff t...Steven Rostedt
2025-05-09tracing: Convert the per CPU "disabled" counter to local from atomicSteven Rostedt
2025-05-09tracing: branch: Use trace_tracing_is_on_cpu() instead of "disabled" fieldSteven Rostedt
2025-05-09ring-buffer: Add ring_buffer_record_is_on_cpu()Steven Rostedt
2025-05-09tracing: Do not use per CPU array_buffer.data->disabled for cpumaskSteven Rostedt
2025-05-09ftrace: Do not disabled function graph based on "disabled" fieldSteven Rostedt
2025-05-09tracing: kdb: Use tracer_tracing_on/off() instead of setting per CPU disabledSteven Rostedt
2025-05-09tracing: Use tracer_tracing_disable() instead of "disabled" field for ftrace_...Steven Rostedt
2025-05-09tracing: Add tracer_tracing_disable/enable() functionsSteven Rostedt
2025-05-09bpf: Allow some trace helpers for all prog typesFeng Yang
2025-05-08tracing: Just use this_cpu_read() to access ignore_pidSteven Rostedt
2025-05-08ftrace: Do not bother checking per CPU "disabled" flagSteven Rostedt
2025-05-08tracing/mmiotrace: Remove reference to unused per CPU data pointerSteven Rostedt
2025-05-08tracing/osnoise: Allow arbitrarily long CPU stringTomas Glozar
2025-05-08ftrace: Comment that ftrace_func_mapper is freed with free_ftrace_hash()Steven Rostedt
2025-05-08ftrace: Expose call graph depth as unsigned intIlya Leoshkevich
2025-05-08ftrace: Show subops in enabled_functionsSteven Rostedt
2025-05-06kill vfs_submount()Al Viro
2025-05-06tracing: Add common_comm to histogramsSteven Rostedt
2025-05-06tracing: Move histogram trigger variables from stack to per CPU structureSteven Rostedt
2025-05-06tracing: Always use memcpy() in histogram add_to_key()Steven Rostedt
2025-05-06tracing: Show preempt and irq events callsites from the offsets in field printSteven Rostedt
2025-05-06tracing: Adjust addresses for printing out fieldsSteven Rostedt
2025-05-06tracing: Only return an adjusted address if it matches the kernel addressSteven Rostedt
2025-05-06tracing: Show function names when possible when listing fieldsSteven Rostedt
2025-05-06tracing: Update function trace addresses with module addressesSteven Rostedt
2025-05-05block: remove bounce buffering supportChristoph Hellwig
2025-05-05saner calling conventions for ->d_automount()Al Viro
2025-05-01tracing: Do not take trace_event_sem in print_event_fields()Steven Rostedt
2025-05-01tracing: Fix trace_adjust_address() when there is no modules in scratch areaSteven Rostedt