[PATCH 0/3] ftrace: new features
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Date: Tue, 25 Nov 2008 17:34:21 -0500
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/
- Follow-Ups:
- [PATCH 1/3] ftrace: add function tracing to single thread
- From: Steven Rostedt
- [PATCH 2/3] ftrace: use code patching for ftrace return tracer
- From: Steven Rostedt
- [PATCH 3/3] ftrace: let function tracing and function return run together
- From: Steven Rostedt
- [PATCH 1/3] ftrace: add function tracing to single thread
- Prev by Date: Re: [ath5k-devel] License of changes to ath5k/ath9k
- Next by Date: [PATCH 3/3] ftrace: let function tracing and function return run together
- Previous by thread: pull request: wireless-2.6 2008-11-25
- Next by thread: [PATCH 3/3] ftrace: let function tracing and function return run together
- Index(es):
Relevant Pages
|