aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/perf_event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-09ARM: PMU: fix runtime PM enableJon Hunter1-0/+1
2012-11-09ARM: perf: consistently use arm_pmu->name for PMU nameWill Deacon1-2/+2
2012-11-09ARM: perf: consistently use struct perf_event in arm_pmu functionsSudeep KarkadaNagesha1-25/+19
2012-11-09ARM: perf: add guest vs host discriminationMarc Zyngier1-0/+36
2012-10-18ARM: 7556/1: perf: fix updated event period in response to PERF_EVENT_IOC_PERIODWill Deacon1-0/+4
2012-08-23ARM: perf: move irq registration into pmu implementationSudeep KarkadaNagesha1-60/+12
2012-08-23ARM: perf: move CPU-specific PMU handling code into separate fileWill Deacon1-210/+1
2012-08-23ARM: perf: prepare for moving CPU PMU code into separate fileWill Deacon1-42/+27
2012-08-23ARM: perf: probe devicetree in preference to current CPUWill Deacon1-84/+91
2012-08-23ARM: perf: remove mysterious compiler barrierWill Deacon1-1/+0
2012-08-23ARM: pmu: remove unused reservation mechanismWill Deacon1-8/+0
2012-08-23ARM: perf: add devicetree bindings for 11MPcore, A5, A7 and A15 PMUsWill Deacon1-1/+5
2012-08-23ARM: PMU: Add runtime PM SupportJon Hunter1-8/+33
2012-07-27Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King1-9/+6
2012-07-09ARM: 7448/1: perf: remove arm_perf_pmu_ids global enumerationWill Deacon1-9/+6
2012-07-05ARM: 7441/1: perf: return -EOPNOTSUPP if requested mode exclusion is unavailableWill Deacon1-1/+1
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-0/+3
2012-03-24ARM: 7315/1: perf: add support for the Cortex-A7 PMUWill Deacon1-0/+3
2012-03-12Merge branch 'perf/hw-branch-sampling' into perf/coreIngo Molnar1-0/+4
2012-03-07ARM: 7358/1: perf: add PMU hotplug notifierLorenzo Pieralisi1-0/+23
2012-03-07ARM: 7354/1: perf: limit sample_period to half max_period in non-sampling modeWill Deacon1-11/+11
2012-03-05perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian1-0/+4
2012-01-05Merge branch 'devel-stable' into for-linusRussell King1-10/+9
2011-12-06ARM: 7185/1: perf: don't assign platform_device on unsupported CPUsWill Deacon1-0/+3
2011-12-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2011-12-02Merge branches 'perf/event-nos', 'perf/updates' and 'perf/omap4' into for-rmkWill Deacon1-10/+9
2011-12-02arm: pmu: allow platform specific irq enable/disable handlingMing Lei1-2/+8
2011-12-02ARM: perf: remove unused armpmu_get_max_eventsWill Deacon1-8/+1
2011-11-22ARM: perf: check that we have a platform device when reserving PMUWill Deacon1-0/+3
2011-11-17ARM: perf: initialise used_mask for fake PMU during validationWill Deacon1-1/+7
2011-11-14perf: Don't use -ENOSPC for out of PMU resourcesPeter Zijlstra1-3/+3
2011-10-31arm: convert core files from module.h to export.hPaul Gortmaker1-1/+1
2011-08-31ARM: perf: Remove unnecessary armpmu->enable()sMark Rutland1-12/+2
2011-08-31ARM: perf: move arm_pmu into <asm/pmu.h>Mark Rutland1-50/+3
2011-08-31ARM: perf: remove cpu-related misnomersMark Rutland1-42/+42
2011-08-31ARM: perf: remove event limit from pmu_hw_eventsMark Rutland1-2/+7
2011-08-31ARM: perf: add support for multiple PMUsMark Rutland1-22/+41
2011-08-31ARM: perf: refactor event mappingMark Rutland1-31/+36
2011-08-31ARM: perf: add type field to struct arm_pmuMark Rutland1-2/+4
2011-08-31ARM: perf: lock PMU registers per-CPUMark Rutland1-6/+11
2011-08-31ARM: perf: remove unnecessary armpmu->stopMark Rutland1-1/+0
2011-08-31ARM: perf: indirect access to cpu_hw_eventsMark Rutland1-3/+15
2011-08-31ARM: perf: move platform device to struct arm_pmuMark Rutland1-4/+6
2011-08-31ARM: perf: move active_events into struct arm_pmuMark Rutland1-11/+20
2011-08-31ARM: perf: remove active_maskMark Rutland1-8/+0
2011-08-31ARM: perf: clean up event group validationMark Rutland1-1/+2
2011-08-31ARM: perf: only register a CPU PMU when presentMark Rutland1-16/+2
2011-08-31ARM: perf: allow armpmu to implement mode exclusionWill Deacon1-19/+25
2011-08-31ARM: perf: index PMU registers from zeroWill Deacon1-5/+4
2011-08-31ARM: perf: use cpumask_t to record active IRQsWill Deacon1-33/+31