1RV-MON-WIP(1) RV-MON-WIP(1)
2
3
4
6 rv-mon-wip - Wakeup In Preemptive monitor
7
9 rv mon wip [OPTIONS]
10
12 The wakeup in preemptive (wip) monitor is a sample per-cpu monitor that
13 checks if the wakeup events always take place with preemption disabled.
14
15 See kernel documentation for further information about this monitor: <‐
16 https://docs.kernel.org/trace/rv/monitor_wip.html>
17
19 -h, --help
20 Print the monitor's options and the available reactors list.
21
22 -r, --reactor reactor
23 Enables the reactor. See -h for a list of available reactors.
24
25 -s, --self
26 When tracing (-t), also print the events that happened during the rv
27 command itself. If the rv command itself generates too many events,
28 the tool might get busy processing its own events only.
29
30 -t, --trace
31 Trace monitor's events and error.
32
33 -v, --verbose
34 Print debug messages.
35
37 rv(1), rv-mon(1)
38
39 Linux kernel RV documentation: <‐
40 https://www.kernel.org/doc/html/latest/trace/rv/index.html>
41
43 Written by Daniel Bristot de Oliveira <bristot@kernel.org>
44
46 Report bugs to <linux-kernel@vger.kernel.org> and <‐
47 linux-trace-devel@vger.kernel.org>
48
50 rv is Free Software licensed under the GNU GPLv2
51
53 Copyright (C) 2022 Red Hat, Inc. Free use of this software is granted
54 under the terms of the GNU Public License (GPL).
55
56
57
58
59 RV-MON-WIP(1)