]> git.baikalelectronics.ru Git - kernel.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)
commit33f872f71918dad6facd6d21a0eae41bede9da55
treec9fa078345110c7eeab9df768aba3120c98038da
parentf6268dbd4f7e178584d4fde490e9d5167085f132
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]