aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/trace/trace.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c
index 4caa814d41c3..822f6a0894f7 100644
--- a/kernel/trace/trace.c
+++ b/kernel/trace/trace.c
@@ -3663,6 +3663,7 @@ static const char readme_msg[] =
3663#endif 3663#endif
3664#ifdef CONFIG_FUNCTION_GRAPH_TRACER 3664#ifdef CONFIG_FUNCTION_GRAPH_TRACER
3665 " set_graph_function\t- Trace the nested calls of a function (function_graph)\n" 3665 " set_graph_function\t- Trace the nested calls of a function (function_graph)\n"
3666 " set_graph_notrace\t- Do not trace the nested calls of a function (function_graph)\n"
3666 " max_graph_depth\t- Trace a limited depth of nested calls (0 is unlimited)\n" 3667 " max_graph_depth\t- Trace a limited depth of nested calls (0 is unlimited)\n"
3667#endif 3668#endif
3668#ifdef CONFIG_TRACER_SNAPSHOT 3669#ifdef CONFIG_TRACER_SNAPSHOT