summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-18 20:08:21 +0000
committerJohn Crispin <john@openwrt.org>2015-03-18 20:08:21 +0000
commit7274db3b5a781608dd5fe0deba84a69615cf4615 (patch)
treeec31665615c8fbae55e36b8fc9753de85c393b96 /config
parentb011293d0be54dc724039acb0450dc8a6666ba32 (diff)
downloadmaster-31e0f0ae-7274db3b5a781608dd5fe0deba84a69615cf4615.tar.gz
master-31e0f0ae-7274db3b5a781608dd5fe0deba84a69615cf4615.tar.bz2
master-31e0f0ae-7274db3b5a781608dd5fe0deba84a69615cf4615.zip
config: add function tracers
Adds menuconfig options for ftrace function tracers Signed-off-by: Bryan Forbes <bryan@reigndropsfall.net> SVN-Revision: 44878
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