index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Lines
2025-03-27
Merge tag 'probes-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
-4
/
+46
2025-03-27
Merge tag 'trace-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
-46
/
+87
2025-03-27
Merge tag 'trace-latency-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-67
/
+1273
2025-03-27
Merge tag 'ftrace-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
-74
/
+346
2025-03-27
Merge tag 'trace-sorttable-v6.15' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-5
/
+50
2025-03-27
tracing: probe-events: Add comments about entry data storing code
Masami Hiramatsu (Google)
-0
/
+28
2025-03-27
tracing: probe-events: Log error for exceeding the number of arguments
Masami Hiramatsu (Google)
-4
/
+18
2025-03-25
Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-2
/
+2
2025-03-25
tracing: Replace strncpy with memcpy for fixed-length substring copy
Siddarth G
-1
/
+1
2025-03-25
tracing: Fix synth event printk format for str fields
Douglas Raillard
-1
/
+1
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-4
/
+2
2025-03-24
Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-17
/
+4
2025-03-24
Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-6
/
+1
2025-03-24
Merge tag 'rcu-next-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
-17
/
+15
2025-03-24
rv: Add scpd, snep and sncid per-cpu monitors
Gabriele Monaco
-0
/
+534
2025-03-24
rv: Add snroc per-task monitor
Gabriele Monaco
-0
/
+164
2025-03-24
rv: Add sco and tss per-cpu monitors
Gabriele Monaco
-0
/
+337
2025-03-24
rv: Add option for nested monitors and include sched
Gabriele Monaco
-28
/
+216
2025-03-24
tracing: Do not use PERF enums when perf is not defined
Steven Rostedt
-2
/
+6
2025-03-23
tracing: Use hashtable.h for event_hash
Sasha Levin
-12
/
+7
2025-03-23
tracing: Ensure module defining synth event cannot be unloaded while tracing
Douglas Raillard
-1
/
+29
2025-03-23
tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNRE...
Gabriele Paoloni
-1
/
+3
2025-03-23
tracing/osnoise: Fix possible recursive locking for cpus_read_lock()
Ran Xiaokai
-1
/
+0
2025-03-23
tracing: Align synth event print fmt
Douglas Raillard
-1
/
+1
2025-03-22
tracing: Fix use-after-free in print_graph_function_flags during tracer switc...
Tengda Wu
-4
/
+1
2025-03-20
tracing: Constify struct event_trigger_ops
Christophe JAILLET
-34
/
+34
2025-03-19
Merge tag 'v6.14-rc7' into x86/core, to pick up fixes
Ingo Molnar
-8
/
+41
2025-03-18
bpf: Make perf_event_read_output accessible in all program types.
Emil Tsalapatis
-0
/
+5
2025-03-17
Merge tag 'probes-fixes-v6.14-rc6' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-16
/
+14
2025-03-17
tracing: Use preempt_model_str()
Sebastian Andrzej Siewior
-6
/
+1
2025-03-16
Merge tag 'trace-v6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-6
/
+18
2025-03-15
tracing: tprobe-events: Fix leakage of module refcount
Masami Hiramatsu (Google)
-13
/
+8
2025-03-15
tracing: tprobe-events: Fix to clean up tprobe correctly when module unload
Masami Hiramatsu (Google)
-3
/
+6
2025-03-14
tracing: Correct the refcount if the hist/hist_debug file fails to open
Tengda Wu
-6
/
+18
2025-03-10
bpf: Use RCU in all users of __module_text_address().
Sebastian Andrzej Siewior
-11
/
+13
2025-03-10
module: Use RCU in find_module_all().
Sebastian Andrzej Siewior
-6
/
+3
2025-03-07
function_graph: Remove the unused variable func
Jiapeng Chong
-3
/
+0
2025-03-06
tracing/user_events: Slightly simplify user_seq_show()
Christophe JAILLET
-4
/
+1
2025-03-06
tracing/user_events: Don't use %pK through printk
Thomas Weißschuh
-1
/
+1
2025-03-06
ring-buffer: Fix typo in comment about header page pointer
Zhouyi Zhou
-1
/
+1
2025-03-04
osnoise: provide quiescent states
Ankur Arora
-17
/
+15
2025-03-04
rv: Add license identifiers to monitor files
Gabriele Monaco
-0
/
+6
2025-03-04
ftrace: Add arguments to function tracer
Sven Schnelle
-18
/
+85
2025-03-04
ftrace: Have funcgraph-args take affect during tracing
Steven Rostedt
-1
/
+26
2025-03-04
ftrace: Add support for function argument to graph tracer
Sven Schnelle
-35
/
+124
2025-03-04
ftrace: Add print_function_args()
Sven Schnelle
-0
/
+100
2025-03-04
ftrace: Have ftrace_free_filter() WARN and exit if ops is active
Steven Rostedt
-0
/
+2
2025-03-04
fgraph: Correct typo in ftrace_return_to_handler comment
Haiyue Wang
-1
/
+1
2025-03-03
Merge tag 'v6.14-rc5' into x86/core, to pick up fixes
Ingo Molnar
-54
/
+68
2025-03-03
Merge tag 'probes-fixes-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-2
/
+23
[prev]
[next]