45 lines · plain
1.. SPDX-License-Identifier: GPL-2.02 3==========4rv-mon-wip5==========6----------------------------7Wakeup In Preemptive monitor8----------------------------9 10:Manual section: 111 12SYNOPSIS13========14 15**rv mon wip** [*OPTIONS*]16 17DESCRIPTION18===========19 20The wakeup in preemptive (**wip**) monitor is a sample per-cpu monitor that21checks if the wakeup events always take place with preemption disabled.22 23See kernel documentation for further information about this monitor:24<https://docs.kernel.org/trace/rv/monitor_wip.html>25 26OPTIONS27=======28 29.. include:: common_ikm.rst30 31SEE ALSO32========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 39AUTHOR40======41 42Written by Daniel Bristot de Oliveira <bristot@kernel.org>43 44.. include:: common_appendix.rst45