summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2025-07-25rv: Remove rv_reactor's reference counterNam Cao
2025-07-25rv: Merge struct rv_reactor_def into struct rv_reactorNam Cao
2025-07-25rv: Merge struct rv_monitor_def into struct rv_monitorNam Cao
2025-07-25rv: Remove unused field in struct rv_monitor_defNam Cao
2025-07-24tracing: Call trace_ftrace_test_filter() for the eventSteven Rostedt
2025-07-24rv: Return init error when registering monitorsGabriele Monaco
2025-07-24verification/rvgen: Organise Kconfig entries for nested monitorsGabriele Monaco
2025-07-24tools/dot2c: Fix generated files going over 100 column limitGabriele Monaco
2025-07-24tracing: Have eprobes handle arraysSteven Rostedt
2025-07-23tracing: arm: arm64: Hide trace events ipi_raise, ipi_entry and ipi_exitSteven Rostedt
2025-07-24tracing: probes: Add a kerneldoc for traceprobe_parse_event_name()Masami Hiramatsu (Google)
2025-07-24tracing: uprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)
2025-07-24tracing: eprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)
2025-07-24tracing: kprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)
2025-07-24tracing: fprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)
2025-07-24tracing: probe: Allocate traceprobe_parse_context from heapMasami Hiramatsu (Google)
2025-07-24tracing: probes: Sort #include alphabeticallyMasami Hiramatsu (Google)
2025-07-23tracing: Deprecate auto-mounting tracefs in debugfsSteven Rostedt
2025-07-22tracing: Fix comment in trace_module_remove_events()Steven Rostedt
2025-07-22tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORDSteven Rostedt
2025-07-22tracing: Remove EVENT_FILE_FL_SOFT_MODE flagSteven Rostedt
2025-07-22tracing: Remove pointless memory barriersNam Cao
2025-07-22ftrace: Make DYNAMIC_FTRACE always enabled for architectures that support itSteven Rostedt
2025-07-22fgraph: Keep track of when fgraph_ops are registered or notSteven Rostedt
2025-07-22ring-buffer: Remove ring_buffer_read_prepare_sync()Steven Rostedt
2025-07-21PM: cpufreq: powernv/tracing: Move powernv_throttle trace eventSteven Rostedt
2025-07-20Merge tag 'trace-v6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-07-19tracing: Add down_write(trace_event_sem) when adding trace eventSteven Rostedt
2025-07-18tracing/osnoise: Fix crash in timerlat_dump_stack()Tomas Glozar
2025-07-18Merge 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
2025-07-15blktrace: add zoned block commands to blk_fill_rwbsJohannes Thumshirn
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen
2025-07-09blktrace: use rbuf->stats.full as a drop indicator in relayfsJason Xing
2025-07-09relayfs: abolish prev_paddingJason Xing
2025-07-09fgraph: Make pid_str size match the commentArtem Sadovnikov
2025-07-09tracing: ring_buffer: Rewind persistent ring buffer on rebootMasami Hiramatsu (Google)
2025-07-09rv: Allow to configure the number of per-task monitorNam Cao
2025-07-09rv: Add rtapp_sleep monitorNam Cao
2025-07-09rv: Add rtapp_pagefault monitorNam Cao
2025-07-09rv: Add rtapp container monitorNam Cao
2025-07-09rv: Add support for LTL monitorsNam Cao
2025-07-09rv: rename CONFIG_DA_MON_EVENTS to CONFIG_RV_MON_EVENTSNam Cao
2025-07-09rv: Let the reactors take care of buffersNam Cao
2025-07-09rv: Add #undef TRACE_INCLUDE_FILENam Cao
2025-07-08kernel: trace: preemptirq_delay_test: use offstack cpu maskArnd Bergmann
2025-07-08tracing: Use queue_rcu_work() to free filtersSteven Rostedt
2025-07-08tracing: Replace opencoded cpumask_next_wrap() in move_to_next_cpu()Yury Norov
2025-07-03bpf: Add show_fdinfo for kprobe_multiTao Chen