1
0
Fork 0
alistair23-linux/tools/kvm/kvm_stat
Stefan Raspl 111d0bda8e tools/kvm_stat: Exempt time-based counters
The new counters halt_poll_success_ns and halt_poll_fail_ns do not count
events. Instead they provide a time, and mess up our statistics. Therefore,
we should exclude them.
Removal is currently implemented with an exempt list. If more counters like
these appear, we can think about a more general rule like excluding all
fields name "*_ns", in case that's a standing convention.

Signed-off-by: Stefan Raspl <raspl@linux.ibm.com>
Tested-and-reported-by: Christian Borntraeger <borntraeger@de.ibm.com>
Message-Id: <20201208210829.101324-1-raspl@linux.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-12-11 19:18:51 -05:00
..
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kvm_stat tools/kvm_stat: Exempt time-based counters 2020-12-11 19:18:51 -05:00
kvm_stat.service tools/kvm_stat: add sample systemd unit file 2020-04-21 09:13:12 -04:00
kvm_stat.txt tools/kvm_stat: Add command line switch '-L' to log to file 2020-04-21 09:13:12 -04:00