aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kernel/perf_event_v6.c
AgeCommit message (Expand)Author
2015-07-31arm: perf: factor arm_pmu core out to driversMark Rutland
2015-05-28arm: perf: factor out armv6 pmu driverMark Rutland
2014-10-30arm: perf: kill get_hw_events()Mark Rutland
2014-07-02arm: perf: clean up PMU namesMark Rutland
2014-07-02arm: perf: armv6: condense event mapsMark Rutland
2013-01-16ARM: perf: don't pretend to support counting of L1I writesWill Deacon
2013-01-03ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman
2012-11-09ARM: perf: consistently use struct perf_event in arm_pmu functionsSudeep KarkadaNagesha
2012-11-09ARM: perf: allocate CPU PMU dynamically at probe timeSudeep KarkadaNagesha
2012-08-23ARM: perf: prepare for moving CPU PMU code into separate fileWill Deacon
2012-08-23ARM: perf: probe devicetree in preference to current CPUWill Deacon
2012-07-09ARM: 7448/1: perf: remove arm_perf_pmu_ids global enumerationWill Deacon
2012-05-09perf: Pass last sampling period to perf_sample_data_init()Robert Richter
2012-03-07ARM: 7356/1: perf: check that we have an event in the PMU IRQ handlersWill Deacon
2012-03-07ARM: 7354/1: perf: limit sample_period to half max_period in non-sampling modeWill Deacon
2011-12-02ARM: perf: add support for stalled cycle ABI eventsWill Deacon
2011-08-31ARM: perf: remove cpu-related misnomersMark Rutland
2011-08-31ARM: perf: refactor event mappingMark Rutland
2011-08-31ARM: perf: lock PMU registers per-CPUMark Rutland
2011-08-31ARM: perf: remove active_maskMark Rutland
2011-08-31ARM: perf: index Xscale and ARMv6 event counters starting from zeroWill Deacon
2011-08-31ARM: perf: de-const struct arm_pmuMark Rutland
2011-07-01perf, arch: Add generic NODE cache eventsPeter Zijlstra
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra
2011-03-26ARM: 6835/1: perf: ensure overflows aren't missed due to IRQ latencyWill Deacon
2011-02-02ARM: v6k: introduce CPU_V6K optionRussell King
2010-12-04ARM: 6521/1: perf: use raw_spinlock_t for pmu_lockWill Deacon
2010-12-04ARM: 6512/1: perf: fix warnings generated by sparseWill Deacon
2010-11-25ARM: perf: separate PMU backends into multiple filesWill Deacon