You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Frederic Weisbecker
11e84acc40
tracing/function-graph-tracer: display unified style cmdline and pid
...
Impact: extend function-graph output: let one know which thread called a function
This patch implements a helper function to print the couple cmdline/pid.
Its output is provided during task switching and on each row if the new
"funcgraph-proc" defualt-off option is set through trace_options file.
The output is center aligned and never exceeds 14 characters. The cmdline
is truncated over 7 chars.
But note that if the pid exceeds 6 characters, the column will overflow (but
the situation is abnormal).
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
16 years ago
..
Kconfig
Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/power-tracer' into tracing/core
16 years ago
Makefile
Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/power-tracer' into tracing/core
16 years ago
ftrace.c
ftrace: function graph return for function entry
16 years ago
ring_buffer.c
ring-buffer: change "page" variable names to "bpage"
16 years ago
trace.c
ftrace: function graph return for function entry
16 years ago
trace.h
ftrace: function graph return for function entry
16 years ago
trace_boot.c
tracing/ftrace: change the type of the init() callback
16 years ago
trace_branch.c
ftrace: replace raw_local_irq_save with local_irq_save
16 years ago
trace_bts.c
x86, bts, ftrace: a BTS ftrace plug-in prototype
16 years ago
trace_functions.c
tracing/ftrace: change the type of the init() callback
16 years ago
trace_functions_graph.c
tracing/function-graph-tracer: display unified style cmdline and pid
16 years ago
trace_irqsoff.c
tracing/ftrace: change the type of the init() callback
16 years ago
trace_mmiotrace.c
Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/ftrace', 'tracing/function-return-tracer', 'tracing/power-tracer', 'tracing/powerpc', 'tracing/ring-buffer', 'tracing/stack-tracer' and 'tracing/urgent' into tracing/core
16 years ago
trace_nop.c
tracing/ftrace: make nop tracer using tracer flags
16 years ago
trace_power.c
tracing: add "power-tracer": C/P state tracer to help power optimization
16 years ago
trace_sched_switch.c
tracing/ftrace: change the type of the init() callback
16 years ago
trace_sched_wakeup.c
tracing/ftrace: change the type of the init() callback
16 years ago
trace_selftest.c
tracing/ftrace: change the type of the init() callback
16 years ago
trace_selftest_dynamic.c
ftrace: fix dynamic ftrace selftest
17 years ago
trace_stack.c
ftrace: replace raw_local_irq_save with local_irq_save
16 years ago
trace_sysprof.c
tracing/ftrace: change the type of the init() callback
16 years ago