index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-05
trace: use override credential guard
Christian Brauner
1
-12
/
+5
2025-11-05
trace: use prepare credential guard
Christian Brauner
1
-4
/
+1
2025-11-04
Merge branch 'topic/func-profiler-offset' of git://git.kernel.org/pub/scm/linux/kernel/git/mhiramat/linux into trace/trace/core
Steven Rostedt
15
-154
/
+197
2025-11-04
tracing: Add an option to show symbols in _text+offset for function profiler
Masami Hiramatsu (Google)
3
-4
/
+38
2025-11-04
tracing: Allow tracer to add more than 32 options
Masami Hiramatsu (Google)
14
-150
/
+159
2025-11-03
ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()
Song Liu
1
-9
/
+31
2025-11-03
ftrace: Fix BPF fexit with livepatch
Song Liu
1
-6
/
+14
2025-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4
Alexei Starovoitov
2
-6
/
+7
2025-11-03
blktrace: add support for REQ_OP_WRITE_ZEROES tracing
Chaitanya Kulkarni
1
-1
/
+12
2025-11-01
tracing: fprobe: Remove unused local variable
Masami Hiramatsu (Google)
1
-4
/
+1
2025-11-01
tracing: probes: Replace strcpy() with memcpy() in __trace_probe_log_err()
Thorsten Blum
1
-1
/
+1
2025-11-01
tracing: fprobe: fix suspicious rcu usage in fprobe_entry
Menglong Dong
1
-0
/
+1
2025-11-01
tracing: uprobe: eprobes: Allocate traceprobe_parse_context per probe
Masami Hiramatsu (Google)
2
-26
/
+18
2025-11-01
tracing: uprobes: Cleanup __trace_uprobe_create() with __free()
Masami Hiramatsu (Google)
1
-42
/
+26
2025-11-01
tracing: eprobe: Cleanup eprobe event using __free()
Masami Hiramatsu (Google)
1
-41
/
+30
2025-11-01
tracing: probes: Use __free() for trace_probe_log
Masami Hiramatsu (Google)
4
-9
/
+9
2025-11-01
tracing: fprobe: use rhltable for fprobe_ip_table
Menglong Dong
1
-66
/
+91
2025-10-28
tracing: Have persistent ring buffer print syscalls normally
Steven Rostedt
1
-4
/
+23
2025-10-28
tracing: Check for printable characters when printing field dyn strings
Steven Rostedt
1
-2
/
+25
2025-10-28
tracing: Add parsing of flags to the sys_enter_openat trace event
Steven Rostedt
1
-10
/
+182
2025-10-28
tracing: Show printable characters in syscall arrays
Steven Rostedt
1
-0
/
+21
2025-10-28
tracing: Add a config and syscall_user_buf_size file to limit amount written
Steven Rostedt
4
-22
/
+97
2025-10-28
tracing: Allow syscall trace events to read more than one user parameter
Steven Rostedt
1
-108
/
+229
2025-10-28
tracing: Display some syscall arrays as strings
Steven Rostedt
1
-3
/
+19
2025-10-28
tracing: Have system call events record user array data
Steven Rostedt
1
-34
/
+87
2025-10-28
perf: tracing: Have perf system calls read user space
Steven Rostedt
1
-46
/
+90
2025-10-28
perf: tracing: Simplify perf_sysenter_enable/disable() with guards
Steven Rostedt
1
-26
/
+22
2025-10-28
tracing: Have syscall trace events read user space string
Steven Rostedt
1
-19
/
+417
2025-10-28
tracing: Make trace_user_fault_read() exposed to rest of tracing
Steven Rostedt
2
-62
/
+205
2025-10-28
blktrace: for ftrace use correct trace format ver
Chaitanya Kulkarni
1
-5
/
+54
2025-10-28
blktrace: use debug print to report dropped events
Chaitanya Kulkarni
1
-2
/
+5
2025-10-27
bpf: widen dynptr size/offset to 64 bit
Mykyta Yatsenko
1
-23
/
+23
2025-10-22
blktrace: handle BLKTRACESETUP2 ioctl
Johannes Thumshirn
1
-0
/
+36
2025-10-22
blktrace: trace zone write plugging operations
Johannes Thumshirn
1
-0
/
+39
2025-10-22
blktrace: expose ZONE APPEND completions to blktrace
Johannes Thumshirn
1
-0
/
+21
2025-10-22
blktrace: add block trace commands for zone operations
Johannes Thumshirn
1
-4
/
+25
2025-10-22
blktrace: move ftrace blk_io_tracer to blk_io_trace2
Johannes Thumshirn
1
-8
/
+8
2025-10-22
blktrace: move trace_note to blk_io_trace2
Johannes Thumshirn
1
-7
/
+7
2025-10-22
blktrace: differentiate between blk_io_trace versions
Johannes Thumshirn
1
-1
/
+57
2025-10-22
blktrace: add definitions for struct blk_io_trace2
Johannes Thumshirn
1
-0
/
+1
2025-10-22
blktrace: pass blk_user_trace2 to setup functions
Johannes Thumshirn
1
-9
/
+22
2025-10-22
blktrace: add definitions for blk_user_trace_setup2
Johannes Thumshirn
1
-0
/
+3
2025-10-22
blktrace: split do_blk_trace_setup into two functions
Johannes Thumshirn
1
-38
/
+56
2025-10-22
blktrace: change the internal action to 64bit
Johannes Thumshirn
1
-19
/
+19
2025-10-22
blktrace: untangle if/else sequence in __blk_add_trace
Johannes Thumshirn
1
-2
/
+11
2025-10-22
blktrace: split out relaying a blktrace event
Johannes Thumshirn
1
-28
/
+32
2025-10-22
blktrace: factor out recording a blktrace event
Johannes Thumshirn
1
-38
/
+47
2025-10-22
blktrace: only calculate trace length once
Johannes Thumshirn
1
-6
/
+8
2025-10-20
rv: Make rtapp/pagefault monitor depends on CONFIG_MMU
Nam Cao
1
-0
/
+1
2025-10-20
rv: Fully convert enabled_monitors to use list_head as iterator
Nam Cao
1
-6
/
+6
[prev]
[next]