Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 764f3b95 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

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: default avatarIngo Molnar <mingo@elte.hu>
parent f0461d01
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@ config FUNCTION_GRAPH_TRACER
	bool "Kernel Function Graph Tracer"
	depends on HAVE_FUNCTION_GRAPH_TRACER
	depends on FUNCTION_TRACER
	default y
	help
	  Enable the kernel to trace a function at both its return
	  and its entry.