summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2025-06-10tracing: Fix compilation warning on arm32Pan Taixi
2025-05-29tracing: Mark binary printing functions with __printf() attributeAndy Shevchenko
2025-05-29ring-buffer: Use kaslr address instead of text deltaSteven Rostedt
2025-05-22ring-buffer: Fix persistent buffer when commit page is the reader pageSteven Rostedt
2025-05-22ftrace: Fix preemption accounting for stacktrace filter commandpengdonglin
2025-05-22ftrace: Fix preemption accounting for stacktrace trigger commandpengdonglin
2025-05-22tracing: probes: Fix a possible race in trace_probe_log APIsMasami Hiramatsu (Google)
2025-05-22tracing: fprobe: Fix RCU warning message in list traversalBreno Leitao
2025-05-09tracing: Fix oob write in trace_seq_to_buffer()Jeongjun Park
2025-05-09tracing: Do not take trace_event_sem in print_event_fields()Steven Rostedt
2025-05-02tracing: Enforce the persistent ring buffer to be page alignedSteven Rostedt
2025-05-02bpf: Fix deadlock between rcu_tasks_trace and event_mutex.Alexei Starovoitov
2025-04-25tracing: Fix filter string testingSteven Rostedt
2025-04-25ftrace: fix incorrect hash size in register_ftrace_direct()Menglong Dong
2025-04-20ring-buffer: Use flush_kernel_vmap_range() over flush_dcache_folio()Steven Rostedt
2025-04-20ftrace: Properly merge notrace hashesAndy Chiu
2025-04-20ftrace: Add cond_resched() to ftrace_graph_set_hash()zhoumin
2025-04-20tracing: Do not add length to print format in synthetic eventsSteven Rostedt
2025-04-20tracing: fprobe events: Fix possible UAF on modulesMasami Hiramatsu (Google)
2025-04-20tracing: fprobe: Fix to lock module while registering fprobeMasami Hiramatsu (Google)
2025-04-20tracing: probe-events: Add comments about entry data storing codeMasami Hiramatsu (Google)
2025-04-20tracing: probe-events: Log error for exceeding the number of argumentsMasami Hiramatsu (Google)
2025-04-20tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNRE...Gabriele Paoloni
2025-04-20tracing: fprobe: Cleanup fprobe hash when module unloadingMasami Hiramatsu (Google)
2025-04-10tracing: Do not use PERF enums when perf is not definedSteven Rostedt
2025-04-10tracing: Verify event formats that have "%*p.."Steven Rostedt
2025-04-10tracing/osnoise: Fix possible recursive locking for cpus_read_lock()Ran Xiaokai
2025-04-10tracing: Fix synth event printk format for str fieldsDouglas Raillard
2025-04-10tracing: Ensure module defining synth event cannot be unloaded while tracingDouglas Raillard
2025-04-10tracing: Fix use-after-free in print_graph_function_flags during tracer switc...Tengda Wu
2025-04-10ring-buffer: Fix bytes_dropped calculation issueFeng Yang
2025-04-10bpf: Use preempt_count() directly in bpf_send_signal_common()Hou Tao
2025-03-17Merge tag 'probes-fixes-v6.14-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-16Merge tag 'trace-v6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-15tracing: tprobe-events: Fix leakage of module refcountMasami Hiramatsu (Google)
2025-03-15tracing: tprobe-events: Fix to clean up tprobe correctly when module unloadMasami Hiramatsu (Google)
2025-03-14tracing: Correct the refcount if the hist/hist_debug file fails to openTengda Wu
2025-03-03Merge tag 'probes-fixes-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-03tracing: probe-events: Remove unused MAX_ARG_BUF_LEN macroMasami Hiramatsu (Google)
2025-02-27ftrace: Avoid potential division by zero in function_stat_show()Nikolay Kuratov
2025-02-27tracing: Fix bad hist from corrupting named_triggers listSteven Rostedt
2025-02-27tracing: fprobe-events: Log error for exceeding the number of entry argsMasami Hiramatsu (Google)
2025-02-27tracing: tprobe-events: Reject invalid tracepoint nameMasami Hiramatsu (Google)
2025-02-27tracing: tprobe-events: Fix a memory leak when tprobe with $retvalMasami Hiramatsu (Google)
2025-02-21tracing: Fix memory leak when reading set_event fileAdrian Huang
2025-02-21ftrace: Correct preemption accounting for function tracing.Sebastian Andrzej Siewior
2025-02-21fprobe: Fix accounting of when to unregister from function graphSteven Rostedt
2025-02-21fprobe: Always unregister fgraph function from opsSteven Rostedt
2025-02-21ftrace: Do not add duplicate entries in subops manager opsSteven Rostedt
2025-02-21ftrace: Fix accounting of adding subops to a manager opsSteven Rostedt