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)
commitc032ef64d680717e4e8ce3da65da6419a35f8a2c
treef6d77c0033e9a33f22adac66d939338c55f06525
parente74da5235cec6cb71eb338c987f876ecc793138b
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