ARM: perf: move arm_pmu into <asm/pmu.h>
Currently, struct arm_pmu and related functions are only visible to
{,arch/arm/}/kernel/perf_event.c. This prevents new drivers from using
the framework.
This patch moves declarations to asm/pmu.h, allowing new PMU drivers
to use the framework.
Signed-off-by:
Mark Rutland <mark.rutland@arm.com>
Reviewed-by:
Will Deacon <will.deacon@arm.com>
Reviewed-by:
Jamie Iles <jamie@jamieiles.com>
Reviewed-by:
Ashwin Chaugule <ashwinc@codeaurora.org>
Signed-off-by:
Will Deacon <will.deacon@arm.com>
Loading
Please register or sign in to comment