aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
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
2025-07-02tracing: fprobe-events: Register fprobe-events only when it is enabledMasami Hiramatsu (Google)2-121/+121
2025-07-02tracing: tprobe-events: Support multiple tprobes on the same tracepointMasami Hiramatsu (Google)1-50/+201
2025-07-02tracing: tprobe-events: Remove mod field from tprobe-eventMasami Hiramatsu (Google)1-14/+9
2025-07-02tracing: probe-events: Cleanup entry-arg storing codeMasami Hiramatsu (Google)1-59/+69
2025-06-27tracing: Fix filter logic errorEdward Adam Davis1-7/+7
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov4-54/+148
2025-06-18fgraph: Do not enable function_graph tracer when setting funcgraph-argsSteven Rostedt1-0/+6
2025-06-17bpf: Fix key serial argument of bpf_lookup_user_key()James Bottomley1-1/+1
2025-06-10tracing: Do not free "head" on error path of filter_free_subsystem_filters()Steven Rostedt1-3/+1
2025-06-08Merge tag 'trace-v6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds2-53/+143
2025-06-07tracing: Add rcu annotation around file->filter accessesSteven Rostedt1-4/+6
2025-06-06Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2025-06-06ring-buffer: Fix buffer locking in ring_buffer_subbuf_order_set()Dmitry Antipov1-3/+1
2025-06-06tracing: Fix regression of filter waiting a long time on RCU synchronizationSteven Rostedt1-48/+138
2025-06-05Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt3-6/+9
2025-06-05kernel: ftrace: export ftrace_sync_ipiAndy Chiu1-1/+1
2025-06-02ftrace: Don't allocate ftrace module map if ftrace is disabledYe Bin1-0/+3