2 # Performance Monitor Drivers
5 menu "Performance monitor support"
9 depends on ARM || ARM64
10 bool "ARM PMU framework"
13 Say y if you want to use CPU performance monitors on ARM-based
17 depends on ARM_PMU && ACPI
21 bool "Qualcomm Technologies L2-cache PMU"
22 depends on ARCH_QCOM && ARM64 && ACPI
24 Provides support for the L2 cache performance monitor unit (PMU)
25 in Qualcomm Technologies processors.
26 Adds the L2 cache PMU into the perf events subsystem for
27 monitoring L2 cache events.
30 bool "Qualcomm Technologies L3-cache PMU"
31 depends on ARCH_QCOM && ARM64 && ACPI
32 select QCOM_IRQ_COMBINER
34 Provides support for the L3 cache performance monitor unit (PMU)
35 in Qualcomm Technologies processors.
36 Adds the L3 cache PMU into the perf events subsystem for
37 monitoring L3 cache events.
41 bool "APM X-Gene SoC PMU"
44 Say y if you want to use APM X-Gene SoC performance monitors.