aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/perf_event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-31ARM: PMU: move CPU PMU platform device handling and init into perfWill Deacon1-12/+62
2011-08-31ARM: perf: de-const struct arm_pmuMark Rutland1-1/+1
2011-07-22Merge branch 'devel-stable' into for-nextRussell King1-0/+6
2011-07-22Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci', 'suspend' and 'vfp' into for-nextRussell King1-4/+6
2011-07-15Merge branch 'kprobes-thumb' of git://git.yxit.co.uk/linux into devel-stableRussell King1-2/+4
2011-07-07ARM: perf: add support for the Cortex-A15 PMUWill Deacon1-0/+3
2011-07-07ARM: perf: add support for the Cortex-A5 PMUWill Deacon1-0/+3
2011-07-05ARM: 6989/1: perf: do not start the PMU when no events are presentWill Deacon1-2/+4
2011-06-29ARM: 6974/1: pmu: refactor reservationMark Rutland1-2/+2
2011-05-20ARM: 6902/1: perf: Remove erroneous check on active_eventsMark Rutland1-5/+0
2011-04-27ARM: 6884/1: Fix infinite loop in ARM user perf_event backtrace codeSonny Rao1-1/+2
2011-04-10ARM: 6865/1: perf: ensure pass through zero is counted on overflowWill Deacon1-1/+1
2011-03-26ARM: 6835/1: perf: ensure overflows aren't missed due to IRQ latencyWill Deacon1-8/+11
2011-03-26ARM: 6834/1: perf: reset counters on all CPUs during initialisationWill Deacon1-0/+14
2011-02-19Merge branch 'pmu-for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into devel-stableRussell King1-1/+16
2011-02-17ARM: perf_event: allow platform-specific interrupt handlerRabin Vincent1-1/+16
2011-02-10ARM: 6654/1: perf/oprofile: fix off-by-one in stack checkRabin Vincent1-1/+1
2011-01-06Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2423/+43
2010-12-16perf: Dynamic pmu typesPeter Zijlstra1-1/+1
2010-12-04ARM: 6521/1: perf: use raw_spinlock_t for pmu_lockWill Deacon1-1/+1
2010-12-04ARM: 6512/1: perf: fix warnings generated by sparseWill Deacon1-9/+9
2010-11-26perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra1-1/+1
2010-11-25ARM: perf: separate PMU backends into multiple filesWill Deacon1-2352/+5
2010-11-25ARM: perf: encode PMU name in arm_pmu structureWill Deacon1-11/+8
2010-11-25ARM: perf: add _init() functions to PMUsWill Deacon1-20/+45
2010-11-25ARM: perf: avoid exposing internal stop function for v6 PMUWill Deacon1-1/+1