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 | 39d8eee6a122c12c6ad54150ff13766de9b6af55 (patch) | |
tree | bf6041f67fc45aebf7f0c8a048499e6808dd4e03 | |
parent | 14b6674b3993894db73afd3fa82fed640924a73d (diff) | |
download | upstream-39d8eee6a122c12c6ad54150ff13766de9b6af55.tar.gz upstream-39d8eee6a122c12c6ad54150ff13766de9b6af55.tar.bz2 upstream-39d8eee6a122c12c6ad54150ff13766de9b6af55.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>
SVN-Revision: 37146
-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 |