Files
kernel-tenderloin-3.0/kernel
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-08-14 14:58:01 +02:00
2008-10-14 10:36:42 +02:00
2008-07-26 20:53:20 -04:00
2008-07-28 14:37:38 +02:00
2008-08-13 12:55:10 +02:00
2008-10-14 10:28:28 +02:00
2008-10-14 10:35:12 +02:00
2008-09-02 19:21:40 -07:00
2008-08-25 17:39:57 +02:00
2008-10-13 09:51:40 -07:00
2008-07-25 10:53:45 -07:00
2008-10-14 10:34:07 +02:00