summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2025-07-08kernel: trace: preemptirq_delay_test: use offstack cpu maskArnd Bergmann-4/+9
2025-07-08tracing: Use queue_rcu_work() to free filtersSteven Rostedt-8/+20
2025-07-08tracing: Replace opencoded cpumask_next_wrap() in move_to_next_cpu()Yury Norov-4/+1
2025-07-03bpf: Add show_fdinfo for kprobe_multiTao Chen-0/+27
2025-07-03bpf: Add show_fdinfo for uprobe_multiTao Chen-0/+44
2025-07-03bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfoTao Chen-6/+4
2025-07-02tracing: tprobe-events: Register tracepoint when enable tprobe eventMasami Hiramatsu (Google)-165/+217
2025-07-02tracing: fprobe-events: Register fprobe-events only when it is enabledMasami Hiramatsu (Google)-121/+121
2025-07-02tracing: tprobe-events: Support multiple tprobes on the same tracepointMasami Hiramatsu (Google)-50/+201
2025-07-02tracing: tprobe-events: Remove mod field from tprobe-eventMasami Hiramatsu (Google)-14/+9
2025-07-02tracing: probe-events: Cleanup entry-arg storing codeMasami Hiramatsu (Google)-59/+69
2025-06-27tracing: Fix filter logic errorEdward Adam Davis-7/+7
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov-54/+148
2025-06-18fgraph: Do not enable function_graph tracer when setting funcgraph-argsSteven Rostedt-0/+6
2025-06-17bpf: Fix key serial argument of bpf_lookup_user_key()James Bottomley-1/+1
2025-06-10tracing: Do not free "head" on error path of filter_free_subsystem_filters()Steven Rostedt-3/+1
2025-06-08Merge tag 'trace-v6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds-53/+143
2025-06-07tracing: Add rcu annotation around file->filter accessesSteven Rostedt-4/+6
2025-06-06Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2025-06-06ring-buffer: Fix buffer locking in ring_buffer_subbuf_order_set()Dmitry Antipov-3/+1
2025-06-06tracing: Fix regression of filter waiting a long time on RCU synchronizationSteven Rostedt-48/+138
2025-06-05Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt-6/+9
2025-06-05kernel: ftrace: export ftrace_sync_ipiAndy Chiu-1/+1
2025-06-02ftrace: Don't allocate ftrace module map if ftrace is disabledYe Bin-0/+3
2025-06-02ftrace: Fix UAF when lookup kallsym after ftrace disabledYe Bin-3/+7
2025-05-30Merge tag 'trace-ringbuffer-v6.16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-105/+134
2025-05-30Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-4/+15
2025-05-29Merge tag 'trace-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-260/+574
2025-05-29ring-buffer: Simplify functions with __free(kfree) to free allocationsSteven Rostedt-18/+9
2025-05-29ring-buffer: Make ring_buffer_{un}map() simpler with guard(mutex)Steven Rostedt-24/+11
2025-05-29ring-buffer: Simplify ring_buffer_read_page() with guard()Steven Rostedt-17/+11
2025-05-29ring-buffer: Simplify reset_disabled_cpu_buffer() with use of guard()Steven Rostedt-7/+2
2025-05-29ring-buffer: Remove jump to out label in ring_buffer_swap_cpu()Steven Rostedt-14/+9
2025-05-29ring-buffer: Removed unnecessary if() goto out where out is the next lineSteven Rostedt-4/+1
2025-05-29tracing: Reset last-boot buffers when reading out all cpu buffersMasami Hiramatsu (Google)-0/+22
2025-05-29ring-buffer: Allow reserve_mem persistent ring buffers to be mmappedSteven Rostedt-8/+45
2025-05-29ring-buffer: Do not trigger WARN_ON() due to a commit_overrunSteven Rostedt-8/+18
2025-05-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-111/+212
2025-05-28tracing: Fix compilation warning on arm32Pan Taixi-1/+1
2025-05-27Merge tag 'sysctl-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+56
2025-05-27ring-buffer: Move cpus_read_lock() outside of buffer->mutexSteven Rostedt-5/+6
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds-9/+2
2025-05-23bpf: Fix error return value in bpf_copy_from_user_dynptrMykyta Yatsenko-2/+6
2025-05-23traceevent/block: Add REQ_ATOMIC flag to block trace eventsRitesh Harjani (IBM)-0/+2
2025-05-22bpf: Revert "bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe...Di Shen-0/+2
2025-05-14Merge tag 'trace-v6.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-9/+7
2025-05-14ring-buffer: Fix persistent buffer when commit page is the reader pageSteven Rostedt-3/+5
2025-05-14ftrace: Fix preemption accounting for stacktrace filter commandpengdonglin-5/+1
2025-05-14ftrace: Fix preemption accounting for stacktrace trigger commandpengdonglin-1/+1
2025-05-14tracing: Record trace_clock and recover when rebootMasami Hiramatsu (Google)-0/+17