mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-08-17 06:47:39 +00:00

The file says "rtla hist hist mode" instead of "rtla timerlat hist
mode".
Fix the typo.
Fixes: 29380d4055
("rtla: Add rtla timerlat documentation")
Signed-off-by: Tomas Glozar <tglozar@redhat.com>
Reviewed-by: Luis Claudio R. Goncalves <lgoncalv@redhat.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250311114936.148012-3-tglozar@redhat.com
55 lines
1.2 KiB
ReStructuredText
55 lines
1.2 KiB
ReStructuredText
================
|
|
rtla-timerlat
|
|
================
|
|
-------------------------------------------
|
|
Measures the operating system timer latency
|
|
-------------------------------------------
|
|
|
|
:Manual section: 1
|
|
|
|
SYNOPSIS
|
|
========
|
|
**rtla timerlat** [*MODE*] ...
|
|
|
|
DESCRIPTION
|
|
===========
|
|
|
|
.. include:: common_timerlat_description.rst
|
|
|
|
The **rtla timerlat top** mode displays a summary of the periodic output
|
|
from the *timerlat* tracer. The **rtla timerlat hist** mode displays
|
|
a histogram of each tracer event occurrence. For further details, please
|
|
refer to the respective man page.
|
|
|
|
MODES
|
|
=====
|
|
**top**
|
|
|
|
Prints the summary from *timerlat* tracer.
|
|
|
|
**hist**
|
|
|
|
Prints a histogram of timerlat samples.
|
|
|
|
If no *MODE* is given, the top mode is called, passing the arguments.
|
|
|
|
OPTIONS
|
|
=======
|
|
**-h**, **--help**
|
|
|
|
Display the help text.
|
|
|
|
For other options, see the man page for the corresponding mode.
|
|
|
|
SEE ALSO
|
|
========
|
|
**rtla-timerlat-top**\(1), **rtla-timerlat-hist**\(1)
|
|
|
|
*timerlat* tracer documentation: <https://www.kernel.org/doc/html/latest/trace/timerlat-tracer.html>
|
|
|
|
AUTHOR
|
|
======
|
|
Written by Daniel Bristot de Oliveira <bristot@kernel.org>
|
|
|
|
.. include:: common_appendix.rst
|