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 <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Will Deacon <[email protected]>
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 <[email protected]>Signed-off-by: Marc Zyngier <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Oliver Upton <[email protected]>