summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2025-10-22blktrace: move ftrace blk_io_tracer to blk_io_trace2Johannes Thumshirn-8/+8
2025-10-22blktrace: move trace_note to blk_io_trace2Johannes Thumshirn-7/+7
2025-10-22blktrace: differentiate between blk_io_trace versionsJohannes Thumshirn-1/+57
2025-10-22blktrace: add definitions for struct blk_io_trace2Johannes Thumshirn-0/+1
2025-10-22blktrace: pass blk_user_trace2 to setup functionsJohannes Thumshirn-9/+22
2025-10-22blktrace: add definitions for blk_user_trace_setup2Johannes Thumshirn-0/+3
2025-10-22blktrace: split do_blk_trace_setup into two functionsJohannes Thumshirn-38/+56
2025-10-22blktrace: change the internal action to 64bitJohannes Thumshirn-19/+19
2025-10-22blktrace: untangle if/else sequence in __blk_add_traceJohannes Thumshirn-2/+11
2025-10-22blktrace: split out relaying a blktrace eventJohannes Thumshirn-28/+32
2025-10-22blktrace: factor out recording a blktrace eventJohannes Thumshirn-40/+49
2025-10-22blktrace: only calculate trace length onceJohannes Thumshirn-6/+8
2025-10-20rv: Make rtapp/pagefault monitor depends on CONFIG_MMUNam Cao-0/+1
2025-10-20rv: Fully convert enabled_monitors to use list_head as iteratorNam Cao-6/+6
2025-10-11Merge tag 'trace-v6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds-4/+8
2025-10-11tracing: Stop fortify-string from warning in tracing_mark_raw_write()Steven Rostedt-2/+6
2025-10-10tracing: Fix tracing_mark_raw_write() to use buf and not ubufSteven Rostedt-2/+2
2025-10-09Merge tag 'trace-v6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds-79/+241
2025-10-08tracing: Have trace_marker use per-cpu data to read user spaceSteven Rostedt-48/+220
2025-10-08ring buffer: Propagate __rb_map_vma return value to callerAnkit Khushwaha-1/+1
2025-10-08tracing: Fix irqoff tracers on failure of acquiring calltimeSteven Rostedt-13/+10
2025-10-08tracing: Fix wakeup tracers on failure of acquiring calltimeSteven Rostedt-10/+6
2025-10-08tracing/osnoise: Replace kmalloc + copy_from_user with memdup_user_nulThorsten Blum-7/+4
2025-10-05Merge tag 'trace-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-20/+26
2025-10-05Merge tag 'probes-fixes-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-14/+28
2025-10-03Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-1/+1
2025-10-03Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+1
2025-10-03tracing: Fix lock imbalance in s_start() memory allocation failure pathSasha Levin-2/+1
2025-10-02tracing: Fix race condition in kprobe initialization causing NULL pointer der...Yuan Chen-14/+28
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-187/+14
2025-09-30tracing: Ensure optimized hashing worksMichal Koutný-0/+2
2025-09-30ftrace: Fix softlockup in ftrace_module_enableVladimir Riabchun-0/+2
2025-09-28Merge tag 'trace-v6.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+14
2025-09-27tracing: fgraph: Protect return handler from recursion loopMasami Hiramatsu (Google)-0/+12
2025-09-24Merge tag 'probes-fixes-v6.17-rc7' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-3/+8
2025-09-25tracing: dynevent: Add a missing lockdown check on dyneventMasami Hiramatsu (Google)-0/+4
2025-09-24tracing: fprobe: Fix to remove recorded module addresses from filterMasami Hiramatsu (Google)-3/+4
2025-09-24bpf: Allow uprobe program to change context registersJiri Olsa-2/+7
2025-09-23tracing: dynevent: Add a missing lockdown check on dyneventMasami Hiramatsu (Google)-0/+4
2025-09-23tracing/osnoise: Fix slab-out-of-bounds in _parse_integer_limit()Wang Liang-1/+2
2025-09-23tracing: replace use of system_wq with system_percpu_wqMarco Crivellari-1/+1
2025-09-23tracing: Remove redundant 0 value initializationLiao Yuanhong-1/+0
2025-09-23tracing/osnoise: Use for_each_online_cpu() instead of for_each_cpu()Fushuai Wang-2/+2
2025-09-23tracing: Use vmalloc_array() to improve codeQianfeng Rong-1/+1
2025-09-23tracing: Have syscall trace events show "0x" for values greater than 10Steven Rostedt-3/+9
2025-09-23tracing: Replace syscall RCU pointer assignment with READ/WRITE_ONCE()Steven Rostedt-10/+8
2025-09-18bpf: Move the signature kfuncs to helpers.cKP Singh-183/+0
2025-09-18Merge tag 'trace-rv-v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+6
2025-09-18tracing: kprobe-event: Fix null-ptr-deref in trace_kprobe_create_internal()Wang Liang-0/+2
2025-09-15bpf...d_path(): constify path argumentAl Viro-1/+1