]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: s390: add vcpu stat counters for many instruction
authorChristian Borntraeger <borntraeger@de.ibm.com>
Tue, 23 Jan 2018 12:28:40 +0000 (13:28 +0100)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Wed, 24 Jan 2018 15:49:02 +0000 (16:49 +0100)
commite481a4d73f174f88bfb3144bcc96699010b9e3d8
tree6f8d5fac8d50742efba135d72b6ac2b9811220f5
parent92ac75192f948070600e0abb731be3221d593b36
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>
arch/s390/include/asm/kvm_host.h
arch/s390/kvm/diag.c
arch/s390/kvm/kvm-s390.c
arch/s390/kvm/priv.c