Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Gabriele Monaco and committed by
Jonathan Corbet
11786d64 8cf0b939

+1 -1
+1 -1
Documentation/trace/histogram.rst
··· 81 81 .usecs display a common_timestamp in microseconds 82 82 .percent display a number of percentage value 83 83 .graph display a bar-graph of a value 84 - .stacktrace display as a stacktrace (must by a long[] type) 84 + .stacktrace display as a stacktrace (must be a long[] type) 85 85 ============= ================================================= 86 86 87 87 Note that in general the semantics of a given field aren't