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