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
2022-10-03
tracing: Remove unused variable 'dups'
Chen Zhongjin
-3
/
+2
2022-09-29
ring-buffer: Fix race between reset page and reading page
Steven Rostedt (Google)
-0
/
+33
2022-09-29
tracing/user_events: Use bits vs bytes for enabled status page data
Beau Belgrave
-8
/
+67
2022-09-29
tracing/user_events: Use refcount instead of atomic for ref tracking
Beau Belgrave
-29
/
+24
2022-09-29
tracing/user_events: Ensure user provided strings are safely formatted
Beau Belgrave
-32
/
+59
2022-09-29
tracing/user_events: Use WRITE instead of READ for io vector import
Beau Belgrave
-1
/
+2
2022-09-29
tracing/user_events: Use NULL for strstr checks
Beau Belgrave
-3
/
+3
2022-09-29
tracing: Fix spelling mistake "preapre" -> "prepare"
Colin Ian King
-1
/
+1
2022-09-29
tracing: Wake up waiters when tracing is disabled
Steven Rostedt (Google)
-0
/
+6
2022-09-29
tracing: Add ioctl() to force ring buffer waiters to wake up
Steven Rostedt (Google)
-0
/
+22
2022-09-29
Merge branch 'v6.0-rc7'
Peter Zijlstra
-55
/
+43
2022-09-28
tracing: Wake up ring buffer waiters on closing of the file
Steven Rostedt (Google)
-0
/
+15
2022-09-28
ring-buffer: Add ring_buffer_wake_waiters()
Steven Rostedt (Google)
-0
/
+39
2022-09-27
ring-buffer: Check pending waiters when doing wake ups as well
Steven Rostedt (Google)
-1
/
+2
2022-09-27
ring-buffer: Have the shortest_full queue be the shortest not longest
Steven Rostedt (Google)
-1
/
+1
2022-09-27
bpf: Check flags for branch stack in bpf_read_branch_records helper
Jiri Olsa
-0
/
+3
2022-09-27
ring-buffer: Allow splice to read previous partially read pages
Steven Rostedt (Google)
-1
/
+9
2022-09-27
ftrace: Fix recursive locking direct_mutex in ftrace_modify_direct_caller
Song Liu
-1
/
+5
2022-09-27
ftrace: Properly unset FTRACE_HASH_FL_MOD
Zheng Yejian
-2
/
+6
2022-09-27
tracing/eprobe: Fix alloc event dir failed when event name no set
Tao Chen
-2
/
+1
2022-09-27
tracing: Disable interrupt or preemption before acquiring arch_spinlock_t
Waiman Long
-0
/
+23
2022-09-26
bpf: Return value in kprobe get_func_ip only for entry address
Jiri Olsa
-1
/
+4
2022-09-26
bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBT
Jiri Olsa
-2
/
+18
2022-09-26
ftrace: Keep the resolved addr in kallsyms_callback
Jiri Olsa
-2
/
+1
2022-09-26
rv/monitor: Add __init/__exit annotations to module init/exit funcs
Xiu Jianfeng
-4
/
+4
2022-09-26
tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreads
Nico Pache
-1
/
+2
2022-09-26
tracing: kprobe: Make gen test module work in arm and riscv
Yipeng Zou
-4
/
+43
2022-09-26
tracing: kprobe: Fix kprobe event gen test module on exit
Yipeng Zou
-1
/
+1
2022-09-26
tracing/filter: Call filter predicate functions directly via a switch statement
Steven Rostedt (Google)
-73
/
+157
2022-09-26
tracing: Move struct filter_pred into trace_events_filter.c
Steven Rostedt (Google)
-13
/
+13
2022-09-26
tracing/hist: Call hist functions directly via a switch statement
Steven Rostedt (Google)
-77
/
+169
2022-09-26
tracing: Add numeric delta time to the trace event benchmark
Steven Rostedt (Google)
-4
/
+6
2022-09-26
rv/monitors: add 'static' qualifier for local symbols
Zeng Heng
-4
/
+4
2022-09-26
tracing/eprobe: Add eprobe filter support
Masami Hiramatsu (Google)
-9
/
+98
2022-09-21
bpf: Prevent bpf program recursion for raw tracepoint probes
Jiri Olsa
-0
/
+6
2022-09-21
bpf: Add bpf_verify_pkcs7_signature() kfunc
Roberto Sassu
-0
/
+45
2022-09-21
bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
Roberto Sassu
-0
/
+135
2022-09-16
ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLE
Peter Zijlstra (Intel)
-0
/
+6
2022-09-06
rv/reactor: add __init/__exit annotations to module init/exit funcs
Xiu Jianfeng
-4
/
+4
2022-09-06
tracing: Fix to check event_mutex is held while accessing trigger list
Masami Hiramatsu (Google)
-1
/
+2
2022-09-06
tracing: hold caller_addr to hardirq_{enable,disable}_ip
Yipeng Zou
-2
/
+2
2022-09-06
rv/monitors: Make monitor's automata definition static
Daniel Bristot de Oliveira
-2
/
+2
2022-08-22
ftrace: Fix build warning for ops_references_rec() not used
Wang Jingjin
-46
/
+33
2022-08-21
Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-21
/
+119
2022-08-21
tracing: Have filter accept "common_cpu" to be consistent
Steven Rostedt (Google)
-0
/
+1
2022-08-21
tracing/probes: Have kprobes and uprobes use $COMM too
Steven Rostedt (Google)
-2
/
+3
2022-08-21
tracing/eprobes: Have event probes be consistent with kprobes and uprobes
Steven Rostedt (Google)
-6
/
+64
2022-08-21
tracing/eprobes: Fix reading of string fields
Steven Rostedt (Google)
-0
/
+21
2022-08-21
tracing/eprobes: Do not hardcode $comm as a string
Steven Rostedt (Google)
-2
/
+3
2022-08-21
tracing/eprobes: Do not allow eprobes to use $stack, or % for regs
Steven Rostedt (Google)
-8
/
+13
[prev]
[next]