aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kernel/perf_event.c
AgeCommit message (Expand)Author
2014-03-31ARM: perf: set cpu affinity to support multiple PMUsSudeep KarkadaNagesha
2014-03-31ARM: perf: register CPU PMUs with idr typesSudeep KarkadaNagesha
2013-12-17Revert "ARM: 7556/1: perf: fix updated event period in response to PERF_EVENT...Will Deacon
2013-10-09ARM: perf: fix group validation for mixed software and hardware groupsWill Deacon
2013-08-13ARM: 7810/1: perf: Fix array out of bounds access in armpmu_map_hw_event()Stephen Boyd
2013-08-13ARM: 7809/1: perf: fix event validation for software group leadersWill Deacon
2013-06-24ARM: 7765/1: perf: Record the user-mode PC in the call chain.Jed Davis
2013-04-17ARM: 7698/1: perf: fix group validation when using enable_on_execWill Deacon
2013-03-06ARM: 7667/1: perf: Fix section mismatch on armpmu_init()Stephen Boyd
2013-03-03ARM: 7664/1: perf: remove erroneous semicolon from event initialisationChen Gang
2013-01-18ARM: perf: simplify __hw_perf_event_init err handlingMark Rutland
2013-01-18ARM: perf: remove unnecessary checks for idx < 0Mark Rutland
2012-11-09ARM: PMU: fix runtime PM enableJon Hunter
2012-11-09ARM: perf: consistently use arm_pmu->name for PMU nameWill Deacon
2012-11-09ARM: perf: consistently use struct perf_event in arm_pmu functionsSudeep KarkadaNagesha
2012-11-09ARM: perf: add guest vs host discriminationMarc Zyngier
2012-10-18ARM: 7556/1: perf: fix updated event period in response to PERF_EVENT_IOC_PERIODWill Deacon
2012-08-23ARM: perf: move irq registration into pmu implementationSudeep KarkadaNagesha
2012-08-23ARM: perf: move CPU-specific PMU handling code into separate fileWill Deacon
2012-08-23ARM: perf: prepare for moving CPU PMU code into separate fileWill Deacon
2012-08-23ARM: perf: probe devicetree in preference to current CPUWill Deacon
2012-08-23ARM: perf: remove mysterious compiler barrierWill Deacon
2012-08-23ARM: pmu: remove unused reservation mechanismWill Deacon
2012-08-23ARM: perf: add devicetree bindings for 11MPcore, A5, A7 and A15 PMUsWill Deacon
2012-08-23ARM: PMU: Add runtime PM SupportJon Hunter
2012-07-27Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King
2012-07-09ARM: 7448/1: perf: remove arm_perf_pmu_ids global enumerationWill Deacon
2012-07-05ARM: 7441/1: perf: return -EOPNOTSUPP if requested mode exclusion is unavailableWill Deacon
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-03-24ARM: 7315/1: perf: add support for the Cortex-A7 PMUWill Deacon
2012-03-12Merge branch 'perf/hw-branch-sampling' into perf/coreIngo Molnar
2012-03-07ARM: 7358/1: perf: add PMU hotplug notifierLorenzo Pieralisi
2012-03-07ARM: 7354/1: perf: limit sample_period to half max_period in non-sampling modeWill Deacon
2012-03-05perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian
2012-01-05Merge branch 'devel-stable' into for-linusRussell King
2011-12-06ARM: 7185/1: perf: don't assign platform_device on unsupported CPUsWill Deacon
2011-12-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-12-02Merge branches 'perf/event-nos', 'perf/updates' and 'perf/omap4' into for-rmkWill Deacon
2011-12-02arm: pmu: allow platform specific irq enable/disable handlingMing Lei
2011-12-02ARM: perf: remove unused armpmu_get_max_eventsWill Deacon
2011-11-22ARM: perf: check that we have a platform device when reserving PMUWill Deacon
2011-11-17ARM: perf: initialise used_mask for fake PMU during validationWill Deacon
2011-11-14perf: Don't use -ENOSPC for out of PMU resourcesPeter Zijlstra
2011-10-31arm: convert core files from module.h to export.hPaul Gortmaker
2011-08-31ARM: perf: Remove unnecessary armpmu->enable()sMark Rutland
2011-08-31ARM: perf: move arm_pmu into <asm/pmu.h>Mark Rutland
2011-08-31ARM: perf: remove cpu-related misnomersMark Rutland
2011-08-31ARM: perf: remove event limit from pmu_hw_eventsMark Rutland
2011-08-31ARM: perf: add support for multiple PMUsMark Rutland
2011-08-31ARM: perf: refactor event mappingMark Rutland