aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2025-11-01tracing: uprobes: Cleanup __trace_uprobe_create() with __free()Masami Hiramatsu (Google)1-42/+26
2025-11-01tracing: eprobe: Cleanup eprobe event using __free()Masami Hiramatsu (Google)1-41/+30
2025-11-01tracing: probes: Use __free() for trace_probe_logMasami Hiramatsu (Google)4-9/+9
2025-11-01tracing: fprobe: use rhltable for fprobe_ip_tableMenglong Dong1-66/+91
2025-10-28tracing: Have persistent ring buffer print syscalls normallySteven Rostedt1-4/+23
2025-10-28tracing: Check for printable characters when printing field dyn stringsSteven Rostedt1-2/+25
2025-10-28tracing: Add parsing of flags to the sys_enter_openat trace eventSteven Rostedt1-10/+182
2025-10-28tracing: Show printable characters in syscall arraysSteven Rostedt1-0/+21
2025-10-28tracing: Add a config and syscall_user_buf_size file to limit amount writtenSteven Rostedt4-22/+97
2025-10-28tracing: Allow syscall trace events to read more than one user parameterSteven Rostedt1-108/+229
2025-10-28tracing: Display some syscall arrays as stringsSteven Rostedt1-3/+19
2025-10-28tracing: Have system call events record user array dataSteven Rostedt1-34/+87
2025-10-28perf: tracing: Have perf system calls read user spaceSteven Rostedt1-46/+90
2025-10-28perf: tracing: Simplify perf_sysenter_enable/disable() with guardsSteven Rostedt1-26/+22
2025-10-28tracing: Have syscall trace events read user space stringSteven Rostedt1-19/+417
2025-10-28tracing: Make trace_user_fault_read() exposed to rest of tracingSteven Rostedt2-62/+205
2025-10-28blktrace: for ftrace use correct trace format verChaitanya Kulkarni1-5/+54
2025-10-28blktrace: use debug print to report dropped eventsChaitanya Kulkarni1-2/+5
2025-10-27bpf: widen dynptr size/offset to 64 bitMykyta Yatsenko1-23/+23
2025-10-22blktrace: handle BLKTRACESETUP2 ioctlJohannes Thumshirn1-0/+36
2025-10-22blktrace: trace zone write plugging operationsJohannes Thumshirn1-0/+39
2025-10-22blktrace: expose ZONE APPEND completions to blktraceJohannes Thumshirn1-0/+21
2025-10-22blktrace: add block trace commands for zone operationsJohannes Thumshirn1-4/+25
2025-10-22blktrace: move ftrace blk_io_tracer to blk_io_trace2Johannes Thumshirn1-8/+8
2025-10-22blktrace: move trace_note to blk_io_trace2Johannes Thumshirn1-7/+7
2025-10-22blktrace: differentiate between blk_io_trace versionsJohannes Thumshirn1-1/+57
2025-10-22blktrace: add definitions for struct blk_io_trace2Johannes Thumshirn1-0/+1
2025-10-22blktrace: pass blk_user_trace2 to setup functionsJohannes Thumshirn1-9/+22
2025-10-22blktrace: add definitions for blk_user_trace_setup2Johannes Thumshirn1-0/+3
2025-10-22blktrace: split do_blk_trace_setup into two functionsJohannes Thumshirn1-38/+56
2025-10-22blktrace: change the internal action to 64bitJohannes Thumshirn1-19/+19
2025-10-22blktrace: untangle if/else sequence in __blk_add_traceJohannes Thumshirn1-2/+11
2025-10-22blktrace: split out relaying a blktrace eventJohannes Thumshirn1-28/+32
2025-10-22blktrace: factor out recording a blktrace eventJohannes Thumshirn1-40/+49
2025-10-22blktrace: only calculate trace length onceJohannes Thumshirn1-6/+8
2025-10-20rv: Make rtapp/pagefault monitor depends on CONFIG_MMUNam Cao1-0/+1
2025-10-20rv: Fully convert enabled_monitors to use list_head as iteratorNam Cao1-6/+6
2025-10-11Merge tag 'trace-v6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds1-4/+8
2025-10-11tracing: Stop fortify-string from warning in tracing_mark_raw_write()Steven Rostedt1-2/+6
2025-10-10tracing: Fix tracing_mark_raw_write() to use buf and not ubufSteven Rostedt1-2/+2
2025-10-09Merge tag 'trace-v6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds5-79/+241
2025-10-08tracing: Have trace_marker use per-cpu data to read user spaceSteven Rostedt1-48/+220
2025-10-08ring buffer: Propagate __rb_map_vma return value to callerAnkit Khushwaha1-1/+1
2025-10-08tracing: Fix irqoff tracers on failure of acquiring calltimeSteven Rostedt1-13/+10
2025-10-08tracing: Fix wakeup tracers on failure of acquiring calltimeSteven Rostedt1-10/+6
2025-10-08tracing/osnoise: Replace kmalloc + copy_from_user with memdup_user_nulThorsten Blum1-7/+4
2025-10-05Merge tag 'trace-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds8-20/+26
2025-10-05Merge tag 'probes-fixes-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-14/+28
2025-10-03Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1
2025-10-03Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+1