From: Steven Rostedt Date: Thu, 5 Mar 2009 01:34:24 +0000 (-0500) Subject: tracing: add latency output format option X-Git-Tag: v2.6.30-rc1~2^2~69^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c032ef64d680717e4e8ce3da65da6419a35f8a2c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed