[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20081126010400.273569313@goodmis.org>
Date: Tue, 25 Nov 2008 20:04:00 -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/2] ftrace v2: function return and function playing nice together
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@...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