summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-07-03 10:43:51 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-07-03 10:43:51 +0000
commit58193526239561018a4571f7ffefee2cc0a063b0 (patch)
tree92f49c728ec380558434a28726842a4cbaeb48f6
parentc5a18c76dff0944780728d4ea836eef5a5f9e381 (diff)
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 <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37146 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--Config.in5
1 files changed, 5 insertions, 0 deletions
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