Skip to content
Snippets Groups Projects
Commit 39d8eee6 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

kernel: add KERNEL_FTRACE_SYSCALLS option


Newer kernels propose to trace system calls, add an option to allow just
that.

Signed-off-by: default avatarFlorian Fainelli <florian@openwrt.org>

SVN-Revision: 37146
parent 14b6674b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment