]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: perf: move CPU-specific PMU handling code into separate file
authorWill Deacon <will.deacon@arm.com>
Sun, 29 Jul 2012 12:09:14 +0000 (13:09 +0100)
committerWill Deacon <will.deacon@arm.com>
Mon, 13 Aug 2012 14:58:28 +0000 (15:58 +0100)
commit2251826edc81959fcc80e13ffa903c267ea78c83
tree9f7723c1f712cf49a7ea02c56a7fccbb4206f1ea
parenta07b92b1aede0f809818fee3463ab9558a3d502a
ARM: perf: move CPU-specific PMU handling code into separate file

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 <will.deacon@arm.com>
arch/arm/kernel/Makefile
arch/arm/kernel/perf_event.c
arch/arm/kernel/perf_event_cpu.c [new file with mode: 0644]