Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-05 | ftrace,kdb: Allow dumping a specific cpu's buffer with ftdump | Jason Wessel | |
In systems with more than one processor it is desirable to look at the per cpu trace buffers. Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Acked-by: Steven Rostedt <rostedt@goodmis.org> CC: Frederic Weisbecker <fweisbec@gmail.com> | |||
2010-08-05 | ftrace,kdb: Extend kdb to be able to dump the ftrace buffer | Jason Wessel | |
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> |