aboutsummaryrefslogtreecommitdiff
path: root/tools/include/perf
AgeCommit message (Collapse)AuthorFilesLines
2023-12-12KVM: selftests: aarch64: Update tools copy of arm_pmuv3.hJames Clark1-17/+26
Now that ARMV8_PMU_PMCR_N is made with GENMASK, update usages to treat it 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]>
2023-10-24tools: Import arm_pmuv3.hRaghavendra Rao Ananta1-0/+308
Import kernel's include/linux/perf/arm_pmuv3.h, with the definition of PMEVN_SWITCH() additionally including an assert() for the 'default' case. The following patches will use macros defined 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]>