[PATCH 0/2] ftrace v2: function return and function playing nice together

From: Steven Rostedt
Date: Tue Nov 25 2008 - 20:05:26 EST


Ingo,

I changed the last two patches of my previous post. The first patch
I did not change, so I am not adding it to this posting.

The changes made to this is compiler warnings.

The first patch I added "return 0;" to the stubs.

The second patch, I removed a hanging "out:" label.

The following patches are in:

git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git

branch: tip/devel


Steven Rostedt (2):
ftrace: use code patching for ftrace return tracer
ftrace: let function tracing and function return run together

----
arch/x86/kernel/entry_32.S | 5 ++++
arch/x86/kernel/ftrace.c | 46 ++++++++++++++++++++++++++++++++++++-
include/linux/ftrace.h | 5 ++++
kernel/trace/ftrace.c | 54 ++++++++++++-------------------------------
4 files changed, 70 insertions(+), 40 deletions(-)

--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/