ftrace,kdb: Extend kdb to be able to dump the ftrace buffer
authorJason Wessel <jason.wessel@windriver.com>
Thu, 5 Aug 2010 14:22:23 +0000 (09:22 -0500)
committerJason Wessel <jason.wessel@windriver.com>
Thu, 5 Aug 2010 14:22:23 +0000 (09:22 -0500)
Add in a helper function to allow the kdb shell to dump the ftrace
buffer.

Modify trace.c to expose the capability to iterate over the ftrace
buffer in a read only capacity.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
CC: Frederic Weisbecker <fweisbec@gmail.com>

No differences found