summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds-20/+2
2025-08-03Merge tag 'trace-v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds-200/+117
2025-08-03Merge tag 'modules-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2025-08-01tracing: Have unsigned int function args displayed as hexadecimalSteven Rostedt-1/+7
2025-08-01ring-buffer: Convert ring_buffer_write() to use guard(preempt_notrace)Steven Rostedt-10/+6
2025-08-01tracing: Use __free(kfree) in trace.c to remove gotosSteven Rostedt-24/+12
2025-08-01tracing: Add guard() around locks and mutexes in trace.cSteven Rostedt-98/+46
2025-08-01tracing: Add guard(ring_buffer_nest)Steven Rostedt-44/+31
2025-08-01tracing: Remove unneeded goto out logicSteven Rostedt-23/+15
2025-08-01Merge tag 'trace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-80/+208
2025-07-31tracing: Replace MAX_PARAM_PREFIX_LEN with MODULE_NAME_LENPetr Pavlu-1/+1
2025-07-30Merge tag 'trace-unused-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+10
2025-07-30Merge tag 'trace-rv-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds-634/+2182
2025-07-30Merge tag 'trace-ringbuffer-v6.17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-72/+118
2025-07-30Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-23/+19
2025-07-30Merge tag 'probes-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-328/+630
2025-07-30Merge tag 'probes-fixes-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-11/+79
2025-07-30tracing: Have eprobes have their own config optionSteven Rostedt-1/+15
2025-07-29ring-buffer: Make the const read-only 'type' staticColin Ian King-1/+1
2025-07-29tracing: Remove "__attribute__()" from the type field of event formatMasami Hiramatsu (Google)-33/+127
2025-07-29tracing: fprobe: Fix infinite recursion using preempt_*_notrace()Masami Hiramatsu (Google)-2/+2
2025-07-28Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds-0/+25
2025-07-29tracing: trace_fprobe: Fix typo of the semicolonMasami Hiramatsu (Google)-1/+1
2025-07-28rv: Add opid per-cpu monitorGabriele Monaco-0/+309
2025-07-28rv: Add nrp and sssw per-task monitorsGabriele Monaco-0/+502
2025-07-28rv: Replace tss and sncid monitors with more complete stsGabriele Monaco-335/+299
2025-07-28sched: Adapt sched tracepoints for RV task modelGabriele Monaco-10/+10
2025-07-28rv: Retry when da monitor detects race conditionsGabriele Monaco-0/+29
2025-07-28rv: Adjust monitor dependenciesGabriele Monaco-4/+4
2025-07-28rv: Use strings in da monitors tracepointsGabriele Monaco-38/+38
2025-07-28rv: Remove trailing whitespace from tracepoint stringGabriele Monaco-4/+4
2025-07-28rv: Fix wrong type cast in reactors_show() and monitor_reactor_show()Nam Cao-2/+2
2025-07-28rv: Fix wrong type cast in monitors_show()Nam Cao-1/+1
2025-07-25rv: Remove struct rv_monitor::reactingNam Cao-14/+5
2025-07-25rv: Remove rv_reactor's reference counterNam Cao-38/+2
2025-07-25rv: Merge struct rv_reactor_def into struct rv_reactorNam Cao-62/+39
2025-07-25rv: Merge struct rv_monitor_def into struct rv_monitorNam Cao-168/+132
2025-07-25rv: Remove unused field in struct rv_monitor_defNam Cao-1/+0
2025-07-24tracing: Call trace_ftrace_test_filter() for the eventSteven Rostedt-0/+4
2025-07-24rv: Return init error when registering monitorsGabriele Monaco-18/+9
2025-07-24verification/rvgen: Organise Kconfig entries for nested monitorsGabriele Monaco-0/+5
2025-07-24tools/dot2c: Fix generated files going over 100 column limitGabriele Monaco-2/+12
2025-07-24tracing: Have eprobes handle arraysSteven Rostedt-4/+9
2025-07-23tracing: arm: arm64: Hide trace events ipi_raise, ipi_entry and ipi_exitSteven Rostedt-0/+6
2025-07-24tracing: probes: Add a kerneldoc for traceprobe_parse_event_name()Masami Hiramatsu (Google)-1/+19
2025-07-24tracing: uprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)-9/+19
2025-07-24tracing: eprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)-4/+18
2025-07-24tracing: kprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)-14/+25
2025-07-24tracing: fprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)-13/+26