[PATCH 0/3] ftrace: new features

From: Steven Rostedt
Date: Tue Nov 25 2008 - 17:35:16 EST



Ingo,

The first patch adds a new feature to trace a single pid in the
function tracer.

The next two patches let the ftrace_return (graph now?) and the
function tracer run together.

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 (3):
ftrace: add function tracing to single thread
ftrace: use code patching for ftrace return tracer
ftrace: let function tracing and function return run together

----
Documentation/ftrace.txt | 79 +++++++++++++
arch/x86/kernel/entry_32.S | 5 +
arch/x86/kernel/ftrace.c | 46 ++++++++-
include/linux/ftrace.h | 5 +
kernel/trace/ftrace.c | 260 +++++++++++++++++++++++++++++++++-----------
5 files changed, 331 insertions(+), 64 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/