mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-08-09 06:14:34 +02:00
Add a sample monitor to showcase hybrid/timed automata. The stall monitor identifies tasks stalled for longer than a threshold and reacts when that happens. Reviewed-by: Nam Cao <namcao@linutronix.de> Link: https://lore.kernel.org/r/20260330111010.153663-7-gmonaco@redhat.com Signed-off-by: Gabriele Monaco <gmonaco@redhat.com>
20 lines
341 B
ReStructuredText
20 lines
341 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
==============================
|
|
Runtime verification (rv) tool
|
|
==============================
|
|
|
|
**rv** tool provides the interface for a collection of runtime verification
|
|
(rv) monitors.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
rv
|
|
rv-list
|
|
rv-mon
|
|
rv-mon-wip
|
|
rv-mon-wwnr
|
|
rv-mon-sched
|
|
rv-mon-stall
|