mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
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>
This commit is contained in:
parent
8c006cf7a2
commit
d048a8c7b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user