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