commit | e53a6319cca69111c1643dc9f18f4465d7f1cbf0 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <rostedt@goodmis.org> | Wed Nov 26 00:16:25 2008 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Nov 26 06:52:55 2008 +0100 |
tree | 867bd86a05aa590516aaa60221f297017cd31781 | |
parent | 5a45cfe1c64862e8cd3b0d79d7c4ba71c3118915 [diff] |
ftrace: let function tracing and function return run together Impact: feature This patch enables function tracing and function return to run together. I've tested this by enabling the stack tracer and return tracer, where both the function entry and function return are used together with dynamic ftrace. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>