aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/trace/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
index 4a13e5a01ce3..1eac85253ce9 100644
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -121,6 +121,7 @@ config FUNCTION_GRAPH_TRACER
121 bool "Kernel Function Graph Tracer" 121 bool "Kernel Function Graph Tracer"
122 depends on HAVE_FUNCTION_GRAPH_TRACER 122 depends on HAVE_FUNCTION_GRAPH_TRACER
123 depends on FUNCTION_TRACER 123 depends on FUNCTION_TRACER
124 depends on !X86_32 || !CC_OPTIMIZE_FOR_SIZE
124 default y 125 default y
125 help 126 help
126 Enable the kernel to trace a function at both its return 127 Enable the kernel to trace a function at both its return