Skip to content

Commit

Permalink
kernel: add KERNEL_FTRACE_SYSCALLS option
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ffainelli committed Jul 3, 2013
1 parent 14b6674 commit 39d8eee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39d8eee

Please sign in to comment.