mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
afc70ccb96
Add man pages for the rv command line, using the same scheme we used in rtla. Link: https://lkml.kernel.org/r/e841d7cfbdfc3ebdaf7cbd40278571940145d829.1668180100.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>
22 lines
567 B
ReStructuredText
22 lines
567 B
ReStructuredText
**-h**, **--help**
|
|
|
|
Print the monitor's options and the available reactors list.
|
|
|
|
**-r**, **--reactor** *reactor*
|
|
|
|
Enables the *reactor*. See **-h** for a list of available reactors.
|
|
|
|
**-s**, **--self**
|
|
|
|
When tracing (**-t**), also print the events that happened during the **rv**
|
|
command itself. If the **rv** command itself generates too many events,
|
|
the tool might get busy processing its own events only.
|
|
|
|
**-t**, **--trace**
|
|
|
|
Trace monitor's events and error.
|
|
|
|
**-v**, **--verbose**
|
|
|
|
Print debug messages.
|