projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14b6674
)
kernel: add KERNEL_FTRACE_SYSCALLS option
author
Florian Fainelli
<florian@openwrt.org>
Wed, 3 Jul 2013 10:43:51 +0000
(10:43 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 3 Jul 2013 10:43:51 +0000
(10:43 +0000)
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
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/Config.in
index ef6f1c61222f05a921874845e2eea478b7f09062..b800fc6f4d9a95f28e08c5a7600456497f4bca61 100644
(file)
--- a/
Config.in
+++ b/
Config.in
@@
-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