commit | 3eb36aa05329a47cbe201c151fd0024a4a3649cd | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu Jan 15 22:21:43 2009 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jan 16 12:17:46 2009 +0100 |
tree | 305b4805a32b47387dc6f76161c20c9e72280e94 | |
parent | 5e4abc9839191e213965e0f1dbf36e2e44356c3a [diff] |
ftrace: combine stack trace in function call 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>