summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2026-01-15ftrace: Do not over-allocate ftrace memoryGuenter Roeck-14/+15
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov-8/+20
2026-01-12verification/rvgen: Remove unused variable declaration from containersGabriele Monaco-4/+0
2026-01-12verification/dot2c: Remove superfluous enum assignment and add last commaGabriele Monaco-82/+82
2026-01-12rv: Refactor da_monitor to minimise macrosGabriele Monaco-162/+162
2026-01-07trace: ftrace_dump_on_oops[] is not exported, make it staticBen Dooks-1/+1
2026-01-07tracing: Add recursion protection in kernel stack trace recordingSteven Rostedt-0/+6
2026-01-07ring-buffer: Avoid softlockup in ring_buffer_resize() during memory freeWupeng Ma-0/+2
2026-01-07tracing: Drop unneeded assignment to soft_modeJulia Lawall-4/+3
2025-12-21bpf: move recursion detection logic to helpersPuranjay Mohan-2/+2
2025-12-19Merge tag 'trace-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+8
2025-12-17ftrace: Fix address for jmp mode in t_show()Menglong Dong-2/+5
2025-12-17tracing: Fix UBSAN warning in __remove_instance()Darrick J. Wong-1/+1
2025-12-17tracing: Do not register unsupported perf eventsSteven Rostedt-0/+2
2025-12-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-1/+1
2025-12-10bpf: Fix verifier assumptions of bpf_d_path's output bufferShuran Liu-1/+1
2025-12-06Merge tag 'trace-v6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds-32/+33
2025-12-05tracing: Fix typo in trace_seq.cMaurice Hieronymus-1/+1
2025-12-05tracing: Fix typo in trace_probe.cMaurice Hieronymus-1/+1
2025-12-05tracing: Fix multiple typos in trace_osnoise.cMaurice Hieronymus-6/+6
2025-12-05tracing: Fix multiple typos in trace_events_user.cMaurice Hieronymus-3/+3
2025-12-05tracing: Fix typo in trace_events_trigger.cMaurice Hieronymus-1/+1
2025-12-05tracing: Fix typo in trace_events_hist.cMaurice Hieronymus-1/+1
2025-12-05tracing: Fix typo in trace_events_filter.cMaurice Hieronymus-1/+1
2025-12-05tracing: Fix multiple typos in trace_events.cMaurice Hieronymus-4/+4
2025-12-05tracing: Fix multiple typos in trace.cMaurice Hieronymus-5/+5
2025-12-05tracing: Fix typo in ring_buffer_benchmark.cMaurice Hieronymus-1/+1
2025-12-05tracing: Fix multiple typos in ring_buffer.cMaurice Hieronymus-3/+3
2025-12-05tracing: Fix typo in fprobe.cMaurice Hieronymus-1/+1
2025-12-05tracing: Fix typo in fpgraph.cMaurice Hieronymus-1/+1
2025-12-05tracing: Fix fixed array of synthetic eventSteven Rostedt-1/+0
2025-12-05tracing: Fix enabling of tracing on file releaseSteven Rostedt-2/+4
2025-12-05Merge tag 'probes-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-195/+305
2025-12-05Merge tag 'trace-ringbuffer-v6.19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-44/+53
2025-12-05Merge tag 'trace-rv-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds-114/+87
2025-12-05Merge tag 'ftrace-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-14/+8
2025-12-05Merge tag 'trace-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-896/+2242
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-119/+414
2025-12-03Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-25/+52
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+3
2025-12-02ring-buffer: Add helper functions for allocationsSteven Rostedt-44/+53
2025-12-02rv: Convert to use __freeNam Cao-58/+46
2025-12-02rv: Convert to use lock guardNam Cao-45/+20
2025-12-01Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-16/+6
2025-11-29bpf: make kprobe_multi_link_prog_run always_inlineMenglong Dong-1/+1
2025-11-27overflow: Introduce struct_offset() to get offset of memberSteven Rostedt-1/+1
2025-11-26Merge tag 'trace-ringbuffer-v6.18-rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+10
2025-11-26fgraph: Remove coarse PID filtering from graph_entry()Shengming Hu-12/+0
2025-11-26fgraph: Check ftrace_pids_enabled on registration for early filteringShengming Hu-2/+7
2025-11-26fgraph: Initialize ftrace_ops->private for function graph opsShengming Hu-0/+1