KVM: x86/pmu: Add kvm_pmu_cap to optimize perf_get_x86_pmu_capability
authorLike Xu <likexu@tencent.com>
Mon, 11 Apr 2022 10:19:44 +0000 (18:19 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 Jun 2022 08:48:16 +0000 (04:48 -0400)
commit968635abd5f5986f3cb6f15602d365cf1b551c5d
treeadef023fd2e68efe0e593c1a55e8f61aad158471
parent854250329c02c0616a42532d65e81365272326d1
KVM: x86/pmu: Add kvm_pmu_cap to optimize perf_get_x86_pmu_capability

The information obtained from the interface perf_get_x86_pmu_capability()
doesn't change, so an exported "struct x86_pmu_capability" is introduced
for all guests in the KVM, and it's initialized before hardware_setup().

Signed-off-by: Like Xu <likexu@tencent.com>
Message-Id: <20220411101946.20262-16-likexu@tencent.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/cpuid.c
arch/x86/kvm/pmu.c
arch/x86/kvm/pmu.h
arch/x86/kvm/vmx/pmu_intel.c
arch/x86/kvm/x86.c