summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2025-11-11rv: Add explicit lockdep context for reactorsThomas Weißschuh-0/+4
2025-11-11rv: Make rv_reacting_on() staticThomas Weißschuh-1/+1
2025-11-11rv: Pass va_list to reactorsThomas Weißschuh-11/+17
2025-11-10tracing: Report wrong dynamic event commandMasami Hiramatsu (Google)-2/+9
2025-11-10tracing: Use switch statement instead of ifs in set_tracer_flag()Steven Rostedt-15/+23
2025-11-10tracing: Exit out immediately after update_marker_trace()Steven Rostedt-1/+4
2025-11-10tracing: Have add_tracer_options() error pass up to callersSteven Rostedt-21/+34
2025-11-10tracing: Remove dummy options and flagsSteven Rostedt-32/+16
2025-11-10tracing: Hide __NR_utimensat and _NR_mq_timedsend when not definedSteven Rostedt-0/+4
2025-11-07Merge tag 'trace-v6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+8
2025-11-06tracing: Fix memory leaks in create_field_var()Zilin Guan-2/+4
2025-11-06ring-buffer: Do not warn in ring_buffer_map_get_reader() when reader catches upSteven Rostedt-0/+4
2025-11-07tracing: tprobe-events: Fix to put tracepoint_user when disable the tprobeMasami Hiramatsu (Google)-0/+4
2025-11-07tracing: tprobe-events: Fix to register tracepoint correctlyMasami Hiramatsu (Google)-1/+2
2025-11-05trace: use override credential guardChristian Brauner-12/+5
2025-11-05trace: use prepare credential guardChristian Brauner-4/+1
2025-11-04Merge branch 'topic/func-profiler-offset' of git://git.kernel.org/pub/scm/lin...Steven Rostedt-154/+197
2025-11-04tracing: Add an option to show symbols in _text+offset for function profilerMasami Hiramatsu (Google)-4/+38
2025-11-04tracing: Allow tracer to add more than 32 optionsMasami Hiramatsu (Google)-150/+159
2025-11-03ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()Song Liu-9/+31
2025-11-03ftrace: Fix BPF fexit with livepatchSong Liu-6/+14
2025-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4Alexei Starovoitov-6/+7
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