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
2018-12-31
Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-8
/
+74
2018-12-22
tracing: Use the return of str_has_prefix() to remove open coded numbers
Steven Rostedt (VMware)
1
-3
/
+5
2018-12-22
tracing: Use str_has_prefix() instead of using fixed sizes
Steven Rostedt (VMware)
1
-1
/
+1
2018-12-22
tracing: Make function ‘ftrace_exports’ static
Mathieu Malaterre
1
-1
/
+1
2018-12-08
tracing: Use dyn_event framework for synthetic events
Masami Hiramatsu
1
-0
/
+8
2018-12-08
tracing: Add unified dynamic event framework
Masami Hiramatsu
1
-0
/
+4
2018-12-08
tracing: Change default buffer_percent to 50
Steven Rostedt (VMware)
1
-1
/
+1
2018-12-08
tracing: Add tracefs file buffer_percentage
Steven Rostedt (VMware)
1
-1
/
+53
2018-12-08
ring-buffer: Add percentage of ring buffer full to wake up reader
Steven Rostedt (VMware)
1
-4
/
+4
2018-11-27
tracing: Replace synchronize_sched() and call_rcu_sched()
Paul E. McKenney
1
-5
/
+5
2018-10-27
tracing: Export trace_dump_stack to modules
Nikolay Borisov
1
-0
/
+1
2018-10-10
tracing: probeevent: Add $argN for accessing function args
Masami Hiramatsu
1
-0
/
+4
2018-10-10
tracing: probeevent: Add array type support
Masami Hiramatsu
1
-1
/
+2
2018-10-10
tracing: probeevent: Add symbol type
Masami Hiramatsu
1
-1
/
+1
2018-09-24
uprobes: Support SDT markers having reference count (semaphore)
Ravi Bangoria
1
-1
/
+1
2018-08-20
Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-2
/
+5
2018-08-16
tracing: Add SPDX License format tags to tracing files
Steven Rostedt (VMware)
1
-0
/
+1
2018-08-15
Merge tag 'printk-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+3
2018-08-01
tracing: Make tracer_tracing_is_on() return bool
Steven Rostedt (VMware)
1
-1
/
+1
2018-08-01
tracing: Do not call start/stop() functions when tracing_on does not change
Steven Rostedt (VMware)
1
-1
/
+3
2018-07-25
ring_buffer: tracing: Inherit the tracing setting to next ring buffer
Masami Hiramatsu
1
-0
/
+6
2018-07-12
tracing: Reorder display of TGID to be after PID
Joel Fernandes (Google)
1
-4
/
+4
2018-07-09
printk/nmi: Prevent deadlock when accessing the main log buffer in NMI
Petr Mladek
1
-1
/
+3
2018-07-03
tracing: Use __printf markup to silence compiler
Mathieu Malaterre
1
-0
/
+5
2018-06-21
tracing: Use swap macro in update_max_tr
Gustavo A. R. Silva
1
-5
/
+1
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+2
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-4
/
+5
2018-06-05
tracing: Use match_string() instead of open coding it in trace_set_options()
Yisheng Xie
1
-10
/
+5
2018-05-29
tracing: Add trigger file for trace_markers tracefs/ftrace/print
Steven Rostedt (VMware)
1
-0
/
+17
2018-05-29
tracing: Have event_trace_init() called by trace_init_tracefs()
Steven Rostedt (VMware)
1
-0
/
+2
2018-05-28
tracing: Make the snapshot trigger work with instances
Steven Rostedt (VMware)
1
-6
/
+6
2018-04-26
Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME
Thomas Gleixner
1
-1
/
+1
2018-04-10
Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-4
/
+112
2018-04-06
tracing: Fixup logic inversion on setting trace_global_clock defaults
Chris Wilson
1
-1
/
+1
2018-04-06
tracing: Default to using trace_global_clock if sched_clock is unstable
Chris Wilson
1
-0
/
+19
2018-04-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2018-03-27
tracing: Block comments should align the * on each line
Rohit Visavalia
1
-1
/
+1
2018-03-13
tracing: Unify the "boot" and "mono" tracing clocks
Thomas Gleixner
1
-1
/
+1
2018-03-10
tracing: Make tracing_set_clock() non-static
Tom Zanussi
1
-1
/
+1
2018-03-10
tracing: Add variable reference handling to hist triggers
Tom Zanussi
1
-0
/
+2
2018-03-10
tracing: Add usecs modifier for hist trigger timestamps
Tom Zanussi
1
-2
/
+11
2018-03-10
tracing: Add timestamp_mode trace file
Tom Zanussi
1
-0
/
+47
2018-03-10
ring-buffer: Add interface for setting absolute time stamps
Tom Zanussi
1
-1
/
+32
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-2
/
+2
2018-02-01
Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-7
/
+7
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-3
/
+3
2018-01-30
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-11
/
+0
2018-01-23
tracing: Make sure the parsed string always terminates with '\0'
Changbin Du
1
-2
/
+2
2018-01-23
tracing: Clear parser->idx if only spaces are read
Changbin Du
1
-2
/
+2
2018-01-23
tracing: Detect the string nul character when parsing user input string
Changbin Du
1
-3
/
+3
[next]