ARM: perf: add support for the Cortex-A15 PMU

This patch adds support for the Cortex-A15 PMU to the ARMv7
perf-event backend.

Signed-off-by: Will Deacon <will.deacon@arm.com>
This commit is contained in:
Will Deacon
2011-01-19 14:24:38 +00:00
parent 0c205cbe20
commit 14abd038a7
3 changed files with 157 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ enum arm_perf_pmu_ids {
ARM_PERF_PMU_ID_CA8,
ARM_PERF_PMU_ID_CA9,
ARM_PERF_PMU_ID_CA5,
ARM_PERF_PMU_ID_CA15,
ARM_NUM_PMU_IDS,
};