aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/perf_event_v7.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-03ARM: 7663/1: perf: fix ARMv7 EVTYPE_MASK to include NSH bitWill Deacon1-1/+1
2013-01-16ARM: perf: don't pretend to support counting of L1I writesWill Deacon1-9/+9
2013-01-03ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman1-6/+6
2012-11-09ARM: perf: check ARMv7 counter validity on a per-pmu basisSudeep KarkadaNagesha1-64/+30
2012-11-09ARM: perf: consistently use struct perf_event in arm_pmu functionsSudeep KarkadaNagesha1-15/+31
2012-11-09ARM: perf: allocate CPU PMU dynamically at probe timeSudeep KarkadaNagesha1-51/+55
2012-08-23ARM: perf: prepare for moving CPU PMU code into separate fileWill Deacon1-5/+5
2012-08-23ARM: perf: probe devicetree in preference to current CPUWill Deacon1-11/+11
2012-07-09ARM: 7448/1: perf: remove arm_perf_pmu_ids global enumerationWill Deacon1-5/+0
2012-05-09perf: Pass last sampling period to perf_sample_data_init()Robert Richter1-3/+1
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-0/+145
2012-03-24ARM: 7315/1: perf: add support for the Cortex-A7 PMUWill Deacon1-0/+145
2012-03-07ARM: 7356/1: perf: check that we have an event in the PMU IRQ handlersWill Deacon1-0/+4
2012-03-07ARM: 7355/1: perf: clear overflow flag when disabling counter on ARMv7 PMUWill Deacon1-0/+5
2012-03-07ARM: 7354/1: perf: limit sample_period to half max_period in non-sampling modeWill Deacon1-1/+1
2012-02-02ARM: 7303/1: perf: add empty NODE event definitions for Cortex-A5 and Cortex-A15Will Deacon1-0/+28
2011-12-02ARM: perf: add support for stalled cycle ABI eventsWill Deacon1-28/+39
2011-12-02ARM: perf: clean and update ARMv7 event numbersWill Deacon1-233/+125
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-199/+196
2011-10-15ARM: 7117/1: perf: fix HW_CACHE_* events on Cortex-A9Will Deacon1-2/+2
2011-08-31ARM: perf: remove cpu-related misnomersMark Rutland1-11/+11
2011-08-31ARM: perf: refactor event mappingMark Rutland1-9/+28
2011-08-31ARM: perf: lock PMU registers per-CPUMark Rutland1-8/+12
2011-08-31ARM: perf: remove active_maskMark Rutland1-3/+0
2011-08-31ARM: perf: add mode exclusion for Cortex-A15 PMUWill Deacon1-9/+49
2011-08-31ARM: perf: index ARMv7 event counters starting from zeroWill Deacon1-151/+88
2011-08-31ARM: perf: use integers for ARMv7 event indicesWill Deacon1-6/+6
2011-08-31ARM: perf: use u32 instead of unsigned long for PMNC registerWill Deacon1-6/+6
2011-08-31ARM: perf: de-const struct arm_pmuMark Rutland1-8/+8
2011-07-24Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-20/+324
2011-07-07ARM: perf: add support for the Cortex-A15 PMUWill Deacon1-0/+153
2011-07-07ARM: perf: add support for the Cortex-A5 PMUWill Deacon1-0/+146
2011-07-07ARM: perf: add PMUv2 common event definitionsWill Deacon1-10/+25
2011-07-07ARM: perf: remove confusing comment from v7 perf events backendWill Deacon1-10/+0
2011-07-01perf, arch: Add generic NODE cache eventsPeter Zijlstra1-0/+28
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-1/+1
2011-03-26ARM: 6835/1: perf: ensure overflows aren't missed due to IRQ latencyWill Deacon1-1/+1
2011-03-26ARM: 6834/1: perf: reset counters on all CPUs during initialisationWill Deacon1-6/+16
2011-03-26ARM: 6833/1: perf: add required isbs() to ARMv7 backendWill Deacon1-0/+2
2010-12-04ARM: 6521/1: perf: use raw_spinlock_t for pmu_lockWill Deacon1-8/+8
2010-12-04ARM: 6512/1: perf: fix warnings generated by sparseWill Deacon1-5/+5
2010-11-25ARM: perf: separate PMU backends into multiple filesWill Deacon1-0/+906