tracing: stop stack trace on first empty entry
authorSteven Rostedt <srostedt@redhat.com>
Fri, 15 May 2009 03:40:06 +0000 (23:40 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 15 May 2009 03:40:06 +0000 (23:40 -0400)
The stack tracer stores eight entries in the ring buffer when an event
traces the stack. The output outputs all eight entries regardless of
how many entries were recorded.

This patch breaks out of the loop when a null entry is discovered.

[ Impact: only print the stack that is recorded ]

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found