diff options
author | Gabriele Monaco <gmonaco@redhat.com> | 2024-10-03 14:23:35 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-10-07 11:50:54 -0600 |
commit | 11786d64b63e07a2d9f9a979a1724ae244c7d152 (patch) | |
tree | 8f8563977debe9f4eafbd52ce1ee00dba5e3bfa9 /Documentation/trace | |
parent | 8cf0b93919e13d1e8d4466eb4080a4c4d9d66d7b (diff) |
tracing: doc: Fix typo in ftrace histogram
The Tracing > Histogram page contains a typo in the field display
modifiers table.
Signed-off-by: Gabriele Monaco <gmonaco@redhat.com>
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20241003122334.44682-2-gmonaco@redhat.com
Diffstat (limited to 'Documentation/trace')
-rw-r--r-- | Documentation/trace/histogram.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/trace/histogram.rst b/Documentation/trace/histogram.rst index 3c9b263de9c2..0aada18c38c6 100644 --- a/Documentation/trace/histogram.rst +++ b/Documentation/trace/histogram.rst @@ -81,7 +81,7 @@ Documentation written by Tom Zanussi .usecs display a common_timestamp in microseconds .percent display a number of percentage value .graph display a bar-graph of a value - .stacktrace display as a stacktrace (must by a long[] type) + .stacktrace display as a stacktrace (must be a long[] type) ============= ================================================= Note that in general the semantics of a given field aren't |