aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2025-11-05trace: use override credential guardChristian Brauner1-12/+5
2025-11-05trace: use prepare credential guardChristian Brauner1-4/+1
2025-11-04Merge branch 'topic/func-profiler-offset' of git://git.kernel.org/pub/scm/linux/kernel/git/mhiramat/linux into trace/trace/coreSteven Rostedt15-154/+197
2025-11-04tracing: Add an option to show symbols in _text+offset for function profilerMasami Hiramatsu (Google)3-4/+38
2025-11-04tracing: Allow tracer to add more than 32 optionsMasami Hiramatsu (Google)14-150/+159
2025-11-03ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()Song Liu1-9/+31
2025-11-03ftrace: Fix BPF fexit with livepatchSong Liu1-6/+14
2025-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4Alexei Starovoitov2-6/+7
2025-11-03blktrace: add support for REQ_OP_WRITE_ZEROES tracingChaitanya Kulkarni1-1/+12
2025-11-01tracing: fprobe: Remove unused local variableMasami Hiramatsu (Google)1-4/+1
2025-11-01tracing: probes: Replace strcpy() with memcpy() in __trace_probe_log_err()Thorsten Blum1-1/+1
2025-11-01tracing: fprobe: fix suspicious rcu usage in fprobe_entryMenglong Dong1-0/+1
2025-11-01tracing: uprobe: eprobes: Allocate traceprobe_parse_context per probeMasami Hiramatsu (Google)2-26/+18
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-38/+47
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