summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/perf_event.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-22arm64: perf: add support for Cortex-A72Will Deacon1-1/+12
2015-12-22arm64: perf: add format entry to describe event -> config mappingWill Deacon1-2/+16
2015-12-21arm64: kernel: enforce pmuserenr_el0 initialization and restoreLorenzo Pieralisi1-3/+0
2015-11-16arm64: perf: Add event descriptionsDrew Richardson1-0/+138
2015-11-16arm64: perf: Convert event enums to #definesDrew Richardson1-50/+45
2015-10-07arm64: perf: add Cortex-A57 supportMark Rutland1-0/+61
2015-10-07arm64: perf: add Cortex-A53 supportMark Rutland1-2/+62
2015-10-07arm64: perf: move to shared arm_pmu frameworkMark Rutland1-861/+90
2015-07-27arm64: perf: condense event number mapsMark Rutland1-102/+22
2015-07-27arm64: perf: factor out callchain codeMark Rutland1-178/+0
2015-07-27arm64: perf: replace arch_find_n_match_cpu_physical_id with of_cpu_device_nod...Sudeep Holla1-2/+2
2015-07-27arm64: perf: Remove unnecessary printkSuzuki K. Poulose1-3/+1
2015-06-30arm64: perf: fix unassigned cpu_pmu->plat_device when probing PMU PPIsShannon Zhao1-1/+2
2015-06-30arm64: perf: Don't use of_node after putting itStephen Boyd1-1/+2
2015-05-19arm64: Mark PMU interrupt IRQF_NO_THREADAnders Roxell1-1/+1
2015-05-12arm64: perf: fix memory leak when probing PMU PPIsWill Deacon1-4/+4
2015-04-30arm64: perf: Fix the pmu node name in warning messageSuzuki K. Poulose1-1/+1
2015-04-30arm64: perf: don't warn about missing interrupt-affinity property for PPIsWill Deacon1-1/+6
2015-03-24arm64: pmu: add support for interrupt-affinity propertyWill Deacon1-4/+53
2015-03-19arm64: perf: reject groups spanning multiple HW PMUsSuzuki K. Poulose1-6/+15
2014-12-04arm64: perf: Prevent wraparound during overflowDaniel Thompson1-2/+8
2014-10-03ARM64: make of_device_ids constUwe Kleine-König1-1/+1
2014-04-06arm64: fix !CONFIG_COMPAT build failuresMark Salter1-0/+4
2014-03-13ARM64: perf: add support for frame pointer unwinding in compat modeJean Pihet1-8/+67
2013-12-19arm64: perf: add support for percpu pmu interruptVinayak Kale1-30/+78
2013-11-14Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-2/+2
2013-10-29ARM: 7862/1: pcpu: replace __get_cpu_var_usesChristoph Lameter1-2/+2
2013-10-25arm64: perf: fix event number maskVinayak Kale1-3/+4
2013-08-20arm64: perf: fix ARMv8 EVTYPE_MASK to include NSH bitWill Deacon1-1/+1
2013-08-20arm64: perf: fix group validation when using enable_on_execWill Deacon1-1/+4
2013-08-20arm64: perf: fix event validation for software group leadersWill Deacon1-0/+3
2013-08-20arm64: perf: fix array out of bounds access in armpmu_map_hw_event()Will Deacon1-1/+6
2013-06-20perf: arm64: Record the user-mode PC in the call chain.Jed Davis1-0/+1
2013-01-29arm64: perf: add guest vs host discriminationMarc Zyngier1-0/+37
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-11-08arm64: perf: use architected event for CPU cycle counterWill Deacon1-8/+2
2012-09-17arm64: Performance counters supportWill Deacon1-0/+1368