aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-30Merge tag 'probes-fixes-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-2/+2
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-11/+79
2025-07-30tracing: Have eprobes have their own config optionSteven Rostedt2-1/+15
2025-07-29ring-buffer: Make the const read-only 'type' staticColin Ian King1-1/+1
2025-07-29tracing: Remove "__attribute__()" from the type field of event formatMasami Hiramatsu (Google)3-33/+127
2025-07-29tracing: fprobe: Fix infinite recursion using preempt_*_notrace()Masami Hiramatsu (Google)1-2/+2
2025-07-28Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds1-0/+25
2025-07-29tracing: trace_fprobe: Fix typo of the semicolonMasami Hiramatsu (Google)1-1/+1
2025-07-28rv: Add opid per-cpu monitorGabriele Monaco7-0/+309
2025-07-28rv: Add nrp and sssw per-task monitorsGabriele Monaco12-0/+502
2025-07-28rv: Replace tss and sncid monitors with more complete stsGabriele Monaco14-335/+299
2025-07-28sched: Adapt sched tracepoints for RV task modelGabriele Monaco5-10/+10
2025-07-28rv: Retry when da monitor detects race conditionsGabriele Monaco2-0/+29
2025-07-28rv: Adjust monitor dependenciesGabriele Monaco4-4/+4
2025-07-28rv: Use strings in da monitors tracepointsGabriele Monaco1-38/+38
2025-07-28rv: Remove trailing whitespace from tracepoint stringGabriele Monaco1-4/+4
2025-07-28rv: Fix wrong type cast in reactors_show() and monitor_reactor_show()Nam Cao1-2/+2
2025-07-28rv: Fix wrong type cast in monitors_show()Nam Cao1-1/+1
2025-07-25rv: Remove struct rv_monitor::reactingNam Cao1-14/+5
2025-07-25rv: Remove rv_reactor's reference counterNam Cao3-38/+2
2025-07-25rv: Merge struct rv_reactor_def into struct rv_reactorNam Cao2-62/+39
2025-07-25rv: Merge struct rv_monitor_def into struct rv_monitorNam Cao3-168/+132
2025-07-25rv: Remove unused field in struct rv_monitor_defNam Cao1-1/+0
2025-07-24tracing: Call trace_ftrace_test_filter() for the eventSteven Rostedt1-0/+4
2025-07-24rv: Return init error when registering monitorsGabriele Monaco9-18/+9
2025-07-24verification/rvgen: Organise Kconfig entries for nested monitorsGabriele Monaco1-0/+5
2025-07-24tools/dot2c: Fix generated files going over 100 column limitGabriele Monaco1-2/+12
2025-07-24tracing: Have eprobes handle arraysSteven Rostedt1-4/+9
2025-07-23tracing: arm: arm64: Hide trace events ipi_raise, ipi_entry and ipi_exitSteven Rostedt1-0/+6
2025-07-24tracing: probes: Add a kerneldoc for traceprobe_parse_event_name()Masami Hiramatsu (Google)1-1/+19
2025-07-24tracing: uprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)1-9/+19
2025-07-24tracing: eprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)1-4/+18
2025-07-24tracing: kprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)1-14/+25
2025-07-24tracing: fprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)1-13/+26
2025-07-24tracing: probe: Allocate traceprobe_parse_context from heapMasami Hiramatsu (Google)5-19/+40
2025-07-24tracing: probes: Sort #include alphabeticallyMasami Hiramatsu (Google)6-22/+24
2025-07-23tracing: Deprecate auto-mounting tracefs in debugfsSteven Rostedt2-4/+23
2025-07-22tracing: Fix comment in trace_module_remove_events()Steven Rostedt1-1/+1
2025-07-22tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORDSteven Rostedt2-18/+4
2025-07-22tracing: Remove EVENT_FILE_FL_SOFT_MODE flagSteven Rostedt1-12/+12
2025-07-22tracing: Remove pointless memory barriersNam Cao2-13/+0
2025-07-22ftrace: Make DYNAMIC_FTRACE always enabled for architectures that support itSteven Rostedt1-1/+1
2025-07-22fgraph: Keep track of when fgraph_ops are registered or notSteven Rostedt1-3/+13
2025-07-22ring-buffer: Remove ring_buffer_read_prepare_sync()Steven Rostedt3-68/+17
2025-07-21PM: cpufreq: powernv/tracing: Move powernv_throttle trace eventSteven Rostedt1-1/+0
2025-07-20Merge tag 'trace-v6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds2-1/+6
2025-07-19tracing: Add down_write(trace_event_sem) when adding trace eventSteven Rostedt1-0/+5
2025-07-18tracing/osnoise: Fix crash in timerlat_dump_stack()Tomas Glozar1-1/+1
2025-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov2-8/+8
2025-07-16bpf: Clean up individual BTF_ID codeFeng Yang1-2/+1