diff options
author | Wu Zhangjin <wuzhangjin@gmail.com> | 2010-10-27 18:59:09 +0800 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-10-29 19:08:56 +0100 |
commit | 64575f918f3279d8487cf670dbefa956ce16a526 (patch) | |
tree | eb870d0d7cb9adbfbb6c47ad77c0a58611d00947 /arch/mips | |
parent | 412910cd046c1f14f0fba9c0aec401d47e57dcd1 (diff) | |
download | talos-op-linux-64575f918f3279d8487cf670dbefa956ce16a526.tar.gz talos-op-linux-64575f918f3279d8487cf670dbefa956ce16a526.zip |
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')
-rw-r--r-- | arch/mips/Kconfig | 1 |
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 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 |