x86/perf/core: Add pebs_capable to store valid PEBS_COUNTER_MASK value
authorPeter Zijlstra (Intel) <peterz@infradead.org>
Mon, 11 Apr 2022 10:19:35 +0000 (18:19 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 Jun 2022 08:47:52 +0000 (04:47 -0400)
commit0d23dc34a7cefde5ee25c321949579694edbd16d
treec0acd31e754300bcc0a7813a45c497ac1b096e68
parent2c985527dd8d283e786ad7a67e532ef7f6f00fac
x86/perf/core: Add pebs_capable to store valid PEBS_COUNTER_MASK value

The value of pebs_counter_mask will be accessed frequently
for repeated use in the intel_guest_get_msrs(). So it can be
optimized instead of endlessly mucking about with branches.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Message-Id: <20220411101946.20262-7-likexu@tencent.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/events/intel/core.c
arch/x86/events/perf_event.h