diff options
author | Masami Hiramatsu <mhiramat@kernel.org> | 2018-07-26 21:43:36 +0900 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-07-26 15:48:10 -0600 |
commit | 1fee4f77523a3e5a44fa33c9aa76de8c6c42a632 (patch) | |
tree | 09dd3218a381160c5199fdfd6aff62a0720c8ac1 /Documentation/trace | |
parent | fe3136f441411c2aeb4ffe29ef44b1a87c116775 (diff) |
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: Masami Hiramatsu <mhiramat@kernel.org>
Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/trace')
-rw-r--r-- | Documentation/trace/ftrace.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/trace/ftrace.rst b/Documentation/trace/ftrace.rst index a20d34955333..7ea16a0ceffc 100644 --- a/Documentation/trace/ftrace.rst +++ b/Documentation/trace/ftrace.rst @@ -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 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. |