aboutsummaryrefslogtreecommitdiff
path: root/include/linux/perf/arm_pmu.h
AgeCommit message (Collapse)AuthorFilesLines
2015-07-31arm: perf: factor arm_pmu core out to driversMark Rutland1-0/+154
To enable sharing of the arm_pmu code with arm64, this patch factors it out to drivers/perf/. A new drivers/perf directory is added for performance monitor drivers to live under. MAINTAINERS is updated accordingly. Files added previously without a corresponsing MAINTAINERS update (perf_regs.c, perf_callchain.c, and perf_event.h) are also added. Cc: Arnaldo Carvalho de Melo <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Linus Walleij <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Russell King <[email protected]> Cc: Will Deacon <[email protected]> Signed-off-by: Mark Rutland <[email protected]> [will: augmented Kconfig help slightly] Signed-off-by: Will Deacon <[email protected]>