index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
Commit message (
Expand
)
Author
Age
Files
Lines
*
tracing: add function profiler
Steven Rostedt
2009-03-24
2
-2
/
+330
*
tracing: add handler to trace_stat
Steven Rostedt
2009-03-24
4
-5
/
+5
*
tracing: use union for multi-usages field
Lai Jiangshan
2009-03-24
1
-4
/
+4
*
ftrace: show virtual PID
Lai Jiangshan
2009-03-24
1
-1
/
+1
*
function-graph: add option for include sleep times
Steven Rostedt
2009-03-24
3
-1
/
+10
*
function-graph: ignore times across schedule
Steven Rostedt
2009-03-24
1
-0
/
+36
*
function-graph: prevent more than one tracer registering
Steven Rostedt
2009-03-24
1
-0
/
+6
*
function-graph: moved the timestamp from arch to generic code
Steven Rostedt
2009-03-24
1
-3
/
+5
*
tracing: fix memory leak in trace_stat
Steven Rostedt
2009-03-24
1
-10
/
+13
*
tracing: Fix TRACING_SUPPORT dependency for PPC32
Anton Vorontsov
2009-03-23
1
-1
/
+5
*
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
2
-1
/
+2
*
-
.
Merge branches 'tracing/ftrace', 'tracing/hw-breakpoints', 'tracing/ring-buff...
Ingo Molnar
2009-03-22
1
-4
/
+4
|
\
\
|
*
|
tracing/ring-buffer: don't annotate rb_cpu_notify with __cpuinit
Frederic Weisbecker
2009-03-21
1
-4
/
+4
|
|
/
*
|
tracing: keep the tracing buffer after self-test failure
Frederic Weisbecker
2009-03-22
1
-1
/
+1
*
|
tracing/function-graph-tracer: prevent hangs during self-tests
Frederic Weisbecker
2009-03-22
2
-4
/
+60
*
|
ftrace: event profile hooks
Peter Zijlstra
2009-03-20
6
-8
/
+89
*
|
ftrace: ensure every event gets an id
Peter Zijlstra
2009-03-20
2
-1
/
+19
*
|
ftrace: provide an id file for each event
Peter Zijlstra
2009-03-20
1
-0
/
+36
*
|
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
2009-03-20
8
-156
/
+203
|
\
\
|
|
/
|
/
|
|
*
function-graph: show binary events as comments
Steven Rostedt
2009-03-19
1
-12
/
+28
|
*
tracing: remove recording function depth from trace_printk
Steven Rostedt
2009-03-19
5
-16
/
+10
|
*
function-graph: calculate function depth within function graph tracer
Steven Rostedt
2009-03-19
1
-22
/
+69
|
*
tracing: make print_(b)printk_msg_only global
Steven Rostedt
2009-03-19
3
-34
/
+39
|
*
function-graph: consolidate prologues for output
Steven Rostedt
2009-03-19
1
-69
/
+29
|
*
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
|
|
/
/
/
*
|
|
|
tracing/ring-buffer: fix non cpu hotplug case
Frederic Weisbecker
2009-03-19
1
-0
/
+9
|
|
_
|
/
|
/
|
|
*
|
|
tracing/ftrace: stop {irqs, preempt}soff tracers when tracing is stopped
Frederic Weisbecker
2009-03-18
1
-0
/
+26
*
|
|
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
2009-03-18
5
-44
/
+94
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
tracing: make power tracer start/stop methods lighter weight
Steven Rostedt
2009-03-17
1
-2
/
+6
|
*
|
tracing: make sched_switch stop/start light weight
Steven Rostedt
2009-03-17
1
-4
/
+5
|
*
|
tracing: add global-clock option to provide cross CPU clock to traces
Steven Rostedt
2009-03-17
2
-4
/
+31
|
*
|
ring-buffer: add api to allow a tracer to change clock source
Steven Rostedt
2009-03-17
2
-34
/
+52
*
|
|
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
2009-03-17
6
-28
/
+51
|
\
\
\
|
|
/
/
|
*
|
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
5
-26
/
+49
|
*
|
tracing/ftrace: fix the check on nopped sites
Frederic Weisbecker
2009-03-16
1
-1
/
+1
*
|
|
tracing: fix leak in event_format_read()
Tom Zanussi
2009-03-17
1
-3
/
+3
*
|
|
tracing/core: fix early free of cpumasks
Frederic Weisbecker
2009-03-16
1
-1
/
+2
*
|
|
tracing/ftrace: fix double calls to tracing_start()
Frederic Weisbecker
2009-03-16
1
-10
/
+6
*
|
|
tracing/core: fix missing mutex unlock on tracing_set_tracer()
Frederic Weisbecker
2009-03-16
1
-1
/
+1
*
|
|
tracing/syscalls: select kallsysms
Frederic Weisbecker
2009-03-16
1
-0
/
+1
*
|
|
tracing/syscalls: protect thread flag toggling from races
Frederic Weisbecker
2009-03-16
1
-5
/
+19
*
|
|
tracing/syscalls: various cleanups
Frederic Weisbecker
2009-03-16
1
-8
/
+2
*
|
|
tracing/syscalls: fix missing release of tracing
Frederic Weisbecker
2009-03-16
1
-6
/
+5
[next]