index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-12
tracing: Have tracer option be instance specific
Steven Rostedt
2
-74
/
+186
2025-11-11
tracing: fprobe: use ftrace if CONFIG_DYNAMIC_FTRACE_WITH_ARGS
Menglong Dong
1
-10
/
+22
2025-11-11
tracing: fprobe: optimization for entry only case
Menglong Dong
1
-9
/
+119
2025-11-11
tracing: fprobe: Fix to init fprobe_ip_table earlier
Masami Hiramatsu (Google)
1
-1
/
+1
2025-11-11
rv: Add explicit lockdep context for reactors
Thomas Weißschuh
1
-0
/
+4
2025-11-11
rv: Make rv_reacting_on() static
Thomas Weißschuh
1
-1
/
+1
2025-11-11
rv: Pass va_list to reactors
Thomas Weißschuh
3
-11
/
+17
2025-11-10
tracing: Report wrong dynamic event command
Masami Hiramatsu (Google)
1
-2
/
+9
2025-11-10
tracing: Use switch statement instead of ifs in set_tracer_flag()
Steven Rostedt
1
-15
/
+23
2025-11-10
tracing: Exit out immediately after update_marker_trace()
Steven Rostedt
1
-1
/
+4
2025-11-10
tracing: Have add_tracer_options() error pass up to callers
Steven Rostedt
1
-21
/
+34
2025-11-10
tracing: Remove dummy options and flags
Steven Rostedt
1
-32
/
+16
2025-11-10
tracing: Hide __NR_utimensat and _NR_mq_timedsend when not defined
Steven Rostedt
1
-0
/
+4
2025-11-07
Merge tag 'trace-v6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+8
2025-11-06
tracing: Fix memory leaks in create_field_var()
Zilin Guan
1
-2
/
+4
2025-11-06
ring-buffer: Do not warn in ring_buffer_map_get_reader() when reader catches up
Steven Rostedt
1
-0
/
+4
2025-11-07
tracing: tprobe-events: Fix to put tracepoint_user when disable the tprobe
Masami Hiramatsu (Google)
1
-0
/
+4
2025-11-07
tracing: tprobe-events: Fix to register tracepoint correctly
Masami Hiramatsu (Google)
1
-1
/
+2
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/lin...
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
[prev]
[next]