summaryrefslogtreecommitdiff
path: root/arch/arm/oprofile/op_model_mpcore.h
AgeCommit message (Collapse)AuthorFilesLines
2010-05-17ARM: 6073/1: oprofile: remove old files and update KConfigWill Deacon1-61/+0
Enable hardware perf-events if CPU_HAS_PMU and select HAVE_OPROFILE if HAVE_PERF_EVENTS. If no hardware support is present, OProfile will fall back to timer mode. This patch also removes the old OProfile drivers in favour of the code implemented by perf. Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2007-02-06[ARM] oprofile: add ARM11 SMP supportRussell King1-0/+61
Add the glue for ARM11 SMP oprofile support, which also supports the performance monitor in the coherency unit. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>