| To: | rostedt@goodmis.org, Ralf Baechle <ralf@linux-mips.org>, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org |
|---|---|
| Subject: | [PATCH 3/3] ftrace/MIPS: Enable C Version of recordmcount |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Wed, 27 Oct 2010 18:59:09 +0800 |
| Cc: | John Reiser <jreiser@bitwagon.com>, "Maciej W. Rozycki" <macro@linux-mips.org>, David Daney <ddaney@caviumnetworks.com>, Wu Zhangjin <wuzhangjin@gmail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references:in-reply-to:references; bh=89Ra+q8i3BiFYY6kO5x7RYMNX9UroKGk5vRPjCN0dD8=; b=RwsqqaVzjCEux91SWIfsG9sbMgimfYt0ycDeW6NsK0hPYo9AtHK/JA4iFEIMAXeX7P uApjbGe3l7FlXbINBjDXdEeW5joIGrIZJUSMlPLbdB9+gefjFaoo878rT+CVdtmWtkEP fSDmjnkIQYEgTddiZUI45oSXO+E+qgxVq5nwY= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=GyC/U5cPmue49QujTduDsDVpaKNa+BknOqmC2PfAh9XbjQngqFzR2Vpxk2hvPltrnd 2imUbwVXIh/kpzwONH+tZ9X6Mmh/0BdQffn7lBLFTMyzGgC/eV2v/JxSkBIYNvIs6a+v HV+mGR48pfli8GXFqmxKGgVsWOAIi1ToScAms= |
| In-reply-to: | <cover.1288176026.git.wuzhangjin@gmail.com> |
| In-reply-to: | <cover.1288176026.git.wuzhangjin@gmail.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <cover.1288176026.git.wuzhangjin@gmail.com> |
| References: | <cover.1288176026.git.wuzhangjin@gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
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.
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
---
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 1/3] ftrace/MIPS: Add MIPS64 support for C version of recordmcount, Wu Zhangjin |
|---|---|
| Next by Date: | [PATCH 2/3] ftrace/MIPS: Add module support for C version of recordmcount, Wu Zhangjin |
| Previous by Thread: | Re: [PATCH 1/3] ftrace/MIPS: Add MIPS64 support for C version of recordmcount, wu zhangjin |
| Next by Thread: | Re: [PATCH 3/3] ftrace/MIPS: Enable C Version of recordmcount, Steven Rostedt |
| Indexes: | [Date] [Thread] [Top] [All Lists] |