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