瀏覽代碼

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>
Namhyung Kim 11 年之前
父節點
當前提交
d048a8c7b5
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      kernel/trace/trace.c

+ 1 - 0
kernel/trace/trace.c

@@ -3663,6 +3663,7 @@ static const char readme_msg[] =
 #endif
 #endif
 #ifdef CONFIG_FUNCTION_GRAPH_TRACER
 #ifdef CONFIG_FUNCTION_GRAPH_TRACER
 	"  set_graph_function\t- Trace the nested calls of a function (function_graph)\n"
 	"  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"
 	"  max_graph_depth\t- Trace a limited depth of nested calls (0 is unlimited)\n"
 #endif
 #endif
 #ifdef CONFIG_TRACER_SNAPSHOT
 #ifdef CONFIG_TRACER_SNAPSHOT