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
*
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
|
*
tracing: Make tracing_set_clock() non-static
Tom Zanussi
2018-03-10
1
-1
/
+1
|
*
tracing: Add variable reference handling to hist triggers
Tom Zanussi
2018-03-10
1
-0
/
+2
|
*
tracing: Add usecs modifier for hist trigger timestamps
Tom Zanussi
2018-03-10
1
-2
/
+11
|
*
tracing: Add timestamp_mode trace file
Tom Zanussi
2018-03-10
1
-0
/
+47
|
*
ring-buffer: Add interface for setting absolute time stamps
Tom Zanussi
2018-03-10
1
-1
/
+32
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2018-04-05
1
-1
/
+1
|
\
\
|
*
|
tracing: Block comments should align the * on each line
Rohit Visavalia
2018-03-27
1
-1
/
+1
|
|
/
*
/
tracing: Unify the "boot" and "mono" tracing clocks
Thomas Gleixner
2018-03-13
1
-1
/
+1
|
/
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-2
/
+2
*
Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2018-02-01
1
-7
/
+7
|
\
|
*
tracing: Make sure the parsed string always terminates with '\0'
Changbin Du
2018-01-23
1
-2
/
+2
|
*
tracing: Clear parser->idx if only spaces are read
Changbin Du
2018-01-23
1
-2
/
+2
|
*
tracing: Detect the string nul character when parsing user input string
Changbin Du
2018-01-23
1
-3
/
+3
*
|
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2018-01-30
1
-3
/
+3
|
\
\
|
*
|
ipc, kernel, mm: annotate ->poll() instances
Al Viro
2017-11-27
1
-3
/
+3
*
|
|
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-01-30
1
-11
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2018-01-03
1
-11
/
+0
|
|
\
\
|
|
*
|
rcu: Eliminate rcu_irq_enter_disabled()
Paul E. McKenney
2017-11-27
1
-11
/
+0
|
|
|
/
*
|
/
tracing: Update stack trace skipping for ORC unwinder
Steven Rostedt (VMware)
2018-01-23
1
-14
/
+20
|
/
/
*
|
tracing: Fix possible double free on failure of allocating trace buffer
Steven Rostedt (VMware)
2017-12-27
1
-0
/
+1
*
|
tracing: Fix crash when it fails to alloc ring buffer
Jing Xia
2017-12-27
1
-0
/
+2
*
|
tracing: Remove extra zeroing out of the ring buffer page
Steven Rostedt (VMware)
2017-12-27
1
-9
/
+1
*
|
tracing: Pass export pointer as argument to ->write()
Felipe Balbi
2017-12-04
1
-1
/
+1
*
|
tracing: Allocate mask_str buffer dynamically
Changbin Du
2017-12-04
1
-20
/
+9
*
|
tracing: Fix code comments in trace.c
Chunyu Hu
2017-12-04
1
-5
/
+5
|
/
*
tracing: Make traceprobe parsing code reusable
Tom Zanussi
2017-10-04
1
-0
/
+86
*
tracing: Reverse the order of trace_types_lock and event_mutex
Steven Rostedt (VMware)
2017-10-04
1
-0
/
+5
*
tracing: Fix trace_pipe behavior for instance traces
Tahsin Erdogan
2017-09-19
1
-1
/
+1
*
tracing: Ignore mmiotrace from kernel commandline
Ziqian SUN (Zamir)
2017-09-19
1
-0
/
+7
*
tracing: Erase irqsoff trace with empty write
Bo Yan
2017-09-19
1
-2
/
+8
*
tracing: Apply trace_clock changes to instance max buffer
Baohong Liu
2017-09-06
1
-1
/
+1
*
tracing: Add barrier to trace_printk() buffer nesting modification
Steven Rostedt (VMware)
2017-09-05
1
-1
/
+7
*
tracing: Only have rmmod clear buffers that its events were active in
Steven Rostedt (VMware)
2017-08-31
1
-0
/
+3
*
ring-buffer: Have ring_buffer_alloc_read_page() return error on offline CPU
Steven Rostedt (VMware)
2017-08-02
1
-5
/
+11
*
tracing: Missing error code in tracer_alloc_buffers()
Dan Carpenter
2017-08-02
1
-0
/
+1
*
tracing: Call clear_boot_tracer() at lateinit_sync
Steven Rostedt (VMware)
2017-08-02
1
-1
/
+1
*
tracing: Fix kmemleak in instance_rmdir
Chunyu Hu
2017-07-20
1
-0
/
+1
*
Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2017-07-13
1
-18
/
+124
|
\
|
*
tracing: Fixup trace file header alignment
Steven Rostedt (VMware)
2017-07-11
1
-8
/
+17
|
*
tracing: Attempt to record other information even if some fail
Joel Fernandes
2017-07-07
1
-8
/
+24
|
*
tracing: Treat recording tgid for idle task as a success
Joel Fernandes
2017-07-07
1
-1
/
+5
|
*
tracing: Treat recording comm for idle task as a success
Joel Fernandes
2017-07-07
1
-1
/
+5
[next]