Files
kernel-tenderloin-3.0/kernel/trace
Steven Rostedt 5a90f577e5 ftrace: print continue index fix
An item in the trace buffer that is bigger than one entry may be split
up using the TRACE_CONT entry. This makes it a virtual single entry.
The current code increments the iterator index even while traversing
TRACE_CONT entries, making it look like the iterator is further than
it actually is.

This patch adds code to not increment the iterator index while skipping
over TRACE_CONT entries.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-10-14 10:36:42 +02:00
..
2008-10-14 10:36:31 +02:00
2008-10-14 10:36:19 +02:00
2008-07-26 15:08:22 +02:00
2008-10-14 10:36:28 +02:00
2008-10-14 10:36:42 +02:00