summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/perf_event.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: 7765/1: perf: Record the user-mode PC in the call chain.Jed Davis2013-06-241-0/+1
* ARM: 7698/1: perf: fix group validation when using enable_on_execWill Deacon2013-04-171-1/+4
* ARM: 7667/1: perf: Fix section mismatch on armpmu_init()Stephen Boyd2013-03-061-1/+1
* ARM: 7664/1: perf: remove erroneous semicolon from event initialisationChen Gang2013-03-031-1/+1
* ARM: perf: simplify __hw_perf_event_init err handlingMark Rutland2013-01-181-5/+3
* ARM: perf: remove unnecessary checks for idx < 0Mark Rutland2013-01-181-8/+0
* ARM: PMU: fix runtime PM enableJon Hunter2012-11-091-0/+1
* ARM: perf: consistently use arm_pmu->name for PMU nameWill Deacon2012-11-091-2/+2
* ARM: perf: consistently use struct perf_event in arm_pmu functionsSudeep KarkadaNagesha2012-11-091-25/+19
* ARM: perf: add guest vs host discriminationMarc Zyngier2012-11-091-0/+36
* ARM: 7556/1: perf: fix updated event period in response to PERF_EVENT_IOC_PERIODWill Deacon2012-10-181-0/+4
* ARM: perf: move irq registration into pmu implementationSudeep KarkadaNagesha2012-08-231-60/+12
* ARM: perf: move CPU-specific PMU handling code into separate fileWill Deacon2012-08-231-210/+1
* ARM: perf: prepare for moving CPU PMU code into separate fileWill Deacon2012-08-231-42/+27
* ARM: perf: probe devicetree in preference to current CPUWill Deacon2012-08-231-84/+91
* ARM: perf: remove mysterious compiler barrierWill Deacon2012-08-231-1/+0
* ARM: pmu: remove unused reservation mechanismWill Deacon2012-08-231-8/+0
* ARM: perf: add devicetree bindings for 11MPcore, A5, A7 and A15 PMUsWill Deacon2012-08-231-1/+5
* ARM: PMU: Add runtime PM SupportJon Hunter2012-08-231-8/+33
*-. Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King2012-07-271-9/+6
|\ \
| | * ARM: 7448/1: perf: remove arm_perf_pmu_ids global enumerationWill Deacon2012-07-091-9/+6
| |/
* / ARM: 7441/1: perf: return -EOPNOTSUPP if requested mode exclusion is unavailableWill Deacon2012-07-051-1/+1
|/
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-291-0/+3
|\
| * ARM: 7315/1: perf: add support for the Cortex-A7 PMUWill Deacon2012-03-241-0/+3
* | Merge branch 'perf/hw-branch-sampling' into perf/coreIngo Molnar2012-03-121-0/+4
|\ \
| * | perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian2012-03-051-0/+4
| |/
* | ARM: 7358/1: perf: add PMU hotplug notifierLorenzo Pieralisi2012-03-071-0/+23
* | ARM: 7354/1: perf: limit sample_period to half max_period in non-sampling modeWill Deacon2012-03-071-11/+11
|/
* Merge branch 'devel-stable' into for-linusRussell King2012-01-051-10/+9
|\
| *-. Merge branches 'perf/event-nos', 'perf/updates' and 'perf/omap4' into for-rmkWill Deacon2011-12-021-10/+9
| |\ \
| | | * arm: pmu: allow platform specific irq enable/disable handlingMing Lei2011-12-021-2/+8
| | |/ | |/|
| | * ARM: perf: remove unused armpmu_get_max_eventsWill Deacon2011-12-021-8/+1
| |/
* | ARM: 7185/1: perf: don't assign platform_device on unsupported CPUsWill Deacon2011-12-061-0/+3
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-12-051-3/+3
|\ \ | |/ |/|
| * perf: Don't use -ENOSPC for out of PMU resourcesPeter Zijlstra2011-11-141-3/+3
* | ARM: perf: check that we have a platform device when reserving PMUWill Deacon2011-11-221-0/+3
* | ARM: perf: initialise used_mask for fake PMU during validationWill Deacon2011-11-171-1/+7
|/
* arm: convert core files from module.h to export.hPaul Gortmaker2011-10-311-1/+1
* ARM: perf: Remove unnecessary armpmu->enable()sMark Rutland2011-08-311-12/+2
* ARM: perf: move arm_pmu into <asm/pmu.h>Mark Rutland2011-08-311-50/+3
* ARM: perf: remove cpu-related misnomersMark Rutland2011-08-311-42/+42
* ARM: perf: remove event limit from pmu_hw_eventsMark Rutland2011-08-311-2/+7
* ARM: perf: add support for multiple PMUsMark Rutland2011-08-311-22/+41
* ARM: perf: refactor event mappingMark Rutland2011-08-311-31/+36
* ARM: perf: add type field to struct arm_pmuMark Rutland2011-08-311-2/+4
* ARM: perf: lock PMU registers per-CPUMark Rutland2011-08-311-6/+11
* ARM: perf: remove unnecessary armpmu->stopMark Rutland2011-08-311-1/+0
* ARM: perf: indirect access to cpu_hw_eventsMark Rutland2011-08-311-3/+15
* ARM: perf: move platform device to struct arm_pmuMark Rutland2011-08-311-4/+6
* ARM: perf: move active_events into struct arm_pmuMark Rutland2011-08-311-11/+20