aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/perf_event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-10arm64: perf: add support for Cortex-A35Julien Thierry1-0/+17
2017-08-10arm64: perf: add support for Cortex-A73Julien Thierry1-0/+37
2017-08-10arm64: perf: Remove redundant entries from CPU-specific event mapsWill Deacon1-110/+4
2017-08-10arm64: perf: Connect additional events to pmu countersJulien Thierry1-0/+11
2017-08-08arm64: perf: Allow standard PMUv3 events to be extended by the CPU typeWill Deacon1-20/+26
2017-08-08arm64: perf: Allow more than one cycle counter to be usedPratyush Anand1-7/+4
2017-05-30arm64: perf: Extend event config for ARMv8.1Shaokun Zhang1-1/+1
2017-05-15arm64: perf: Ignore exclude_hv when kernel is running in HYPGanapatrao Kulkarni1-7/+16
2017-04-28arm64: pmu: Wire-up Cortex A53 L2 cache events and DTLB refillsFlorian Fainelli1-0/+6
2017-04-25arm64: pmuv3: handle pmuv3+Mark Rutland1-3/+4
2017-04-11arm64: pmuv3: use arm_pmu ACPI frameworkMark Rutland1-17/+9
2017-04-11arm64: pmuv3: handle !PMUv3 when probingMark Rutland1-16/+71
2016-11-18KVM: arm64: Fix the issues when guest PMCCFILTR is configuredWei Huang1-9/+1
2016-09-16arm64: pmu: Hoist pmu platform device nameJeremy Linton1-1/+1
2016-09-16arm64: pmu: Probe default hw/cache countersJeremy Linton1-4/+41
2016-09-16arm64: pmu: add fallback probe tableMark Salter1-1/+12
2016-09-09arm64: perf: move to common attr_group fieldsMark Rutland1-12/+24
2016-08-22arm64: perf: Use the builtin_platform_driverKefeng Wang1-5/+1
2016-04-25arm64: perf: don't expose CHAIN event in sysfsWill Deacon1-2/+1
2016-04-25arm64/perf: Add Broadcom Vulcan PMU supportAshok Kumar1-0/+60
2016-04-25arm64/perf: Filter common events based on PMCEIDn_EL0Ashok Kumar1-15/+55
2016-04-25arm64/perf: Access pmu register using <read/write>_sys_regAshok Kumar1-17/+16
2016-04-25arm64/perf: Define complete ARMv8 recommended implementation defined eventsAshok Kumar1-0/+79
2016-04-25arm64/perf: Changed events naming as per the ARM ARMAshok Kumar1-153/+153
2016-03-29arm64: perf: Move PMU register related defines to asm/perf_event.hShannon Zhao1-53/+19
2016-03-21Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-22/+100
2016-02-29arm64: perf: Extend ARMV8_EVTYPE_MASK to include PMCR.LCWill Deacon1-1/+1
2016-02-29arm64: perf: Count EL2 events if the kernel is running in HYPMarc Zyngier1-1/+5
2016-02-18arm64: perf: Extend event mask for ARMv8.1Jan Glauber1-2/+2
2016-02-18arm64: perf: Enable PMCR long cycle counter bitJan Glauber1-5/+16
2016-02-18arm64/perf: Add Cavium ThunderX PMU supportJan Glauber1-1/+68
2016-02-18arm64: perf: Rename Cortex A57 eventsJan Glauber1-14/+14
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_node_getSudeep 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