From 39d8eee6a122c12c6ad54150ff13766de9b6af55 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 3 Jul 2013 10:43:51 +0000 Subject: [PATCH] kernel: add KERNEL_FTRACE_SYSCALLS option Newer kernels propose to trace system calls, add an option to allow just that. Signed-off-by: Florian Fainelli SVN-Revision: 37146 --- Config.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Config.in b/Config.in index ef6f1c6122..b800fc6f4d 100644 --- a/Config.in +++ b/Config.in @@ -230,6 +230,11 @@ menu "Global build settings" bool "Compile the kernel with tracing support" default n + config KERNEL_FTRACE_SYSCALLS + bool "Trace system calls" + depends on KERNEL_FTRACE + default n + config KERNEL_ENABLE_DEFAULT_TRACERS bool "Trace process context switches and events" depends on KERNEL_FTRACE