mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
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>,
	Ralf Baechle <ralf@linux-mips.org>,
	Wu Zhangjin <wuzhangjin@gmail.com>
Subject: [PATCH 3/3] ftrace/MIPS: Enable C Version of recordmcount
Date: Thu, 28 Oct 2010 10:05:15 -0400	[thread overview]
Message-ID: <20101028140554.543037978@goodmis.org> (raw)
In-Reply-To: <20101028140512.441043850@goodmis.org>

[-- Attachment #1: 0003-ftrace-MIPS-Enable-C-Version-of-recordmcount.patch --]
[-- Type: text/plain, Size: 871 bytes --]

From: Wu Zhangjin <wuzhangjin@gmail.com>

Selects HAVE_C_RECORDMCOUNT to use the C version of the recordmcount
intead of the old Perl Version of recordmcount.

Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
LKML-Reference: <bb99009a9ac79d3f55a8c8bf1c8bd2bc0e1f160e.1288176026.git.wuzhangjin@gmail.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
---
 arch/mips/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 46cae2b..144e4b3 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -9,6 +9,7 @@ config MIPS
 	select HAVE_FUNCTION_TRACE_MCOUNT_TEST
 	select HAVE_DYNAMIC_FTRACE
 	select HAVE_FTRACE_MCOUNT_RECORD
+	select HAVE_C_RECORDMCOUNT
 	select HAVE_FUNCTION_GRAPH_TRACER
 	select HAVE_KPROBES
 	select HAVE_KRETPROBES
-- 
1.7.1



  parent reply	other threads:[~2010-10-28 14:06 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-28 14:05 [PATCH 0/3] [GIT PULL] ftrace: recordmcount.c updates for MIPS Steven Rostedt
2010-10-28 14:05 ` [PATCH 1/3] ftrace/MIPS: Add MIPS64 support for C version of recordmcount Steven Rostedt
2010-10-28 14:05 ` [PATCH 2/3] ftrace/MIPS: Add module " Steven Rostedt
2010-10-28 14:05 ` Steven Rostedt [this message]
2010-10-29  2:07 ` [PATCH 0/3] [GIT PULL] ftrace: recordmcount.c updates for MIPS Steven Rostedt
  -- strict thread matches above, loose matches on Subject: below --
2010-10-27 10:59 [PATCH 0/3] Add C version of recordmcount " Wu Zhangjin
2010-10-27 10:59 ` [PATCH 3/3] ftrace/MIPS: Enable C Version of recordmcount Wu Zhangjin
2010-10-27 13:36   ` Steven Rostedt
2010-10-30 13:28     ` Maciej W. Rozycki

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=20101028140554.543037978@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 \
    --cc=ralf@linux-mips.org \
    --cc=wuzhangjin@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome