summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/perf_event.c
Commit message (Expand)AuthorAgeFilesLines
* arm: perf: factor arm_pmu core out to driversMark Rutland2015-07-311-921/+0
* ARM: perf: replace arch_find_n_match_cpu_physical_id with of_cpu_device_node_getSudeep Holla2015-07-311-2/+2
* ARM: perf: extend interrupt-affinity property for PPIsWill Deacon2015-07-311-21/+44
* arm: perf: Set affinity for PPI based PMUsStephen Boyd2015-07-311-1/+3
* ARM: 8402/1: perf: Don't use of_node after putting itStephen Boyd2015-07-171-1/+2
* arm: perf: unify perf_event{,_cpu}.cMark Rutland2015-05-281-0/+340
* arm: perf: kill off unused pm callbacksMark Rutland2015-05-281-37/+1
* arm: perf: filter unschedulable eventsMark Rutland2015-05-271-0/+13
* arm: perf: treat PMUs as CPU affineMark Rutland2015-05-271-0/+25
* ARM: perf: reject groups spanning multiple hardware PMUsSuzuki K. Poulose2015-03-191-6/+15
* ARM: 8255/1: perf: Prevent wraparound during overflowDaniel Thompson2015-01-121-2/+8
* ARM / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-131-1/+1
* arm: perf: fold percpu_pmu into pmu_hw_eventsMark Rutland2014-10-301-5/+9
* arm: perf: kill get_hw_events()Mark Rutland2014-10-301-3/+3
* arm: perf: limit size of accounting dataMark Rutland2014-10-301-3/+1
* arm: perf: use IDR types for CPU PMUsMark Rutland2014-10-301-1/+5
* arm: perf: factor out callchain codeMark Rutland2014-10-301-131/+1
* Merge branch 'devel-stable' into for-nextRussell King2014-08-051-2/+11
|\
| * ARM: perf: disable the pagefault handler when reading from user spaceJean Pihet2014-07-091-2/+7
| * ARM: perf: Check that current->mm is alive before getting user callchainJean Pihet2014-07-091-0/+4
* | ARM: 8071/1: perf: Make perf use arm_get_current_stackframeNikolay Borisov2014-07-181-4/+1
|/
* perf/ARM: Use common PMU interrupt disabled codeVince Weaver2014-06-051-1/+1
* ARM: perf: hook up perf_sample_event_took around pmu irq handlingWill Deacon2014-02-211-2/+9
* ARM: perf: add hook for event index clearingStephen Boyd2014-02-211-0/+2
* ARM: perf: support percpu irqs for the CPU PMUStephen Boyd2014-02-211-3/+11
* Revert "ARM: 7556/1: perf: fix updated event period in response to PERF_EVENT...Will Deacon2013-12-171-4/+0
* ARM: perf: fix group validation for mixed software and hardware groupsWill Deacon2013-10-091-2/+1
* ARM: 7810/1: perf: Fix array out of bounds access in armpmu_map_hw_event()Stephen Boyd2013-08-131-1/+6
* ARM: 7809/1: perf: fix event validation for software group leadersWill Deacon2013-08-131-0/+3
* 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
| |/