]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: perf: move to shared arm_pmu framework
authorMark Rutland <mark.rutland@arm.com>
Fri, 2 Oct 2015 09:55:03 +0000 (10:55 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 7 Oct 2015 13:24:48 +0000 (14:24 +0100)
commit55faf99eaf9d078681af4fe1a2539a87ade4e816
tree2c014b37877493354cc5dd4df6a1594e12776d04
parent70f1760d1ba3d363fe8c6546e5480b3bde18cd22
arm64: perf: move to shared arm_pmu framework

Now that the arm_pmu framework has been factored out to drivers/perf we
can make use of it for arm64, gaining support for heterogeneous PMUs
and unifying the two codebases before they diverge further.

The as yet unused PMU name for PMUv3 is changed to armv8_pmuv3, matching
the style previously applied to the 32-bit PMUs.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/Kconfig
arch/arm64/include/asm/pmu.h [deleted file]
arch/arm64/kernel/perf_event.c
drivers/perf/Kconfig