index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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: Append prompt in /debug/tracing/README file
GeunSik Lim
2009-05-15
1
-1
/
+1
*
tracing: fix ref count in splice pages
Steven Rostedt
2009-04-29
1
-0
/
+1
*
tracing: fix splice return too large
Lai Jiangshan
2009-04-10
1
-2
/
+14
*
tracing: update file->f_pos when splice(2) it
Lai Jiangshan
2009-04-10
1
-7
/
+1
*
tracing: allocate page when needed
Lai Jiangshan
2009-04-10
1
-8
/
+8
*
tracing: disable seeking for trace_pipe_raw
Lai Jiangshan
2009-04-10
1
-1
/
+1
*
Update /debug/tracing/README
Nikanth Karthikesan
2009-04-07
1
-2
/
+2
*
tracing/ftrace: alloc the started cpumask for the trace file
Frederic Weisbecker
2009-04-07
1
-1
/
+12
*
tracing/ftrace: fix missing include string.h
Frederic Weisbecker
2009-04-07
1
-0
/
+1
*
tracing: fix incorrect return type of ns2usecs()
Lai Jiangshan
2009-04-07
1
-2
/
+1
*
-
-
-
.
Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/...
Ingo Molnar
2009-03-31
1
-12
/
+38
|
\
\
\
|
|
*
|
function-graph: add option for include sleep times
Steven Rostedt
2009-03-24
1
-1
/
+2
|
|
*
|
tracing/ftrace: check if debugfs is registered before creating files
Frederic Weisbecker
2009-03-23
1
-0
/
+3
|
|
*
|
tracing: fix four sparse warnings
Dmitri Vorobiev
2009-03-22
1
-1
/
+1
|
|
/
/
|
/
|
|
|
*
|
tracing/function-graph-tracer: fix functions call traces imbalance
Frederic Weisbecker
2009-03-23
1
-5
/
+11
|
*
|
tracing/events: don't use wake up for events
Frederic Weisbecker
2009-03-23
1
-5
/
+21
|
/
/
*
|
tracing/function-graph-tracer: prevent hangs during self-tests
Frederic Weisbecker
2009-03-22
1
-3
/
+23
*
|
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
2009-03-20
1
-47
/
+38
|
\
\
|
|
/
|
/
|
|
*
tracing: remove recording function depth from trace_printk
Steven Rostedt
2009-03-19
1
-5
/
+3
|
*
tracing: make print_(b)printk_msg_only global
Steven Rostedt
2009-03-19
1
-34
/
+2
|
*
tracing: give easy way to clear trace buffer
Steven Rostedt
2009-03-18
1
-8
/
+33
|
|
|
\
|
\
|
\
*
-
-
-
.
\
Merge branches 'tracing/ftrace', 'tracing/kprobes', 'tracing/tasks' and 'linu...
Ingo Molnar
2009-03-20
1
-14
/
+21
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
tracing: fix command line to pid reverse map
Carsten Emde
2009-03-18
1
-5
/
+11
|
|
*
|
tracing: fix trace_find_cmdline()
Thomas Gleixner
2009-03-18
1
-5
/
+4
|
|
*
|
tracing: replace the crude (unsigned) -1 hackery
Thomas Gleixner
2009-03-18
1
-6
/
+7
|
|
*
|
tracing: stop command line recording when tracing is disabled
Thomas Gleixner
2009-03-18
1
-1
/
+2
|
|
/
/
*
|
|
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
2009-03-18
1
-11
/
+44
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
tracing: add global-clock option to provide cross CPU clock to traces
Steven Rostedt
2009-03-17
1
-4
/
+30
|
*
|
ring-buffer: add api to allow a tracer to change clock source
Steven Rostedt
2009-03-17
1
-7
/
+14
*
|
|
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
2009-03-17
1
-9
/
+13
|
\
\
\
|
|
/
/
|
*
|
tracing: stop comm recording on tracing off
Steven Rostedt
2009-03-16
1
-1
/
+1
|
*
|
tracing: protect reader of cmdline output
Steven Rostedt
2009-03-16
1
-8
/
+12
*
|
|
tracing/core: fix early free of cpumasks
Frederic Weisbecker
2009-03-16
1
-1
/
+2
*
|
|
tracing/core: fix missing mutex unlock on tracing_set_tracer()
Frederic Weisbecker
2009-03-16
1
-1
/
+1
|
/
/
*
|
tracing: move binary buffers into per cpu directory
Steven Rostedt
2009-03-13
1
-21
/
+5
*
|
tracing/core: bring back raw trace_printk for dynamic formats strings
Frederic Weisbecker
2009-03-12
1
-5
/
+80
*
|
tracing: show that buffer size is not expanded
Steven Rostedt
2009-03-12
1
-2
/
+10
*
|
tracing: protect ring_buffer_expanded with trace_types_lock
Steven Rostedt
2009-03-12
1
-1
/
+4
*
|
tracing: fix comments about trace buffer resizing
Steven Rostedt
2009-03-12
1
-3
/
+16
*
|
Merge branch 'tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Steven Rostedt
2009-03-12
1
-10
/
+10
|
\
\
|
*
\
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
2009-03-11
1
-3
/
+7
|
|
\
\
|
*
\
\
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
2009-03-10
1
-1
/
+1
|
|
\
\
\
|
*
|
|
|
ftrace: tracing header should put '#' at the beginning of a line
KOSAKI Motohiro
2009-03-08
1
-10
/
+10
*
|
|
|
|
ring-buffer: only allocate buffers for online cpus
Steven Rostedt
2009-03-11
1
-6
/
+0
*
|
|
|
|
tracing: fix trace_wait to know to wait on all cpus or just one
Steven Rostedt
2009-03-11
1
-0
/
+13
*
|
|
|
|
tracing: expand the ring buffers when an event is activated
Steven Rostedt
2009-03-11
1
-0
/
+20
*
|
|
|
|
tracing: keep ring buffer to minimum size till used
Steven Rostedt
2009-03-11
1
-20
/
+59
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
tracing: use raw spinlocks for trace_vprintk
Steven Rostedt
2009-03-10
1
-3
/
+7
|
|
/
/
|
/
|
|
*
|
|
tracing: remove funky whitespace in the trace code
Steven Rostedt
2009-03-10
1
-1
/
+1
|
/
/
*
|
tracing/core: drop the old trace_printk() implementation in favour of trace_b...
Frederic Weisbecker
2009-03-06
1
-150
/
+62
[next]