index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
*
Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
2019-03-15
1
-2
/
+4
|
\
|
*
tracing: kdb: Fix ftdump to not sleep
Douglas Anderson
2019-03-13
1
-2
/
+4
*
|
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2019-03-12
1
-2
/
+0
|
\
\
|
*
|
pipe: stop using ->can_merge
Jann Horn
2019-02-01
1
-2
/
+0
*
|
|
Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2019-03-11
1
-9
/
+214
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
tracing: Use strncpy instead of memcpy when copying comm in trace.c
Tom Zanussi
2019-03-05
1
-2
/
+2
|
*
|
tracing: Fix spelling mistake: "analagous" -> "analogous"
Colin Ian King
2019-02-20
1
-1
/
+1
|
*
|
tracing: Comment why cond_snapshot is checked outside of max_lock protection
Steven Rostedt (VMware)
2019-02-20
1
-0
/
+8
|
*
|
tracing: Add alternative synthetic event trace action syntax
Tom Zanussi
2019-02-20
1
-1
/
+1
|
*
|
tracing: Add hist trigger onchange() handler
Tom Zanussi
2019-02-20
1
-1
/
+2
|
*
|
tracing: Add hist trigger snapshot() action
Tom Zanussi
2019-02-20
1
-0
/
+3
|
*
|
tracing: Add conditional snapshot
Tom Zanussi
2019-02-20
1
-4
/
+188
|
*
|
tracing: Split up onmatch action data
Tom Zanussi
2019-02-20
1
-1
/
+11
|
*
|
tracing: Do not free iter->trace in fail path of tracing_open_pipe()
zhangyi (F)
2019-02-20
1
-1
/
+0
|
|
/
*
/
tracing: Fix number of entries in trace header
Quentin Perret
2019-02-15
1
-0
/
+2
|
/
*
Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2018-12-31
1
-8
/
+74
|
\
|
*
tracing: Use the return of str_has_prefix() to remove open coded numbers
Steven Rostedt (VMware)
2018-12-22
1
-3
/
+5
|
*
tracing: Use str_has_prefix() instead of using fixed sizes
Steven Rostedt (VMware)
2018-12-22
1
-1
/
+1
|
*
tracing: Make function ‘ftrace_exports’ static
Mathieu Malaterre
2018-12-22
1
-1
/
+1
|
*
tracing: Use dyn_event framework for synthetic events
Masami Hiramatsu
2018-12-08
1
-0
/
+8
|
*
tracing: Add unified dynamic event framework
Masami Hiramatsu
2018-12-08
1
-0
/
+4
|
*
tracing: Change default buffer_percent to 50
Steven Rostedt (VMware)
2018-12-08
1
-1
/
+1
|
*
tracing: Add tracefs file buffer_percentage
Steven Rostedt (VMware)
2018-12-08
1
-1
/
+53
|
*
ring-buffer: Add percentage of ring buffer full to wake up reader
Steven Rostedt (VMware)
2018-12-08
1
-4
/
+4
*
|
tracing: Replace synchronize_sched() and call_rcu_sched()
Paul E. McKenney
2018-11-27
1
-5
/
+5
|
/
*
tracing: Export trace_dump_stack to modules
Nikolay Borisov
2018-10-27
1
-0
/
+1
*
tracing: probeevent: Add $argN for accessing function args
Masami Hiramatsu
2018-10-10
1
-0
/
+4
*
tracing: probeevent: Add array type support
Masami Hiramatsu
2018-10-10
1
-1
/
+2
*
tracing: probeevent: Add symbol type
Masami Hiramatsu
2018-10-10
1
-1
/
+1
*
uprobes: Support SDT markers having reference count (semaphore)
Ravi Bangoria
2018-09-24
1
-1
/
+1
*
Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2018-08-20
1
-2
/
+5
|
\
|
*
tracing: Add SPDX License format tags to tracing files
Steven Rostedt (VMware)
2018-08-16
1
-0
/
+1
|
*
tracing: Make tracer_tracing_is_on() return bool
Steven Rostedt (VMware)
2018-08-01
1
-1
/
+1
|
*
tracing: Do not call start/stop() functions when tracing_on does not change
Steven Rostedt (VMware)
2018-08-01
1
-1
/
+3
*
|
Merge tag 'printk-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-08-15
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
printk/nmi: Prevent deadlock when accessing the main log buffer in NMI
Petr Mladek
2018-07-09
1
-1
/
+3
*
|
ring_buffer: tracing: Inherit the tracing setting to next ring buffer
Masami Hiramatsu
2018-07-25
1
-0
/
+6
*
|
tracing: Reorder display of TGID to be after PID
Joel Fernandes (Google)
2018-07-12
1
-4
/
+4
*
|
tracing: Use __printf markup to silence compiler
Mathieu Malaterre
2018-07-03
1
-0
/
+5
*
|
tracing: Use swap macro in update_max_tr
Gustavo A. R. Silva
2018-06-21
1
-5
/
+1
*
|
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+2
*
|
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-4
/
+5
*
|
tracing: Use match_string() instead of open coding it in trace_set_options()
Yisheng Xie
2018-06-05
1
-10
/
+5
*
|
tracing: Add trigger file for trace_markers tracefs/ftrace/print
Steven Rostedt (VMware)
2018-05-29
1
-0
/
+17
*
|
tracing: Have event_trace_init() called by trace_init_tracefs()
Steven Rostedt (VMware)
2018-05-29
1
-0
/
+2
|
/
*
tracing: Make the snapshot trigger work with instances
Steven Rostedt (VMware)
2018-05-28
1
-6
/
+6
*
Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME
Thomas Gleixner
2018-04-26
1
-1
/
+1
*
Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2018-04-10
1
-4
/
+112
|
\
|
*
tracing: Fixup logic inversion on setting trace_global_clock defaults
Chris Wilson
2018-04-06
1
-1
/
+1
|
*
tracing: Default to using trace_global_clock if sched_clock is unstable
Chris Wilson
2018-04-06
1
-0
/
+19
[next]