summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
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-10bpf: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior
2025-03-10module: Use RCU in find_module_all().Sebastian Andrzej Siewior
2025-03-07function_graph: Remove the unused variable funcJiapeng Chong
2025-03-06tracing/user_events: Slightly simplify user_seq_show()Christophe JAILLET
2025-03-06tracing/user_events: Don't use %pK through printkThomas Weißschuh
2025-03-06ring-buffer: Fix typo in comment about header page pointerZhouyi Zhou
2025-03-04osnoise: provide quiescent statesAnkur Arora
2025-03-04rv: Add license identifiers to monitor filesGabriele Monaco
2025-03-04ftrace: Add arguments to function tracerSven Schnelle
2025-03-04ftrace: Have funcgraph-args take affect during tracingSteven Rostedt
2025-03-04ftrace: Add support for function argument to graph tracerSven Schnelle
2025-03-04ftrace: Add print_function_args()Sven Schnelle
2025-03-04ftrace: Have ftrace_free_filter() WARN and exit if ops is activeSteven Rostedt
2025-03-04fgraph: Correct typo in ftrace_return_to_handler commentHaiyue Wang
2025-03-03Merge tag 'v6.14-rc5' into x86/core, to pick up fixesIngo Molnar
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-26trace/osnoise: Add trace events for samplesTomas Glozar
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-26perf: Remove unnecessary parameter of security checkLuo Gengkun
2025-02-26bpf: Fix deadlock between rcu_tasks_trace and event_mutex.Alexei Starovoitov
2025-02-25tracing: Add traceoff_after_boot optionSteven Rostedt
2025-02-25ftrace: Check against is_kernel_text() instead of kaslr_offset()Steven Rostedt
2025-02-25ftrace: Test mcount_loc addr before calling ftrace_call_addr()Steven Rostedt
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
2025-02-20bpf: Use preempt_count() directly in bpf_send_signal_common()Hou Tao
2025-02-18ftrace: Have ftrace pages output reflect freed pagesSteven Rostedt
2025-02-18ftrace: Update the mcount_loc check of skipped entriesSteven Rostedt
2025-02-18scripts/sorttable: Zero out weak functions in mcount_loc tableSteven Rostedt
2025-02-18Merge tag 'v6.14-rc3' into x86/core, to pick up fixesIngo Molnar
2025-02-18tracing/osnoise: Switch to use hrtimer_setup()Nam Cao
2025-02-15ring-buffer: Update pages_touched to reflect persistent buffer contentSteven Rostedt
2025-02-15tracing: Do not allow mmap() of persistent ring bufferSteven Rostedt
2025-02-14ring-buffer: Validate the persistent meta data subbuf arraySteven Rostedt
2025-02-14tracing: Have the error of __tracing_resize_ring_buffer() passed to userSteven Rostedt
2025-02-14ring-buffer: Unlock resize on mmap errorSteven Rostedt
2025-02-14x86/ibt: Clean up is_endbr()Peter Zijlstra
2025-02-08fgraph: Fix set_graph_notrace with setting TRACE_GRAPH_NOTRACE_BITSteven Rostedt
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados