aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2025-03-22tracing: Fix use-after-free in print_graph_function_flags during tracer switc...Tengda Wu3-4/+1
2025-03-20tracing: Constify struct event_trigger_opsChristophe JAILLET4-34/+34
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar3-8/+41
2025-03-18bpf: Make perf_event_read_output accessible in all program types.Emil Tsalapatis1-0/+5
2025-03-17Merge tag 'probes-fixes-v6.14-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-16/+14
2025-03-17tracing: Use preempt_model_str()Sebastian Andrzej Siewior1-6/+1
2025-03-16Merge tag 'trace-v6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+18
2025-03-15tracing: tprobe-events: Fix leakage of module refcountMasami Hiramatsu (Google)1-13/+8
2025-03-15tracing: tprobe-events: Fix to clean up tprobe correctly when module unloadMasami Hiramatsu (Google)1-3/+6
2025-03-14tracing: Correct the refcount if the hist/hist_debug file fails to openTengda Wu1-6/+18
2025-03-10bpf: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior1-11/+13
2025-03-10module: Use RCU in find_module_all().Sebastian Andrzej Siewior1-6/+3
2025-03-07function_graph: Remove the unused variable funcJiapeng Chong1-3/+0
2025-03-06tracing/user_events: Slightly simplify user_seq_show()Christophe JAILLET1-4/+1
2025-03-06tracing/user_events: Don't use %pK through printkThomas Weißschuh1-1/+1
2025-03-06ring-buffer: Fix typo in comment about header page pointerZhouyi Zhou1-1/+1
2025-03-04osnoise: provide quiescent statesAnkur Arora1-17/+15
2025-03-04rv: Add license identifiers to monitor filesGabriele Monaco4-0/+6
2025-03-04ftrace: Add arguments to function tracerSven Schnelle7-18/+85
2025-03-04ftrace: Have funcgraph-args take affect during tracingSteven Rostedt1-1/+26
2025-03-04ftrace: Add support for function argument to graph tracerSven Schnelle4-35/+124
2025-03-04ftrace: Add print_function_args()Sven Schnelle3-0/+100
2025-03-04ftrace: Have ftrace_free_filter() WARN and exit if ops is activeSteven Rostedt1-0/+2
2025-03-04fgraph: Correct typo in ftrace_return_to_handler commentHaiyue Wang1-1/+1
2025-03-03Merge tag 'v6.14-rc5' into x86/core, to pick up fixesIngo Molnar5-54/+68
2025-03-03Merge tag 'probes-fixes-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+23
2025-03-03tracing: probe-events: Remove unused MAX_ARG_BUF_LEN macroMasami Hiramatsu (Google)1-1/+0
2025-02-27ftrace: Avoid potential division by zero in function_stat_show()Nikolay Kuratov1-15/+12
2025-02-27tracing: Fix bad hist from corrupting named_triggers listSteven Rostedt1-15/+15
2025-02-26trace/osnoise: Add trace events for samplesTomas Glozar1-39/+16
2025-02-27tracing: fprobe-events: Log error for exceeding the number of entry argsMasami Hiramatsu (Google)2-1/+7
2025-02-27tracing: tprobe-events: Reject invalid tracepoint nameMasami Hiramatsu (Google)2-0/+14
2025-02-27tracing: tprobe-events: Fix a memory leak when tprobe with $retvalMasami Hiramatsu (Google)1-0/+2
2025-02-26perf: Remove unnecessary parameter of security checkLuo Gengkun1-2/+2
2025-02-26bpf: Fix deadlock between rcu_tasks_trace and event_mutex.Alexei Starovoitov1-3/+4
2025-02-25tracing: Add traceoff_after_boot optionSteven Rostedt1-0/+11
2025-02-25ftrace: Check against is_kernel_text() instead of kaslr_offset()Steven Rostedt1-5/+12
2025-02-25ftrace: Test mcount_loc addr before calling ftrace_call_addr()Steven Rostedt1-1/+5
2025-02-21tracing: Fix memory leak when reading set_event fileAdrian Huang1-2/+9
2025-02-21ftrace: Correct preemption accounting for function tracing.Sebastian Andrzej Siewior1-4/+2
2025-02-21fprobe: Fix accounting of when to unregister from function graphSteven Rostedt1-3/+3
2025-02-21fprobe: Always unregister fgraph function from opsSteven Rostedt1-4/+2
2025-02-21ftrace: Do not add duplicate entries in subops manager opsSteven Rostedt1-0/+3
2025-02-21ftrace: Fix accounting of adding subops to a manager opsSteven Rostedt1-11/+22
2025-02-20bpf: Use preempt_count() directly in bpf_send_signal_common()Hou Tao1-1/+1
2025-02-18ftrace: Have ftrace pages output reflect freed pagesSteven Rostedt1-3/+12
2025-02-18ftrace: Update the mcount_loc check of skipped entriesSteven Rostedt1-1/+22
2025-02-18scripts/sorttable: Zero out weak functions in mcount_loc tableSteven Rostedt1-1/+5
2025-02-18Merge tag 'v6.14-rc3' into x86/core, to pick up fixesIngo Molnar2-9/+31
2025-02-18tracing/osnoise: Switch to use hrtimer_setup()Nam Cao1-4/+2