aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/trace
diff options
context:
space:
mode:
authorMasami Hiramatsu <mhiramat@kernel.org>2018-07-26 08:43:36 -0400
committerJonathan Corbet <corbet@lwn.net>2018-07-26 17:48:10 -0400
commit1fee4f77523a3e5a44fa33c9aa76de8c6c42a632 (patch)
tree09dd3218a381160c5199fdfd6aff62a0720c8ac1 /Documentation/trace
parentfe3136f441411c2aeb4ffe29ef44b1a87c116775 (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.rst4
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:
329 track of the time spent in those functions. The histogram 329 track of the time spent in those functions. The histogram
330 content can be displayed in the files: 330 content can be displayed in the files:
331 331
332 trace_stats/function<cpu> ( function0, function1, etc). 332 trace_stat/function<cpu> ( function0, function1, etc).
333 333
334 trace_stats: 334 trace_stat:
335 335
336 A directory that holds different tracing stats. 336 A directory that holds different tracing stats.
337 337