Skip to content
Commit c032ef64 authored by Steven Rostedt's avatar Steven Rostedt
Browse files

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: default avatarSteven Rostedt <srostedt@redhat.com>
parent e74da523
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment