1.. SPDX-License-Identifier: GPL-2.0 2 3============ 4rv-mon-stall 5============ 6-------------------- 7Stalled task monitor 8-------------------- 9 10:Manual section: 1 11 12SYNOPSIS 13======== 14 15**rv mon stall** [*OPTIONS*] 16 17DESCRIPTION 18=========== 19 20The stalled task (**stall**) monitor is a sample per-task timed monitor that 21checks if tasks are scheduled within a defined threshold after they are ready. 22 23See kernel documentation for further information about this monitor: 24<https://docs.kernel.org/trace/rv/monitor_stall.html> 25 26OPTIONS 27======= 28 29.. include:: common_ikm.rst 30 31SEE ALSO 32======== 33 34**rv**\(1), **rv-mon**\(1) 35 36Linux kernel *RV* documentation: 37<https://www.kernel.org/doc/html/latest/trace/rv/index.html> 38 39AUTHOR 40====== 41 42Written by Gabriele Monaco <gmonaco@redhat.com> 43 44.. include:: common_appendix.rst 45