Lines Matching +full:toggle +full:- +full:mode
5 ----
6 kvm_stat - Report KVM kernel module event counters
9 --------
14 -----------
16 state transitions such as guest mode entry and exit.
21 While running in regular mode, use any of the keys listed in section
30 --------------------
32 *b*:: toggle events by guests (debugfs only, honors filters)
44 *o*:: toggle sorting order (Total vs CurAvg/s)
54 *x*:: toggle reporting of stats for child trace events
61 -------
62 -1::
63 --once::
64 --batch::
65 run in batch mode for one second
67 -c::
68 --csv::
69 log in csv format. Requires option -l/--log or -L/--log-to-file.
70 When used with option -L/--log-to-file, the header is only ever
73 -d::
74 --debugfs::
77 -f<fields>::
78 --fields=<fields>::
79 fields to display (regex), "-f help" for a list of available events
81 -g<guest>::
82 --guest=<guest_name>::
85 -h::
86 --help::
89 -i::
90 --debugfs-include-past::
93 -l::
94 --log::
95 run in logging mode (like vmstat)
98 -L<file>::
99 --log-to-file=<file>::
100 like -l/--log, but logging to a file. Appends to existing files.
102 -p<pid>::
103 --pid=<pid>::
106 -s::
107 --set-delay::
108 set delay between refreshs (value range: 0.1-25.5 secs)
110 -t::
111 --tracepoints::
114 -z::
115 --skip-zero-records::
116 omit records with all zeros in logging mode
119 --------
120 'perf'(1), 'trace-cmd'(1)
123 ------