]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: stats: Support linear and logarithmic histogram statistics
authorJing Zhang <jingzhangos@google.com>
Mon, 2 Aug 2021 16:56:29 +0000 (16:56 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 20 Aug 2021 20:06:32 +0000 (16:06 -0400)
commit7868023b79c39dc26398da5d411ab7dad527349d
tree82b3b81fd8a262ba5962e9ea09fe085ab319e8f9
parent7f051ee303e7dbb4d2cbd7c537152a7ac0206966
KVM: stats: Support linear and logarithmic histogram statistics

Add new types of KVM stats, linear and logarithmic histogram.
Histogram are very useful for observing the value distribution
of time or size related stats.

Signed-off-by: Jing Zhang <jingzhangos@google.com>
Message-Id: <20210802165633.1866976-2-jingzhangos@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/arm64/kvm/guest.c
arch/mips/kvm/mips.c
arch/powerpc/kvm/book3s.c
arch/powerpc/kvm/booke.c
arch/s390/kvm/kvm-s390.c
arch/x86/kvm/x86.c
include/linux/kvm_host.h
include/uapi/linux/kvm.h