drm/rockchip: Don't change hdmi reference clock rate
[drm/drm-misc.git] / Documentation / tools / rv / rv.rst
blobcee93dc21a76949174aa515270042d3e432f2d18
1 .. SPDX-License-Identifier: GPL-2.0
3 ==
4 rv
5 ==
6 --------------------
7 Runtime Verification
8 --------------------
10 :Manual section: 1
12 SYNOPSIS
13 ========
15 **rv** *COMMAND* [*OPTIONS*]
17 DESCRIPTION
18 ===========
20 Runtime Verification (**RV**) is a lightweight (yet rigorous) method
21 for formal verification with a practical approach for complex systems.
22 Instead of relying on a fine-grained model of a system (e.g., a
23 re-implementation a instruction level), RV works by analyzing the trace
24 of the system's actual execution, comparing it against a formal
25 specification of the system behavior.
27 The **rv** tool provides the interface for a collection of runtime
28 verification (rv) monitors.
30 COMMANDS
31 ========
33 **list**
35         List all available monitors.
37 **mon**
39         Run monitor.
41 OPTIONS
42 =======
44 **-h**, **--help**
46         Display the help text.
48 For other options, see the man page for the corresponding command.
50 SEE ALSO
51 ========
53 **rv-list**\(1), **rv-mon**\(1)
55 Linux kernel *RV* documentation:
56 <https://www.kernel.org/doc/html/latest/trace/rv/index.html>
58 AUTHOR
59 ======
61 Daniel Bristot de Oliveira <bristot@kernel.org>
63 .. include:: common_appendix.rst