From: Will Deacon Date: Sat, 13 Nov 2010 19:04:32 +0000 (+0000) Subject: ARM: perf: separate PMU backends into multiple files X-Git-Tag: v2.6.38-rc1~471^2^2~10^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43eab87828fee65f89f4088736b2b7a187390a2f;p=pandora-kernel.git ARM: perf: separate PMU backends into multiple files The ARM perf_event.c file contains all PMU backends and, as new PMUs are introduced, will continue to grow. This patch follows the example of x86 and splits the PMU implementations into separate files which are then #included back into the main file. Compile-time guards are added to each PMU file to avoid compiling in code that is not relevant for the version of the architecture which we are targetting. Acked-by: Jean Pihet Signed-off-by: Will Deacon --- Reading git-diff-tree failed