[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20081203045001.367443457@goodmis.org>
Date: Tue, 02 Dec 2008 23:50:01 -0500
From: Steven Rostedt <rostedt@...dmis.org>
To: linux-kernel@...r.kernel.org
Cc: Ingo Molnar <mingo@...e.hu>,
Andrew Morton <akpm@...ux-foundation.org>,
Frederic Weisbecker <fweisbec@...il.com>
Subject: [PATCH 0/5] ftrace: updates for tip
Ingo,
Most of thes patches are improvements to function graph. I'm
working on making a way to pick a function to trace, which the
patch function entry patch is needed.
The one ring buffer patch converts all variables called 'page' to
'bpage' as per Andrew's request.
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 (5):
ftrace: add ftrace_graph_stop
ring-buffer: change page variables to bpage
ftrace: print real return in dumpstack for function graph
ftrace: function graph return for function entry
ftrace: add checks on ret stack in function graph
----
arch/x86/kernel/dumpstack.c | 34 ++++++++++-
arch/x86/kernel/dumpstack.h | 2 +-
arch/x86/kernel/dumpstack_32.c | 5 +-
arch/x86/kernel/dumpstack_64.c | 7 +-
arch/x86/kernel/entry_32.S | 3 +
arch/x86/kernel/entry_64.S | 3 +
arch/x86/kernel/ftrace.c | 34 +++++++++--
include/linux/ftrace.h | 4 +-
kernel/trace/ftrace.c | 15 ++++-
kernel/trace/ring_buffer.c | 130 ++++++++++++++++++++--------------------
kernel/trace/trace.c | 4 +-
kernel/trace/trace.h | 2 +-
12 files changed, 161 insertions(+), 82 deletions(-)
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists