Searched hist:"1 fe115b303f301916e1430667c5b03451f56c733" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm/kernel/ |
H A D | Makefile | diff 1fe115b303f301916e1430667c5b03451f56c733 Tue May 26 18:23:37 CEST 2015 Mark Rutland <mark.rutland@arm.com> arm: perf: factor out armv6 pmu driver
Now that the core arm perf code maintains no global state and all microarchitecture-specific PMU data can be fed in through the shared probe function, it's possible to use it as a library and get rid of the C file includes we have currently.
This patch factors out the ARMv6-specific portions out into the ARMv6 driver. For the moment this is always built if perf event support is enabled, but the preprocessor guards will leave behind an empty file.
Signed-off-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
|