+5
−0
arch/arm/include/asm/pmu.h
0 → 100644
+75
−0
+1
−0
arch/arm/kernel/pmu.c
0 → 100644
+103
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
To add support for perf events and to allow the hardware counters to be shared with oprofile, we need a way to reserve access to the pmu (performance monitor unit). Platforms with PMU interrupts should register the interrupts in arch/arm/kernel/pmu.c Signed-off-by:Jamie Iles <jamie.iles@picochip.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>