Kconfig (98817a84ff1c755c347ac633ff017a623a631fad) Kconfig (6d0efeb14bbe2350a94ba07b403a686d731c5179)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Performance Monitor Drivers
4#
5
6menu "Performance monitor support"
7 depends on PERF_EVENTS
8

--- 68 unchanged lines hidden (view full) ---

77 help
78 Provides support for the DDR performance monitor in i.MX8, which
79 can give information about memory throughput and other related
80 events.
81
82config QCOM_L2_PMU
83 bool "Qualcomm Technologies L2-cache PMU"
84 depends on ARCH_QCOM && ARM64 && ACPI
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Performance Monitor Drivers
4#
5
6menu "Performance monitor support"
7 depends on PERF_EVENTS
8

--- 68 unchanged lines hidden (view full) ---

77 help
78 Provides support for the DDR performance monitor in i.MX8, which
79 can give information about memory throughput and other related
80 events.
81
82config QCOM_L2_PMU
83 bool "Qualcomm Technologies L2-cache PMU"
84 depends on ARCH_QCOM && ARM64 && ACPI
85 select QCOM_KRYO_L2_ACCESSORS
85 help
86 Provides support for the L2 cache performance monitor unit (PMU)
87 in Qualcomm Technologies processors.
88 Adds the L2 cache PMU into the perf events subsystem for
89 monitoring L2 cache events.
90
91config QCOM_L3_PMU
92 bool "Qualcomm Technologies L3-cache PMU"

--- 35 unchanged lines hidden ---
86 help
87 Provides support for the L2 cache performance monitor unit (PMU)
88 in Qualcomm Technologies processors.
89 Adds the L2 cache PMU into the perf events subsystem for
90 monitoring L2 cache events.
91
92config QCOM_L3_PMU
93 bool "Qualcomm Technologies L3-cache PMU"

--- 35 unchanged lines hidden ---