summaryrefslogtreecommitdiffstats
path: root/Documentation/tools/rtla/common_hist_options.rst
diff options
context:
space:
mode:
authorDaniel Bristot de Oliveira <bristot@kernel.org>2022-02-18 18:57:07 +0100
committerSteven Rostedt (Google) <rostedt@goodmis.org>2022-02-25 21:05:30 -0500
commitdd48f316a1216fa10f9ba26852457794417d9bc6 (patch)
treebf269f650d1d93b21ba7d4c9e2e88ff250863c7d /Documentation/tools/rtla/common_hist_options.rst
parentc5229a0bd47814770c895e94fbc97ad21819abfe (diff)
downloadlinux-dd48f316a1216fa10f9ba26852457794417d9bc6.tar.bz2
rtla/hist: Make -E the short version of --entries
Currently, --entries uses -e as the short version in the hist mode of timerlat and osnoise tools. But as -e is already used to enable events on trace sessions by other tools, thus let's keep it available for the same usage for all rtla tools. Make -E the short version of --entries for hist mode on all tools. Note: rtla was merged in this merge window, so rtla was not released yet. Link: https://lkml.kernel.org/r/5dbf0cbe7364d3a05e708926b41a097c59a02b1e.1645206561.git.bristot@kernel.org Cc: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Daniel Bristot de Oliveira <bristot@kernel.org> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Diffstat (limited to 'Documentation/tools/rtla/common_hist_options.rst')
-rw-r--r--Documentation/tools/rtla/common_hist_options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/tools/rtla/common_hist_options.rst b/Documentation/tools/rtla/common_hist_options.rst
index 0266cd08a6c9..df53ff835bfb 100644
--- a/Documentation/tools/rtla/common_hist_options.rst
+++ b/Documentation/tools/rtla/common_hist_options.rst
@@ -2,7 +2,7 @@
Set the histogram bucket size (default *1*).
-**-e**, **--entries** *N*
+**-E**, **--entries** *N*
Set the number of entries of the histogram (default 256).