Przeglądaj źródła

tracing/function-graph-tracer: enabled by default

CONFIG_FUNCTION_GRAPH_TRACER depends on FUNCTION_TRACER already,
(turning it non-default) so it so making it default-n is pointless.

So enable it by default - it's a nice extension of the function tracer.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Ingo Molnar 16 lat temu
rodzic
commit
764f3b9513
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      kernel/trace/Kconfig

+ 1 - 0
kernel/trace/Kconfig

@@ -67,6 +67,7 @@ config FUNCTION_GRAPH_TRACER
 	bool "Kernel Function Graph Tracer"
 	bool "Kernel Function Graph Tracer"
 	depends on HAVE_FUNCTION_GRAPH_TRACER
 	depends on HAVE_FUNCTION_GRAPH_TRACER
 	depends on FUNCTION_TRACER
 	depends on FUNCTION_TRACER
+	default y
 	help
 	help
 	  Enable the kernel to trace a function at both its return
 	  Enable the kernel to trace a function at both its return
 	  and its entry.
 	  and its entry.