summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
9 hoursMerge tag 'trace-unused-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
10 hoursMerge tag 'trace-rv-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
10 hoursMerge tag 'trace-ringbuffer-v6.17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
10 hoursMerge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
10 hoursMerge tag 'probes-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
10 hoursMerge tag 'probes-fixes-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
16 hoursMerge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
38 hoursring-buffer: Make the const read-only 'type' staticColin Ian King
2 daystracing: fprobe: Fix infinite recursion using preempt_*_notrace()Masami Hiramatsu (Google)
2 daysMerge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds
2 daystracing: trace_fprobe: Fix typo of the semicolonMasami Hiramatsu (Google)
3 daysrv: Add opid per-cpu monitorGabriele Monaco
3 daysrv: Add nrp and sssw per-task monitorsGabriele Monaco
3 daysrv: Replace tss and sncid monitors with more complete stsGabriele Monaco
3 dayssched: Adapt sched tracepoints for RV task modelGabriele Monaco
3 daysrv: Retry when da monitor detects race conditionsGabriele Monaco
3 daysrv: Adjust monitor dependenciesGabriele Monaco
3 daysrv: Use strings in da monitors tracepointsGabriele Monaco
3 daysrv: Remove trailing whitespace from tracepoint stringGabriele Monaco
3 daysrv: Fix wrong type cast in reactors_show() and monitor_reactor_show()Nam Cao
3 daysrv: Fix wrong type cast in monitors_show()Nam Cao
6 daysrv: Remove struct rv_monitor::reactingNam Cao
6 daysrv: Remove rv_reactor's reference counterNam Cao
6 daysrv: Merge struct rv_reactor_def into struct rv_reactorNam Cao
6 daysrv: Merge struct rv_monitor_def into struct rv_monitorNam Cao
6 daysrv: Remove unused field in struct rv_monitor_defNam Cao
6 daystracing: Call trace_ftrace_test_filter() for the eventSteven Rostedt
7 daysrv: Return init error when registering monitorsGabriele Monaco
7 daysverification/rvgen: Organise Kconfig entries for nested monitorsGabriele Monaco
7 daystools/dot2c: Fix generated files going over 100 column limitGabriele Monaco
7 daystracing: Have eprobes handle arraysSteven Rostedt
8 daystracing: arm: arm64: Hide trace events ipi_raise, ipi_entry and ipi_exitSteven Rostedt
8 daystracing: probes: Add a kerneldoc for traceprobe_parse_event_name()Masami Hiramatsu (Google)
8 daystracing: uprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)
8 daystracing: eprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)
8 daystracing: kprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)
8 daystracing: fprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)
8 daystracing: probe: Allocate traceprobe_parse_context from heapMasami Hiramatsu (Google)
8 daystracing: probes: Sort #include alphabeticallyMasami Hiramatsu (Google)
8 daystracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORDSteven Rostedt
8 daysftrace: Make DYNAMIC_FTRACE always enabled for architectures that support itSteven Rostedt
8 daysfgraph: Keep track of when fgraph_ops are registered or notSteven Rostedt
8 daysring-buffer: Remove ring_buffer_read_prepare_sync()Steven Rostedt
10 daysPM: cpufreq: powernv/tracing: Move powernv_throttle trace eventSteven Rostedt
11 daysMerge tag 'trace-v6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
12 daystracing: Add down_write(trace_event_sem) when adding trace eventSteven Rostedt
13 daystracing/osnoise: Fix crash in timerlat_dump_stack()Tomas Glozar
13 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov
2025-07-16bpf: Clean up individual BTF_ID codeFeng Yang
2025-07-16tracing/probes: Avoid using params uninitialized in parse_btf_arg()Nathan Chancellor