summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2025-11-03blktrace: add support for REQ_OP_WRITE_ZEROES tracingChaitanya Kulkarni-1/+12
2025-11-01tracing: fprobe: Remove unused local variableMasami Hiramatsu (Google)-4/+1
2025-11-01tracing: probes: Replace strcpy() with memcpy() in __trace_probe_log_err()Thorsten Blum-1/+1
2025-11-01tracing: fprobe: fix suspicious rcu usage in fprobe_entryMenglong Dong-0/+1
2025-11-01tracing: uprobe: eprobes: Allocate traceprobe_parse_context per probeMasami Hiramatsu (Google)-26/+18
2025-11-01tracing: uprobes: Cleanup __trace_uprobe_create() with __free()Masami Hiramatsu (Google)-42/+26
2025-11-01tracing: eprobe: Cleanup eprobe event using __free()Masami Hiramatsu (Google)-41/+30
2025-11-01tracing: probes: Use __free() for trace_probe_logMasami Hiramatsu (Google)-9/+9
2025-11-01tracing: fprobe: use rhltable for fprobe_ip_tableMenglong Dong-66/+91
2025-10-28tracing: Have persistent ring buffer print syscalls normallySteven Rostedt-4/+23
2025-10-28tracing: Check for printable characters when printing field dyn stringsSteven Rostedt-2/+25
2025-10-28tracing: Add parsing of flags to the sys_enter_openat trace eventSteven Rostedt-10/+182
2025-10-28tracing: Show printable characters in syscall arraysSteven Rostedt-0/+21
2025-10-28tracing: Add a config and syscall_user_buf_size file to limit amount writtenSteven Rostedt-22/+97
2025-10-28tracing: Allow syscall trace events to read more than one user parameterSteven Rostedt-108/+229
2025-10-28tracing: Display some syscall arrays as stringsSteven Rostedt-3/+19
2025-10-28tracing: Have system call events record user array dataSteven Rostedt-34/+87
2025-10-28perf: tracing: Have perf system calls read user spaceSteven Rostedt-46/+90
2025-10-28perf: tracing: Simplify perf_sysenter_enable/disable() with guardsSteven Rostedt-26/+22
2025-10-28tracing: Have syscall trace events read user space stringSteven Rostedt-19/+417
2025-10-28tracing: Make trace_user_fault_read() exposed to rest of tracingSteven Rostedt-62/+205
2025-10-28blktrace: for ftrace use correct trace format verChaitanya Kulkarni-5/+54
2025-10-28blktrace: use debug print to report dropped eventsChaitanya Kulkarni-2/+5
2025-10-27bpf: widen dynptr size/offset to 64 bitMykyta Yatsenko-23/+23
2025-10-22blktrace: handle BLKTRACESETUP2 ioctlJohannes Thumshirn-0/+36
2025-10-22blktrace: trace zone write plugging operationsJohannes Thumshirn-0/+39
2025-10-22blktrace: expose ZONE APPEND completions to blktraceJohannes Thumshirn-0/+21
2025-10-22blktrace: add block trace commands for zone operationsJohannes Thumshirn-4/+25
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