aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/perf_event_xscale.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-10arm_pmu: Tidy up clear_event_idx call backsSuzuki K Poulose1-0/+8
2018-07-10arm_pmu: Change API to support 64bit counter valuesSuzuki K Poulose1-4/+4
2018-07-10arm_pmu: Clean up maximum period handlingSuzuki K Poulose1-2/+0
2018-05-21arm_pmu: simplify arm_pmu::handle_irqMark Rutland1-4/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-02-03arm: perf: use builtin_platform_driverGeliang Tang1-5/+1
2015-07-31arm: perf: factor arm_pmu core out to driversMark Rutland1-1/+1
2015-05-28arm: perf: factor out xscale pmu driverMark Rutland1-5/+27
2014-10-30arm: perf: kill get_hw_events()Mark Rutland1-10/+10
2014-07-02arm: perf: clean up PMU namesMark Rutland1-2/+2
2014-07-02arm: perf: xscale: condense event mapsMark Rutland1-102/+15
2013-01-16ARM: perf: don't pretend to support counting of L1I writesWill Deacon1-1/+1
2013-01-03ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-11-09ARM: perf: consistently use struct perf_event in arm_pmu functionsSudeep KarkadaNagesha1-37/+48
2012-11-09ARM: perf: allocate CPU PMU dynamically at probe timeSudeep KarkadaNagesha1-38/+34
2012-08-23ARM: perf: prepare for moving CPU PMU code into separate fileWill Deacon1-1/+1
2012-08-23ARM: perf: probe devicetree in preference to current CPUWill Deacon1-4/+4
2012-07-09ARM: 7448/1: perf: remove arm_perf_pmu_ids global enumerationWill Deacon1-2/+0
2012-05-09perf: Pass last sampling period to perf_sample_data_init()Robert Richter1-6/+2
2012-03-07ARM: 7357/1: perf: fix overflow handling for xscale2 PMUsWill Deacon1-2/+8
2012-03-07ARM: 7356/1: perf: check that we have an event in the PMU IRQ handlersWill Deacon1-0/+6
2012-03-07ARM: 7354/1: perf: limit sample_period to half max_period in non-sampling modeWill Deacon1-2/+2
2011-12-02ARM: perf: add support for stalled cycle ABI eventsWill Deacon1-7/+9
2011-08-31ARM: perf: remove cpu-related misnomersMark Rutland1-16/+16
2011-08-31ARM: perf: refactor event mappingMark Rutland1-6/+8
2011-08-31ARM: perf: lock PMU registers per-CPUMark Rutland1-16/+24
2011-08-31ARM: perf: remove active_maskMark Rutland1-6/+0
2011-08-31ARM: perf: index Xscale and ARMv6 event counters starting from zeroWill Deacon1-3/+3
2011-08-31ARM: perf: de-const struct arm_pmuMark Rutland1-6/+6
2011-07-01perf, arch: Add generic NODE cache eventsPeter Zijlstra1-0/+14
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-2/+2
2011-03-26ARM: 6835/1: perf: ensure overflows aren't missed due to IRQ latencyWill Deacon1-2/+2
2010-12-04ARM: 6521/1: perf: use raw_spinlock_t for pmu_lockWill Deacon1-16/+16
2010-12-04ARM: 6512/1: perf: fix warnings generated by sparseWill Deacon1-4/+4
2010-11-25ARM: perf: separate PMU backends into multiple filesWill Deacon1-0/+807