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
This commit is contained in:
parent
14b6674b39
commit
39d8eee6a1
1 changed files with 5 additions and 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
|
||||
|
|
Loading…
Reference in a new issue