index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tracing: Fix checking event hash pointer logic when tp_printk is enabled
Steven Rostedt (VMware)
2021-04-20
1
-3
/
+7
*
tracing: Fix stack trace event size
Steven Rostedt (VMware)
2021-04-01
1
-1
/
+2
*
tracing: Skip selftests if tracing is disabled
Steven Rostedt (VMware)
2021-03-04
1
-0
/
+6
*
Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2021-02-22
1
-123
/
+160
|
\
|
*
tracing: Make hash-ptr option default
Steven Rostedt (VMware)
2021-02-12
1
-1
/
+2
|
*
tracing: Add ptr-hash option to show the hashed pointer value
Masami Hiramatsu
2021-02-11
1
-0
/
+3
|
*
tracing: Show real address for trace event arguments
Masami Hiramatsu
2021-02-11
1
-1
/
+70
|
*
tracing/dynevent: Delegate parsing to create function
Masami Hiramatsu
2021-02-09
1
-21
/
+2
|
*
tracing: Fix a kernel doc warning
Bean Huo
2021-02-02
1
-0
/
+1
|
*
tracing: Use in_serving_softirq() to deduct softirq status.
Sebastian Andrzej Siewior
2021-02-02
1
-2
/
+1
|
*
tracing: Inline tracing_gen_ctx_flags()
Sebastian Andrzej Siewior
2021-02-02
1
-36
/
+2
|
*
tracing: Merge irqflags + preempt counter.
Sebastian Andrzej Siewior
2021-02-02
1
-96
/
+112
|
*
tracing: Update trace_ignore_this_task() kernel-doc comment
Qiujun Huang
2021-02-02
1
-1
/
+2
*
|
tracing: Check length before giving out the filter buffer
Steven Rostedt (VMware)
2021-02-11
1
-1
/
+1
|
/
*
Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2020-12-17
1
-8
/
+45
|
\
|
*
tracing: Offload eval map updates to a work queue
Steven Rostedt (VMware)
2020-12-15
1
-1
/
+31
|
*
tracing: Disable ftrace selftests when any tracer is running
Masami Hiramatsu
2020-12-14
1
-6
/
+13
|
*
tracing: Fix some typos in comments
Qiujun Huang
2020-11-10
1
-1
/
+1
*
|
tracing: Fix userstacktrace option for instances
Steven Rostedt (VMware)
2020-12-04
1
-5
/
+8
*
|
tracing: Fix alignment of static buffer
Minchan Kim
2020-11-30
1
-1
/
+1
|
/
*
tracing: Fix the checking of stackidx in __ftrace_trace_stack
Qiujun Huang
2020-11-02
1
-2
/
+2
*
tracing: Fix out of bounds write in get_trace_buf
Qiujun Huang
2020-11-02
1
-1
/
+1
*
Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2020-10-15
1
-38
/
+73
|
\
|
*
tracing: Fix some typos in comments
Qiujun Huang
2020-10-15
1
-2
/
+2
|
*
tracing: Remove a pointless assignment
Sudip Mukherjee
2020-10-08
1
-1
/
+0
|
*
tracing: Add README information for synthetic_events file
Tom Zanussi
2020-10-08
1
-1
/
+6
|
*
tracing/boot: Initialize per-instance event list in early boot
Masami Hiramatsu
2020-09-25
1
-1
/
+2
|
*
tracing: Enable creating new instance early boot
Masami Hiramatsu
2020-09-21
1
-11
/
+42
|
*
tracing/uprobes: Support perf-style return probe
Masami Hiramatsu
2020-09-21
1
-1
/
+1
|
*
tracing/kprobes: Support perf-style return probe
Masami Hiramatsu
2020-09-21
1
-1
/
+1
|
*
tracing: remove a pointless assignment
Dan Carpenter
2020-09-21
1
-1
/
+0
|
*
tracing: Use __this_cpu_read() in trace_buffered_event_enable()
Xianting Tian
2020-09-21
1
-1
/
+1
|
*
tracing: Delete repeated words in comments
Randy Dunlap
2020-09-21
1
-1
/
+1
|
*
tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...
Wei Yang
2020-09-18
1
-18
/
+18
*
|
Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-10-15
1
-125
/
+145
|
\
\
|
*
|
tracing: Add trace_export support for trace_marker
Tingwei Zhang
2020-10-05
1
-0
/
+9
|
*
|
tracing: Add trace_export support for event trace
Tingwei Zhang
2020-10-05
1
-125
/
+134
|
*
|
tracing: Add flag to control different traces
Tingwei Zhang
2020-10-05
1
-17
/
+19
*
|
|
Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2020-10-12
1
-1
/
+1
|
\
\
\
|
*
|
|
module: Fix up module_notifier return values
Peter Zijlstra
2020-09-01
1
-1
/
+1
|
|
/
/
*
|
/
tracing: Fix trace_find_next_entry() accounting of temp buffer size
Steven Rostedt (VMware)
2020-09-29
1
-4
/
+6
|
|
/
|
/
|
*
|
tracing: Make the space reserved for the pid wider
Sebastian Andrzej Siewior
2020-09-18
1
-19
/
+19
|
/
*
Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2020-08-07
1
-20
/
+60
|
\
|
*
tracing: Add trace_array_init_printk() to initialize instance trace_printk() ...
Steven Rostedt (VMware)
2020-08-07
1
-0
/
+44
|
*
trace : Have tracing buffer info use kvzalloc instead of kzalloc
Zhaoyang Huang
2020-08-03
1
-2
/
+2
|
*
tracing: Remove outdated comment in stack handling
Vincent Whitchurch
2020-07-30
1
-6
/
+0
|
*
ring-buffer: speed up buffer resets by avoiding synchronize_rcu for each CPU
Nicholas Piggin
2020-06-30
1
-3
/
+1
|
*
tracing: Move pipe reference to trace array instead of current_tracer
Steven Rostedt (VMware)
2020-06-30
1
-6
/
+6
|
*
tracing: Only allow trace_array_printk() to be used by instances
Steven Rostedt (VMware)
2020-06-29
1
-3
/
+7
*
|
Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-06
1
-2
/
+1
|
\
\
[next]