diff options
author | Will Deacon <will.deacon@arm.com> | 2011-01-19 09:24:38 -0500 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2011-07-07 14:20:53 -0400 |
commit | 14abd038a7a209193c58ee7dde01ef4bf1523a91 (patch) | |
tree | b15149ba9d40752221d6e5e1d1f40d5d3f9e989a /arch/arm/include | |
parent | 0c205cbe20654616e2f8389c0c1ff707d9dccb63 (diff) |
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>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/perf_event.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/perf_event.h b/arch/arm/include/asm/perf_event.h index 207bd3c79ab6..0f8e3827a89b 100644 --- a/arch/arm/include/asm/perf_event.h +++ b/arch/arm/include/asm/perf_event.h | |||
@@ -25,6 +25,7 @@ enum arm_perf_pmu_ids { | |||
25 | ARM_PERF_PMU_ID_CA8, | 25 | ARM_PERF_PMU_ID_CA8, |
26 | ARM_PERF_PMU_ID_CA9, | 26 | ARM_PERF_PMU_ID_CA9, |
27 | ARM_PERF_PMU_ID_CA5, | 27 | ARM_PERF_PMU_ID_CA5, |
28 | ARM_PERF_PMU_ID_CA15, | ||
28 | ARM_NUM_PMU_IDS, | 29 | ARM_NUM_PMU_IDS, |
29 | }; | 30 | }; |
30 | 31 | ||