diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2019-07-01 15:53:35 +0100 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2019-07-01 15:53:35 +0100 |
commit | 0c61efd322b75ed3143e3d130ebecbebf561adf5 (patch) | |
tree | f0b4bf299f04065fe1dbcac77cc4a2f1ccff9a9f /include/linux/perf/arm_pmu.h | |
parent | b07d7d5c7b421462dc91f0b775e31aae49804050 (diff) | |
parent | d482e575fbf0f7ec9319bded951f21bbc84312bf (diff) |
Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux
* 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux:
perf: arm_spe: Enable ACPI/Platform automatic module loading
arm_pmu: acpi: spe: Add initial MADT/SPE probing
ACPI/PPTT: Add function to return ACPI 6.3 Identical tokens
ACPI/PPTT: Modify node flag detection to find last IDENTICAL
MAINTAINERS: Add maintainer entry for the imx8 DDR PMU driver
drivers/perf: imx_ddr: Add DDR performance counter support to perf
dt-bindings: perf: imx8-ddr: add imx8qxp ddr performance monitor
Diffstat (limited to 'include/linux/perf/arm_pmu.h')
-rw-r--r-- | include/linux/perf/arm_pmu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/perf/arm_pmu.h b/include/linux/perf/arm_pmu.h index 4641e850b204..784bc58f165a 100644 --- a/include/linux/perf/arm_pmu.h +++ b/include/linux/perf/arm_pmu.h @@ -175,4 +175,6 @@ void armpmu_free_irq(int irq, int cpu); #endif /* CONFIG_ARM_PMU */ +#define ARMV8_SPE_PDEV_NAME "arm,spe-v1" + #endif /* __ARM_PMU_H__ */ |