diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-12-03 04:33:58 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-12-03 04:33:58 -0500 |
commit | 764f3b95131a7ce5c992e3d00caf590fcada2f7b (patch) | |
tree | b150395582594ac8e158d5f0d8f48e411b295ef8 | |
parent | f0461d0146ee30927bc7efa2ae24ea8c6693b725 (diff) |
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>
-rw-r--r-- | kernel/trace/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index 8b6b673b4d6c..bde6f03512d5 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig | |||
@@ -67,6 +67,7 @@ config FUNCTION_GRAPH_TRACER | |||
67 | bool "Kernel Function Graph Tracer" | 67 | bool "Kernel Function Graph Tracer" |
68 | depends on HAVE_FUNCTION_GRAPH_TRACER | 68 | depends on HAVE_FUNCTION_GRAPH_TRACER |
69 | depends on FUNCTION_TRACER | 69 | depends on FUNCTION_TRACER |
70 | default y | ||
70 | help | 71 | help |
71 | Enable the kernel to trace a function at both its return | 72 | Enable the kernel to trace a function at both its return |
72 | and its entry. | 73 | and its entry. |