summaryrefslogtreecommitdiff
path: root/Documentation/tools/rv/common_ikm.rst
diff options
context:
space:
mode:
authorDaniel Bristot de Oliveira <bristot@kernel.org>2022-11-11 18:53:07 +0300
committerSteven Rostedt (Google) <rostedt@goodmis.org>2022-12-10 02:06:24 +0300
commitafc70ccb962861e068e04c6089827493f5160a0a (patch)
tree22e7f85e80cd0a399beb0826303da395251edb4a /Documentation/tools/rv/common_ikm.rst
parent6d60f89691fc979e55b88508f4cfa8f6b4c56eac (diff)
downloadlinux-afc70ccb962861e068e04c6089827493f5160a0a.tar.xz
Documentation/rv: Add verification/rv man pages
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>
Diffstat (limited to 'Documentation/tools/rv/common_ikm.rst')
-rw-r--r--Documentation/tools/rv/common_ikm.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/tools/rv/common_ikm.rst b/Documentation/tools/rv/common_ikm.rst
new file mode 100644
index 000000000000..e50a5f8a7142
--- /dev/null
+++ b/Documentation/tools/rv/common_ikm.rst
@@ -0,0 +1,21 @@
+**-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.