summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
17 hoursMerge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds
18 hoursMerge tag 'trace-v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
19 hoursMerge tag 'modules-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
3 daystracing: Have unsigned int function args displayed as hexadecimalSteven Rostedt
3 daysring-buffer: Convert ring_buffer_write() to use guard(preempt_notrace)Steven Rostedt
3 daystracing: Use __free(kfree) in trace.c to remove gotosSteven Rostedt
3 daystracing: Add guard() around locks and mutexes in trace.cSteven Rostedt
3 daystracing: Add guard(ring_buffer_nest)Steven Rostedt
3 daystracing: Remove unneeded goto out logicSteven Rostedt
3 daysMerge tag 'trace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
4 daystracing: Replace MAX_PARAM_PREFIX_LEN with MODULE_NAME_LENPetr Pavlu
5 daysMerge tag 'trace-unused-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
5 daysMerge tag 'trace-rv-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
5 daysMerge tag 'trace-ringbuffer-v6.17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
5 daysMerge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
5 daysMerge tag 'probes-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
5 daysMerge tag 'probes-fixes-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
5 daysMerge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
5 daystracing: Have eprobes have their own config optionSteven Rostedt
6 daysring-buffer: Make the const read-only 'type' staticColin Ian King
6 daystracing: Remove "__attribute__()" from the type field of event formatMasami Hiramatsu (Google)
6 daystracing: fprobe: Fix infinite recursion using preempt_*_notrace()Masami Hiramatsu (Google)
7 daysMerge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds
7 daystracing: trace_fprobe: Fix typo of the semicolonMasami Hiramatsu (Google)
7 daysrv: Add opid per-cpu monitorGabriele Monaco
7 daysrv: Add nrp and sssw per-task monitorsGabriele Monaco
7 daysrv: Replace tss and sncid monitors with more complete stsGabriele Monaco
7 dayssched: Adapt sched tracepoints for RV task modelGabriele Monaco
7 daysrv: Retry when da monitor detects race conditionsGabriele Monaco
7 daysrv: Adjust monitor dependenciesGabriele Monaco
7 daysrv: Use strings in da monitors tracepointsGabriele Monaco
7 daysrv: Remove trailing whitespace from tracepoint stringGabriele Monaco
7 daysrv: Fix wrong type cast in reactors_show() and monitor_reactor_show()Nam Cao
7 daysrv: Fix wrong type cast in monitors_show()Nam Cao
10 daysrv: Remove struct rv_monitor::reactingNam Cao
10 daysrv: Remove rv_reactor's reference counterNam Cao
10 daysrv: Merge struct rv_reactor_def into struct rv_reactorNam Cao
10 daysrv: Merge struct rv_monitor_def into struct rv_monitorNam Cao
10 daysrv: Remove unused field in struct rv_monitor_defNam Cao
11 daystracing: Call trace_ftrace_test_filter() for the eventSteven Rostedt
11 daysrv: Return init error when registering monitorsGabriele Monaco
11 daysverification/rvgen: Organise Kconfig entries for nested monitorsGabriele Monaco
11 daystools/dot2c: Fix generated files going over 100 column limitGabriele Monaco
11 daystracing: Have eprobes handle arraysSteven Rostedt
12 daystracing: arm: arm64: Hide trace events ipi_raise, ipi_entry and ipi_exitSteven Rostedt
12 daystracing: probes: Add a kerneldoc for traceprobe_parse_event_name()Masami Hiramatsu (Google)
12 daystracing: uprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)
12 daystracing: eprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)
12 daystracing: kprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)
12 daystracing: fprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)