提交 1fee4f77 编写于 作者: M Masami Hiramatsu 提交者: Jonathan Corbet

doc: tracing: Fix a typo of trace_stat

The name of the directory for per-cpu function statistics
is trace_stat, not trace_stats.
Signed-off-by: NMasami Hiramatsu <mhiramat@kernel.org>
Acked-by: NSteven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: NJonathan Corbet <corbet@lwn.net>
上级 fe3136f4
...@@ -329,9 +329,9 @@ of ftrace. Here is a list of some of the key files: ...@@ -329,9 +329,9 @@ of ftrace. Here is a list of some of the key files:
track of the time spent in those functions. The histogram track of the time spent in those functions. The histogram
content can be displayed in the files: content can be displayed in the files:
trace_stats/function<cpu> ( function0, function1, etc). trace_stat/function<cpu> ( function0, function1, etc).
trace_stats: trace_stat:
A directory that holds different tracing stats. A directory that holds different tracing stats.
......
...@@ -521,7 +521,7 @@ config FUNCTION_PROFILER ...@@ -521,7 +521,7 @@ config FUNCTION_PROFILER
in debugfs called function_profile_enabled which defaults to zero. in debugfs called function_profile_enabled which defaults to zero.
When a 1 is echoed into this file profiling begins, and when a When a 1 is echoed into this file profiling begins, and when a
zero is entered, profiling stops. A "functions" file is created in zero is entered, profiling stops. A "functions" file is created in
the trace_stats directory; this file shows the list of functions that the trace_stat directory; this file shows the list of functions that
have been hit and their counters. have been hit and their counters.
If in doubt, say N. If in doubt, say N.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册