summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
diff options
context:
space:
mode:
authorNamhyung Kim <namhyung@kernel.org>2014-06-13 01:23:53 +0900
committerSteven Rostedt <rostedt@goodmis.org>2014-07-01 07:13:45 -0400
commitd048a8c7b509f35dd351e1415fe49fa99e4cb7ef (patch)
treef4c224bf75fe66448bfb9a2e5cf6d47db3fc7c21 /kernel/trace/trace.c
parent8c006cf7a2130c4bfb600ae3a496910115804641 (diff)
tracing: Add description of set_graph_notrace to tracing/README
It was missing the description of set_graph_notrace file. Add it. Link: http://lkml.kernel.org/p/1402590233-22321-5-git-send-email-namhyung@kernel.org Signed-off-by: Namhyung Kim <namhyung@kernel.org> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'kernel/trace/trace.c')
-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[] =
#endif
#ifdef CONFIG_FUNCTION_GRAPH_TRACER
" set_graph_function\t- Trace the nested calls of a function (function_graph)\n"
+ " set_graph_notrace\t- Do not trace the nested calls of a function (function_graph)\n"
" max_graph_depth\t- Trace a limited depth of nested calls (0 is unlimited)\n"
#endif
#ifdef CONFIG_TRACER_SNAPSHOT