From: Steven Rostedt <rostedt@goodmis.org>
To: linux-kernel@vger.kernel.org
Cc: Ingo Molnar <mingo@elte.hu>,
Andrew Morton <akpm@linux-foundation.org>,
Frederic Weisbecker <fweisbec@gmail.com>
Subject: [PATCH 0/2] ftrace v2: function return and function playing nice together
Date: Tue, 25 Nov 2008 20:04:00 -0500 [thread overview]
Message-ID: <20081126010400.273569313@goodmis.org> (raw)
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(-)
--
next reply other threads:[~2008-11-26 1:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-26 1:04 Steven Rostedt [this message]
2008-11-26 1:04 ` [PATCH 1/2] ftrace: use code patching for ftrace return tracer Steven Rostedt
2008-11-26 1:04 ` [PATCH 2/2] ftrace: let function tracing and function return run together Steven Rostedt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081126010400.273569313@goodmis.org \
--to=rostedt@goodmis.org \
--cc=akpm@linux-foundation.org \
--cc=fweisbec@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.