summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
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: probe-events: Add comments about entry data storing codeMasami Hiramatsu (Google)
2025-04-20tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNRE...Gabriele Paoloni
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-10tracing: Correct the refcount if the hist/hist_debug file fails to openTengda Wu
2025-04-10tracing/hist: Support POLLPRI event for poll on histogramMasami Hiramatsu (Google)
2025-04-10tracing/hist: Add poll(POLLIN) support on hist fileMasami Hiramatsu (Google)
2025-04-10tracing: Switch trace_events_hist.c code over to use guard()Steven Rostedt
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-28tracing: tprobe-events: Fix leakage of module refcountMasami Hiramatsu (Google)
2025-03-28tracing: tprobe-events: Fix to clean up tprobe correctly when module unloadMasami Hiramatsu (Google)
2025-03-13tracing: probe-events: Remove unused MAX_ARG_BUF_LEN macroMasami Hiramatsu (Google)
2025-03-13tracing: tprobe-events: Reject invalid tracepoint nameMasami Hiramatsu (Google)
2025-03-13tracing: tprobe-events: Fix a memory leak when tprobe with $retvalMasami Hiramatsu (Google)
2025-03-07ftrace: Avoid potential division by zero in function_stat_show()Nikolay Kuratov
2025-03-07tracing: Fix bad hist from corrupting named_triggers listSteven Rostedt
2025-02-27tracing: Fix using ret variable in tracing_set_tracer()Steven Rostedt
2025-02-27ftrace: Do not add duplicate entries in subops manager opsSteven Rostedt
2025-02-27ftrace: Fix accounting of adding subops to a manager opsSteven Rostedt
2025-02-27ftrace: Correct preemption accounting for function tracing.Sebastian Andrzej Siewior
2025-02-27tracing: Have the error of __tracing_resize_ring_buffer() passed to userSteven Rostedt
2025-02-27tracing: Switch trace.c code over to use guard()Steven Rostedt
2025-02-21ring-buffer: Update pages_touched to reflect persistent buffer contentSteven Rostedt
2025-02-21ring-buffer: Validate the persistent meta data subbuf arraySteven Rostedt
2025-02-21tracing: Do not allow mmap() of persistent ring bufferSteven Rostedt
2025-02-21ring-buffer: Unlock resize on mmap errorSteven Rostedt
2025-02-17tracing/osnoise: Fix resetting of tracepointsSteven Rostedt
2025-02-17fgraph: Fix set_graph_notrace with setting TRACE_GRAPH_NOTRACE_BITSteven Rostedt
2025-02-17ring-buffer: Do not allow events in NMI with generic atomic64 cmpxchg()Steven Rostedt
2025-02-17ring-buffer: Make reading page consistent with the code logicJeongjun Park
2025-02-08bpf: Send signals asynchronously if !preemptiblePuranjay Mohan
2025-02-08perf/core: Save raw sample data conditionally based on sample typeYabin Cui
2025-01-14tracing: Print lazy preemption modelShrikanth Hegde
2025-01-14tracing: Fix irqsoff and wakeup latency tracers when using function graphSteven Rostedt
2025-01-10tracing/kprobes: Fix to free objects when failed to copy a symbolMasami Hiramatsu (Google)
2025-01-03Merge tag 'ftrace-v6.13-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-02ftrace: Fix function profiler's filtering functionalityKohei Enju
2025-01-02fgraph: Add READ_ONCE() when accessing fgraph_array[]Zilin Guan
2024-12-31tracing: Have process_string() also allow arraysSteven Rostedt
2024-12-27Merge tag 'probes-fixes-v6.13-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds