aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kernel/perf_event_cpu.c
AgeCommit message (Collapse)AuthorFilesLines
2012-08-23ARM: perf: move CPU-specific PMU handling code into separate fileWill Deacon1-0/+231
This patch moves the CPU-specific PMU handling code out of perf_event.c and into perf_event_cpu.c. Signed-off-by: Will Deacon <[email protected]>