index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Lines
2025-11-03
blktrace: add support for REQ_OP_WRITE_ZEROES tracing
Chaitanya Kulkarni
-1
/
+12
2025-11-01
tracing: fprobe: Remove unused local variable
Masami Hiramatsu (Google)
-4
/
+1
2025-11-01
tracing: probes: Replace strcpy() with memcpy() in __trace_probe_log_err()
Thorsten Blum
-1
/
+1
2025-11-01
tracing: fprobe: fix suspicious rcu usage in fprobe_entry
Menglong Dong
-0
/
+1
2025-11-01
tracing: uprobe: eprobes: Allocate traceprobe_parse_context per probe
Masami Hiramatsu (Google)
-26
/
+18
2025-11-01
tracing: uprobes: Cleanup __trace_uprobe_create() with __free()
Masami Hiramatsu (Google)
-42
/
+26
2025-11-01
tracing: eprobe: Cleanup eprobe event using __free()
Masami Hiramatsu (Google)
-41
/
+30
2025-11-01
tracing: probes: Use __free() for trace_probe_log
Masami Hiramatsu (Google)
-9
/
+9
2025-11-01
tracing: fprobe: use rhltable for fprobe_ip_table
Menglong Dong
-66
/
+91
2025-10-28
tracing: Have persistent ring buffer print syscalls normally
Steven Rostedt
-4
/
+23
2025-10-28
tracing: Check for printable characters when printing field dyn strings
Steven Rostedt
-2
/
+25
2025-10-28
tracing: Add parsing of flags to the sys_enter_openat trace event
Steven Rostedt
-10
/
+182
2025-10-28
tracing: Show printable characters in syscall arrays
Steven Rostedt
-0
/
+21
2025-10-28
tracing: Add a config and syscall_user_buf_size file to limit amount written
Steven Rostedt
-22
/
+97
2025-10-28
tracing: Allow syscall trace events to read more than one user parameter
Steven Rostedt
-108
/
+229
2025-10-28
tracing: Display some syscall arrays as strings
Steven Rostedt
-3
/
+19
2025-10-28
tracing: Have system call events record user array data
Steven Rostedt
-34
/
+87
2025-10-28
perf: tracing: Have perf system calls read user space
Steven Rostedt
-46
/
+90
2025-10-28
perf: tracing: Simplify perf_sysenter_enable/disable() with guards
Steven Rostedt
-26
/
+22
2025-10-28
tracing: Have syscall trace events read user space string
Steven Rostedt
-19
/
+417
2025-10-28
tracing: Make trace_user_fault_read() exposed to rest of tracing
Steven Rostedt
-62
/
+205
2025-10-28
blktrace: for ftrace use correct trace format ver
Chaitanya Kulkarni
-5
/
+54
2025-10-28
blktrace: use debug print to report dropped events
Chaitanya Kulkarni
-2
/
+5
2025-10-27
bpf: widen dynptr size/offset to 64 bit
Mykyta Yatsenko
-23
/
+23
2025-10-22
blktrace: handle BLKTRACESETUP2 ioctl
Johannes Thumshirn
-0
/
+36
2025-10-22
blktrace: trace zone write plugging operations
Johannes Thumshirn
-0
/
+39
2025-10-22
blktrace: expose ZONE APPEND completions to blktrace
Johannes Thumshirn
-0
/
+21
2025-10-22
blktrace: add block trace commands for zone operations
Johannes Thumshirn
-4
/
+25
2025-10-22
blktrace: move ftrace blk_io_tracer to blk_io_trace2
Johannes Thumshirn
-8
/
+8
2025-10-22
blktrace: move trace_note to blk_io_trace2
Johannes Thumshirn
-7
/
+7
2025-10-22
blktrace: differentiate between blk_io_trace versions
Johannes Thumshirn
-1
/
+57
2025-10-22
blktrace: add definitions for struct blk_io_trace2
Johannes Thumshirn
-0
/
+1
2025-10-22
blktrace: pass blk_user_trace2 to setup functions
Johannes Thumshirn
-9
/
+22
2025-10-22
blktrace: add definitions for blk_user_trace_setup2
Johannes Thumshirn
-0
/
+3
2025-10-22
blktrace: split do_blk_trace_setup into two functions
Johannes Thumshirn
-38
/
+56
2025-10-22
blktrace: change the internal action to 64bit
Johannes Thumshirn
-19
/
+19
2025-10-22
blktrace: untangle if/else sequence in __blk_add_trace
Johannes Thumshirn
-2
/
+11
2025-10-22
blktrace: split out relaying a blktrace event
Johannes Thumshirn
-28
/
+32
2025-10-22
blktrace: factor out recording a blktrace event
Johannes Thumshirn
-40
/
+49
2025-10-22
blktrace: only calculate trace length once
Johannes Thumshirn
-6
/
+8
2025-10-20
rv: Make rtapp/pagefault monitor depends on CONFIG_MMU
Nam Cao
-0
/
+1
2025-10-20
rv: Fully convert enabled_monitors to use list_head as iterator
Nam Cao
-6
/
+6
2025-10-11
Merge tag 'trace-v6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
-4
/
+8
2025-10-11
tracing: Stop fortify-string from warning in tracing_mark_raw_write()
Steven Rostedt
-2
/
+6
2025-10-10
tracing: Fix tracing_mark_raw_write() to use buf and not ubuf
Steven Rostedt
-2
/
+2
2025-10-09
Merge tag 'trace-v6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
-79
/
+241
2025-10-08
tracing: Have trace_marker use per-cpu data to read user space
Steven Rostedt
-48
/
+220
2025-10-08
ring buffer: Propagate __rb_map_vma return value to caller
Ankit Khushwaha
-1
/
+1
2025-10-08
tracing: Fix irqoff tracers on failure of acquiring calltime
Steven Rostedt
-13
/
+10
2025-10-08
tracing: Fix wakeup tracers on failure of acquiring calltime
Steven Rostedt
-10
/
+6
[prev]
[next]