summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2025-03-27Merge tag 'probes-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-4/+46
2025-03-27Merge tag 'trace-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-46/+87
2025-03-27Merge tag 'trace-latency-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-67/+1273
2025-03-27Merge tag 'ftrace-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-74/+346
2025-03-27Merge tag 'trace-sorttable-v6.15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-5/+50
2025-03-27tracing: probe-events: Add comments about entry data storing codeMasami Hiramatsu (Google)-0/+28
2025-03-27tracing: probe-events: Log error for exceeding the number of argumentsMasami Hiramatsu (Google)-4/+18
2025-03-25Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2025-03-25tracing: Replace strncpy with memcpy for fixed-length substring copySiddarth G-1/+1
2025-03-25tracing: Fix synth event printk format for str fieldsDouglas Raillard-1/+1
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+2
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-17/+4
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+1
2025-03-24Merge tag 'rcu-next-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-17/+15
2025-03-24rv: Add scpd, snep and sncid per-cpu monitorsGabriele Monaco-0/+534
2025-03-24rv: Add snroc per-task monitorGabriele Monaco-0/+164
2025-03-24rv: Add sco and tss per-cpu monitorsGabriele Monaco-0/+337
2025-03-24rv: Add option for nested monitors and include schedGabriele Monaco-28/+216
2025-03-24tracing: Do not use PERF enums when perf is not definedSteven Rostedt-2/+6
2025-03-23tracing: Use hashtable.h for event_hashSasha Levin-12/+7
2025-03-23tracing: Ensure module defining synth event cannot be unloaded while tracingDouglas Raillard-1/+29
2025-03-23tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNRE...Gabriele Paoloni-1/+3
2025-03-23tracing/osnoise: Fix possible recursive locking for cpus_read_lock()Ran Xiaokai-1/+0
2025-03-23tracing: Align synth event print fmtDouglas Raillard-1/+1
2025-03-22tracing: Fix use-after-free in print_graph_function_flags during tracer switc...Tengda Wu-4/+1
2025-03-20tracing: Constify struct event_trigger_opsChristophe JAILLET-34/+34
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar-8/+41
2025-03-18bpf: Make perf_event_read_output accessible in all program types.Emil Tsalapatis-0/+5
2025-03-17Merge tag 'probes-fixes-v6.14-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-16/+14
2025-03-17tracing: Use preempt_model_str()Sebastian Andrzej Siewior-6/+1
2025-03-16Merge tag 'trace-v6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-6/+18
2025-03-15tracing: tprobe-events: Fix leakage of module refcountMasami Hiramatsu (Google)-13/+8
2025-03-15tracing: tprobe-events: Fix to clean up tprobe correctly when module unloadMasami Hiramatsu (Google)-3/+6
2025-03-14tracing: Correct the refcount if the hist/hist_debug file fails to openTengda Wu-6/+18
2025-03-10bpf: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior-11/+13
2025-03-10module: Use RCU in find_module_all().Sebastian Andrzej Siewior-6/+3
2025-03-07function_graph: Remove the unused variable funcJiapeng Chong-3/+0
2025-03-06tracing/user_events: Slightly simplify user_seq_show()Christophe JAILLET-4/+1
2025-03-06tracing/user_events: Don't use %pK through printkThomas Weißschuh-1/+1
2025-03-06ring-buffer: Fix typo in comment about header page pointerZhouyi Zhou-1/+1
2025-03-04osnoise: provide quiescent statesAnkur Arora-17/+15
2025-03-04rv: Add license identifiers to monitor filesGabriele Monaco-0/+6
2025-03-04ftrace: Add arguments to function tracerSven Schnelle-18/+85
2025-03-04ftrace: Have funcgraph-args take affect during tracingSteven Rostedt-1/+26
2025-03-04ftrace: Add support for function argument to graph tracerSven Schnelle-35/+124
2025-03-04ftrace: Add print_function_args()Sven Schnelle-0/+100
2025-03-04ftrace: Have ftrace_free_filter() WARN and exit if ops is activeSteven Rostedt-0/+2
2025-03-04fgraph: Correct typo in ftrace_return_to_handler commentHaiyue Wang-1/+1
2025-03-03Merge tag 'v6.14-rc5' into x86/core, to pick up fixesIngo Molnar-54/+68
2025-03-03Merge tag 'probes-fixes-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+23