X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=config%2FConfig-kernel.in;h=437a6230d787eda92c2a21ce0266d6f380935cf7;hb=079aa4c26c1e34e809b1a4454f52d42832b137b4;hp=34e07bd8ab7d156cad3b1a5413fb5ccb9d5cebfd;hpb=1eb74d2c55dfcb60ed3d4a557bd360680695ffbc;p=openwrt-github%2F.git 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