]> git.kernelconcepts.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>
Thu, 23 Aug 2012 10:35:52 +0000 (11:35 +0100)
commit5505b206ca006d0506d1d3b3c494aa86234f66e2
treec9fa078345110c7eeab9df768aba3120c98038da
parent6dbc00297095122ea89e016ce6affad0b7c0ddac
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]