summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/perf_event_v7.c
Commit message (Expand)AuthorAgeFilesLines
* arm_pmu: Tidy up clear_event_idx call backsSuzuki K Poulose2018-07-101-0/+9
* arm_pmu: Change API to support 64bit counter valuesSuzuki K Poulose2018-07-101-2/+2
* arm_pmu: Clean up maximum period handlingSuzuki K Poulose2018-07-101-1/+0Star
* arm: perf: prevent unbind/bind via sysfsStefan Agner2018-07-091-0/+1
* arm_pmu: simplify arm_pmu::handle_irqMark Rutland2018-05-211-2/+1Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* arm: perf: use builtin_platform_driverGeliang Tang2017-02-031-5/+1Star
* arm: perf: move to common attr_group fieldsMark Rutland2016-09-091-19/+28
* ARM: perf: Set ARMv7 SDER SUNIDEN bitMartin Fuzzey2016-01-251-1/+12
* ARM: perf: add format entry to describe event -> config mappingWill Deacon2015-12-221-4/+18
* arm: perf: Add event descriptionsDrew Richardson2015-11-161-0/+121
* arm: perf: Convert event enums to #definesDrew Richardson2015-11-161-101/+85Star
* arm: perf: factor arm_pmu core out to driversMark Rutland2015-07-311-1/+1
* arm: perf: factor out armv7 pmu driverMark Rutland2015-05-281-40/+37Star
* arm: perf: probe number of counters on affine CPUsMark Rutland2015-05-271-25/+23Star
* ARM: perf: Add support for Scorpion PMUsStephen Boyd2015-03-171-0/+414
* ARM: perf: Only reset PMxEVCNTCR registers on resetStephen Boyd2015-03-171-2/+9
* ARM: perf: Preparatory work for Scorpion PMU supportStephen Boyd2015-03-171-57/+43Star
* arm: perf: kill get_hw_events()Mark Rutland2014-10-301-7/+7
* ARM: perf: use pr_* instead of printkWill Deacon2014-10-301-9/+9
* ARM: perf: remove useless return and check of idx in counter handlingchai wen2014-10-301-22/+18Star
* arm: perf: krait: stop using singleton PMUMark Rutland2014-07-021-0/+2
* arm: perf: clean up PMU namesMark Rutland2014-07-021-8/+8
* arm: perf: armv7: condense event mapsMark Rutland2014-07-021-743/+206Star
* ARM: perf: fix compiler warning with gcc 4.6.4 (and tidy code)Russell King2014-06-191-2/+2
* ARM: 8054/1: perf: add support for the Cortex-A17 PMUWill Deacon2014-05-261-0/+12
* ARM: perf: add support for the Cortex-A12 PMUAlbin Tonnerre2014-02-211-0/+158
* ARM: perf: fully support Krait CPU PMU eventsStephen Boyd2014-02-211-6/+401
* ARM: perf: add basic support for Krait CPU PMUsStephen Boyd2014-02-211-0/+164
* 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-041-6/+6
* ARM: perf: check ARMv7 counter validity on a per-pmu basisSudeep KarkadaNagesha2012-11-091-64/+30Star
* 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/+0Star
* perf: Pass last sampling period to perf_sample_data_init()Robert Richter2012-05-091-3/+1Star
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-301-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/+125Star
* Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2011-10-281-199/+196Star
|\
| * ARM: perf: remove cpu-related misnomersMark Rutland2011-08-311-11/+11
| * ARM: perf: refactor event mappingMark Rutland2011-08-311-9/+28