From: Ralf Baechle Date: Fri, 6 Sep 2013 18:24:48 +0000 (+0200) Subject: MIPS: ftrace: Enable support for syscall tracepoints. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fb59e394c30c;p=linux.git MIPS: ftrace: Enable support for syscall tracepoints. All the necessary support code is already there so all that's left is to enable the feature in kconfig. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index f5016656494f6..76efb02ae99f3 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -21,6 +21,7 @@ config MIPS select HAVE_FUNCTION_GRAPH_TRACER select HAVE_KPROBES select HAVE_KRETPROBES + select HAVE_SYSCALL_TRACEPOINTS select HAVE_DEBUG_KMEMLEAK select HAVE_SYSCALL_TRACEPOINTS select ARCH_HAS_ELF_RANDOMIZE