aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/perf_event_v7.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-01arm_pmu: Fix write counter incorrect in ARMv7 big-endian modeYang Jihong1-2/+2
2019-08-23ARM: 8873/1: perf: cleanup cppcheck shifting warningPhong Tran1-3/+3
2018-07-10arm_pmu: Tidy up clear_event_idx call backsSuzuki K Poulose1-0/+9
2018-07-10arm_pmu: Change API to support 64bit counter valuesSuzuki K Poulose1-2/+2
2018-07-10arm_pmu: Clean up maximum period handlingSuzuki K Poulose1-1/+0
2018-07-09arm: perf: prevent unbind/bind via sysfsStefan Agner1-0/+1
2018-05-21arm_pmu: simplify arm_pmu::handle_irqMark Rutland1-2/+1
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
2016-09-09arm: perf: move to common attr_group fieldsMark Rutland1-19/+28
2016-01-25ARM: perf: Set ARMv7 SDER SUNIDEN bitMartin Fuzzey1-1/+12
2015-12-22ARM: perf: add format entry to describe event -> config mappingWill Deacon1-4/+18
2015-11-16arm: perf: Add event descriptionsDrew Richardson1-0/+121
2015-11-16arm: perf: Convert event enums to #definesDrew Richardson1-101/+85
2015-07-31arm: perf: factor arm_pmu core out to driversMark Rutland1-1/+1
2015-05-28arm: perf: factor out armv7 pmu driverMark Rutland1-40/+37
2015-05-27arm: perf: probe number of counters on affine CPUsMark Rutland1-25/+23
2015-03-17ARM: perf: Add support for Scorpion PMUsStephen Boyd1-0/+414
2015-03-17ARM: perf: Only reset PMxEVCNTCR registers on resetStephen Boyd1-2/+9
2015-03-17ARM: perf: Preparatory work for Scorpion PMU supportStephen Boyd1-57/+43
2014-10-30arm: perf: kill get_hw_events()Mark Rutland1-7/+7
2014-10-30ARM: perf: use pr_* instead of printkWill Deacon1-9/+9
2014-10-30ARM: perf: remove useless return and check of idx in counter handlingchai wen1-22/+18
2014-07-02arm: perf: krait: stop using singleton PMUMark Rutland1-0/+2
2014-07-02arm: perf: clean up PMU namesMark Rutland1-8/+8
2014-07-02arm: perf: armv7: condense event mapsMark Rutland1-743/+206
2014-06-19ARM: perf: fix compiler warning with gcc 4.6.4 (and tidy code)Russell King1-2/+2
2014-05-25ARM: 8054/1: perf: add support for the Cortex-A17 PMUWill Deacon1-0/+12
2014-02-21ARM: perf: add support for the Cortex-A12 PMUAlbin Tonnerre1-0/+158
2014-02-21ARM: perf: fully support Krait CPU PMU eventsStephen Boyd1-6/+401
2014-02-21ARM: perf: add basic support for Krait CPU PMUsStephen Boyd1-0/+164
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