KVM: selftests: aarch64: Update tools copy of arm_pmuv3.hNow that ARMV8_PMU_PMCR_N is made with GENMASK, update usages to treatit as a pre-shifted mask.Signed-off-by: James Clark <james.clark@ar
KVM: selftests: aarch64: Update tools copy of arm_pmuv3.hNow that ARMV8_PMU_PMCR_N is made with GENMASK, update usages to treatit as a pre-shifted mask.Signed-off-by: James Clark <james.clark@arm.com>Link: https://lore.kernel.org/r/20231211161331.1277825-9-james.clark@arm.comSigned-off-by: Will Deacon <will@kernel.org>
show more ...
tools: Import arm_pmuv3.hImport kernel's include/linux/perf/arm_pmuv3.h, with thedefinition of PMEVN_SWITCH() additionally including an assert()for the 'default' case. The following patches will
tools: Import arm_pmuv3.hImport kernel's include/linux/perf/arm_pmuv3.h, with thedefinition of PMEVN_SWITCH() additionally including an assert()for the 'default' case. The following patches will use macrosdefined in this header.Signed-off-by: Raghavendra Rao Ananta <rananta@google.com>Signed-off-by: Marc Zyngier <maz@kernel.org>Link: https://lore.kernel.org/r/20231020214053.2144305-9-rananta@google.comSigned-off-by: Oliver Upton <oliver.upton@linux.dev>