summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-09-06 20:24:48 +0200
committerRalf Baechle <ralf@linux-mips.org>2015-06-21 21:52:18 +0200
commitfb59e394c30caa7760142996d2f96ec12901e4d7 (patch)
tree2c4e70262b17f1b7333b0cc9e5ffd2dd12fbf017
parent0f57d86787d8b1076ea8f9cbdddda2a46d534a27 (diff)
downloadlinux-fb59e394c30caa7760142996d2f96ec12901e4d7.tar.bz2
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 <ralf@linux-mips.org>
-rw-r--r--arch/mips/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index f5016656494f..76efb02ae99f 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