aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorWu Zhangjin <wuzhangjin@gmail.com>2010-10-27 06:59:09 -0400
committerRalf Baechle <ralf@linux-mips.org>2010-10-29 14:08:56 -0400
commit64575f918f3279d8487cf670dbefa956ce16a526 (patch)
treeeb870d0d7cb9adbfbb6c47ad77c0a58611d00947 /arch/mips/Kconfig
parent412910cd046c1f14f0fba9c0aec401d47e57dcd1 (diff)
ftrace/MIPS: Enable C Version of recordmcount
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> LKML-Reference: <bb99009a9ac79d3f55a8c8bf1c8bd2bc0e1f160e.1288176026.git.wuzhangjin@gmail.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index d96ceffbe409..67a2fa2caa49 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -11,6 +11,7 @@ config MIPS
11 select HAVE_FUNCTION_TRACE_MCOUNT_TEST 11 select HAVE_FUNCTION_TRACE_MCOUNT_TEST
12 select HAVE_DYNAMIC_FTRACE 12 select HAVE_DYNAMIC_FTRACE
13 select HAVE_FTRACE_MCOUNT_RECORD 13 select HAVE_FTRACE_MCOUNT_RECORD
14 select HAVE_C_RECORDMCOUNT
14 select HAVE_FUNCTION_GRAPH_TRACER 15 select HAVE_FUNCTION_GRAPH_TRACER
15 select HAVE_KPROBES 16 select HAVE_KPROBES
16 select HAVE_KRETPROBES 17 select HAVE_KRETPROBES