aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
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/...Linus 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
2025-07-16tracing/probes: Avoid using params uninitialized in parse_btf_arg()Nathan Chancellor1-1/+1
2025-07-15blktrace: add zoned block commands to blk_fill_rwbsJohannes Thumshirn1-0/+25
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen1-2/+2
2025-07-09blktrace: use rbuf->stats.full as a drop indicator in relayfsJason Xing1-20/+2
2025-07-09relayfs: abolish prev_paddingJason Xing1-1/+1
2025-07-09fgraph: Make pid_str size match the commentArtem Sadovnikov1-1/+1
2025-07-09tracing: ring_buffer: Rewind persistent ring buffer on rebootMasami Hiramatsu (Google)1-3/+100
2025-07-09rv: Allow to configure the number of per-task monitorNam Cao3-4/+14
2025-07-09rv: Add rtapp_sleep monitorNam Cao7-1/+534
2025-07-09rv: Add rtapp_pagefault monitorNam Cao7-0/+189
2025-07-09rv: Add rtapp container monitorNam Cao5-0/+48
2025-07-09rv: Add support for LTL monitorsNam Cao2-0/+54
2025-07-09rv: rename CONFIG_DA_MON_EVENTS to CONFIG_RV_MON_EVENTSNam Cao2-4/+4
2025-07-09rv: Let the reactors take care of buffersNam Cao3-5/+13
2025-07-09rv: Add #undef TRACE_INCLUDE_FILENam Cao1-1/+2
2025-07-08kernel: trace: preemptirq_delay_test: use offstack cpu maskArnd Bergmann1-4/+9
2025-07-08tracing: Use queue_rcu_work() to free filtersSteven Rostedt1-8/+20
2025-07-08tracing: Replace opencoded cpumask_next_wrap() in move_to_next_cpu()Yury Norov1-4/+1
2025-07-03bpf: Add show_fdinfo for kprobe_multiTao Chen1-0/+27
2025-07-03bpf: Add show_fdinfo for uprobe_multiTao Chen1-0/+44
2025-07-03bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfoTao Chen1-6/+4
2025-07-02tracing: tprobe-events: Register tracepoint when enable tprobe eventMasami Hiramatsu (Google)1-165/+217