aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-18 20:08:21 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-18 20:08:21 +0000
commit079aa4c26c1e34e809b1a4454f52d42832b137b4 (patch)
treec35f964633ed75dca1aa2b3b18d9ff194faaa2a4 /config
parent1eb74d2c55dfcb60ed3d4a557bd360680695ffbc (diff)
downloadmaster-187ad058-079aa4c26c1e34e809b1a4454f52d42832b137b4.tar.gz
master-187ad058-079aa4c26c1e34e809b1a4454f52d42832b137b4.tar.bz2
master-187ad058-079aa4c26c1e34e809b1a4454f52d42832b137b4.zip
config: add function tracers
Adds menuconfig options for ftrace function tracers Signed-off-by: Bryan Forbes <bryan@reigndropsfall.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44878 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'config')
-rw-r--r--config/Config-kernel.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index 34e07bd8ab..437a6230d7 100644
--- a/config/Config-kernel.in
+++ b/config/Config-kernel.in
@@ -59,6 +59,26 @@ config KERNEL_ENABLE_DEFAULT_TRACERS
depends on KERNEL_FTRACE
default n
+config KERNEL_FUNCTION_TRACER
+ bool "Function tracer"
+ depends on KERNEL_FTRACE
+ default n
+
+config KERNEL_FUNCTION_GRAPH_TRACER
+ bool "Function graph tracer"
+ depends on KERNEL_FUNCTION_TRACER
+ default n
+
+config KERNEL_DYNAMIC_FTRACE
+ bool "Enable/disable function tracing dynamically"
+ depends on KERNEL_FUNCTION_TRACER
+ default n
+
+config KERNEL_FUNCTION_PROFILER
+ bool "Function profiler"
+ depends on KERNEL_FUNCTION_TRACER
+ default n
+
config KERNEL_DEBUG_KERNEL
bool
default n