diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-07-03 10:43:51 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-07-03 10:43:51 +0000 |
commit | eee6ca441cd20bc6f95f3ed129d65153160c999f (patch) | |
tree | 92f49c728ec380558434a28726842a4cbaeb48f6 /Config.in | |
parent | ef8be8bc19e64d4bf6b9fce88ae0cc85ca342908 (diff) | |
download | upstream-eee6ca441cd20bc6f95f3ed129d65153160c999f.tar.gz upstream-eee6ca441cd20bc6f95f3ed129d65153160c999f.tar.bz2 upstream-eee6ca441cd20bc6f95f3ed129d65153160c999f.zip |
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
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |