ftrace: combine stack trace in function call
authorSteven Rostedt <srostedt@redhat.com>
Fri, 16 Jan 2009 03:21:43 +0000 (22:21 -0500)
committerIngo Molnar <mingo@elte.hu>
Fri, 16 Jan 2009 11:17:46 +0000 (12:17 +0100)
Impact: less likely to interleave function and stack traces

This patch does replaces the separate stack trace on function with
a record function and stack trace together. This will switch between
the function only recording to a function and stack recording.

Also some whitespace fix ups as well.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found