commit | a37cb07a30f0a181bc45c6970e486ac2992e9cde | [log] [tgz] |
---|---|---|
author | Christian Borntraeger <borntraeger@de.ibm.com> | Tue Jan 23 13:28:40 2018 +0100 |
committer | Christian Borntraeger <borntraeger@de.ibm.com> | Wed Jan 24 16:49:02 2018 +0100 |
tree | 6f8d5fac8d50742efba135d72b6ac2b9811220f5 | |
parent | 866c138c32547b690e4cab3cd209c763508a95ab [diff] |
KVM: s390: add vcpu stat counters for many instruction The overall instruction counter is larger than the sum of the single counters. We should try to catch all instruction handlers to make this match the summary counter. Let us add sck,tb,sske,iske,rrbe,tb,tpi,tsch,lpsw,pswe.... and remove other unused ones. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Acked-by: Janosch Frank <frankja@linux.vnet.ibm.com> Reviewed-by: David Hildenbrand <david@redhat.com>