mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 14:02:06 -04:00
tools/kvm_stat: add new interactive command 'b'
Toggle display total number of events by guest (debugfs only). When switching to display of events by guest, field filters remain active. I.e. the number of events per guest reported considers only events matching the filters. Likewise with pid/guest filtering. Note that when switching to display of events by guest, DebugfsProvider remains to collect data for events as it did before, but the read() method summarizes the values by pid. Signed-off-by: Stefan Raspl <raspl@linux.vnet.ibm.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
committed by
Paolo Bonzini
parent
ab7ef193fa
commit
5c1954d25d
@@ -29,6 +29,8 @@ meaning of events.
|
||||
INTERACTIVE COMMANDS
|
||||
--------------------
|
||||
[horizontal]
|
||||
*b*:: toggle events by guests (debugfs only, honors filters)
|
||||
|
||||
*c*:: clear filter
|
||||
|
||||
*f*:: filter by regular expression
|
||||
|
||||
Reference in New Issue
Block a user