Kconfig (d5d9696b03808bc6be723cc85288c912c3a05606) | Kconfig (6ce4ef94195da926245b58311119ed9d52428fdc) |
---|---|
1# 2# Performance Monitor Drivers 3# 4 5menu "Performance monitor support" 6 depends on PERF_EVENTS 7 8config ARM_PMU 9 depends on ARM || ARM64 10 bool "ARM PMU framework" 11 default y 12 help 13 Say y if you want to use CPU performance monitors on ARM-based 14 systems. 15 16config ARM_PMU_ACPI 17 depends on ARM_PMU && ACPI 18 def_bool y 19 | 1# 2# Performance Monitor Drivers 3# 4 5menu "Performance monitor support" 6 depends on PERF_EVENTS 7 8config ARM_PMU 9 depends on ARM || ARM64 10 bool "ARM PMU framework" 11 default y 12 help 13 Say y if you want to use CPU performance monitors on ARM-based 14 systems. 15 16config ARM_PMU_ACPI 17 depends on ARM_PMU && ACPI 18 def_bool y 19 |
20config HISI_PMU 21 bool "HiSilicon SoC PMU" 22 depends on ARM64 && ACPI 23 help 24 Support for HiSilicon SoC uncore performance monitoring 25 unit (PMU), such as: L3C, HHA and DDRC. 26 |
|
20config QCOM_L2_PMU 21 bool "Qualcomm Technologies L2-cache PMU" 22 depends on ARCH_QCOM && ARM64 && ACPI 23 help 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. --- 27 unchanged lines hidden --- | 27config QCOM_L2_PMU 28 bool "Qualcomm Technologies L2-cache PMU" 29 depends on ARCH_QCOM && ARM64 && ACPI 30 help 31 Provides support for the L2 cache performance monitor unit (PMU) 32 in Qualcomm Technologies processors. 33 Adds the L2 cache PMU into the perf events subsystem for 34 monitoring L2 cache events. --- 27 unchanged lines hidden --- |