mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-05 01:54:09 +08:00
dd48f316a1
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>
24 lines
371 B
ReStructuredText
24 lines
371 B
ReStructuredText
**-b**, **--bucket-size** *N*
|
|
|
|
Set the histogram bucket size (default *1*).
|
|
|
|
**-E**, **--entries** *N*
|
|
|
|
Set the number of entries of the histogram (default 256).
|
|
|
|
**--no-header**
|
|
|
|
Do not print header.
|
|
|
|
**--no-summary**
|
|
|
|
Do not print summary.
|
|
|
|
**--no-index**
|
|
|
|
Do not print index.
|
|
|
|
**--with-zeros**
|
|
|
|
Print zero only entries.
|