]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commit3eb36aa05329a47cbe201c151fd0024a4a3649cd
tree305b4805a32b47387dc6f76161c20c9e72280e94
parent5e4abc9839191e213965e0f1dbf36e2e44356c3a
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>
kernel/trace/trace_functions.c