From: John Crispin Date: Wed, 18 Mar 2015 20:08:21 +0000 (+0000) Subject: config: add function tracers X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=b219cf55bdbe54fc5567d9ff37d715c27f6cc2be config: add function tracers Adds menuconfig options for ftrace function tracers Signed-off-by: Bryan Forbes SVN-Revision: 44878 --- 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