]> git.baikalelectronics.ru Git - kernel.git/commit
tracing: add latency output format option
authorSteven Rostedt <srostedt@redhat.com>
Thu, 5 Mar 2009 01:34:24 +0000 (20:34 -0500)
committerSteven Rostedt <srostedt@redhat.com>
Thu, 5 Mar 2009 01:34:24 +0000 (20:34 -0500)
commit58dce2d8872429f94dedc2fe957d9279b868eebb
treef6d77c0033e9a33f22adac66d939338c55f06525
parentd31004c87803d83ff3d0536f9d504d64401bc470
tracing: add latency output format option

With the removal of the latency_trace file, we lost the ability
to see some of the finer details in a trace. Like the state of
interrupts enabled, the preempt count, need resched, and if we
are in an interrupt handler, softirq handler or not.

This patch simply creates an option to bring back the old format.
This also removes the warning about an unused variable that held
the latency_trace file operations.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
kernel/trace/trace.c
kernel/trace/trace.h