aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/trace
diff options
context:
space:
mode:
authorMasami Hiramatsu <mhiramat@kernel.org>2018-07-26 21:43:36 +0900
committerJonathan Corbet <corbet@lwn.net>2018-07-26 15:48:10 -0600
commit1fee4f77523a3e5a44fa33c9aa76de8c6c42a632 (patch)
tree09dd3218a381160c5199fdfd6aff62a0720c8ac1 /Documentation/trace
parentmm: Introduce new type vm_fault_t (diff)
downloadlinux-dev-1fee4f77523a3e5a44fa33c9aa76de8c6c42a632.tar.xz
linux-dev-1fee4f77523a3e5a44fa33c9aa76de8c6c42a632.zip
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:
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.