Kconfig (4343f61103cdb8ccd6f3d5dd7168f1176a1cee37) Kconfig (9a66d36cc7ace8062bd703d1edfb99437a2ddf2b)
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

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

66 tristate "ARM DynamIQ Shared Unit (DSU) PMU"
67 depends on ARM64
68 help
69 Provides support for performance monitor unit in ARM DynamIQ Shared
70 Unit (DSU). The DSU integrates one or more cores with an L3 memory
71 system, control logic. The PMU allows counting various events related
72 to DSU.
73
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

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

66 tristate "ARM DynamIQ Shared Unit (DSU) PMU"
67 depends on ARM64
68 help
69 Provides support for performance monitor unit in ARM DynamIQ Shared
70 Unit (DSU). The DSU integrates one or more cores with an L3 memory
71 system, control logic. The PMU allows counting various events related
72 to DSU.
73
74config FSL_IMX8_DDR_PMU
75 tristate "Freescale i.MX8 DDR perf monitor"
76 depends on ARCH_MXC
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
74config HISI_PMU
75 bool "HiSilicon SoC PMU"
76 depends on ARM64 && ACPI
77 help
78 Support for HiSilicon SoC uncore performance monitoring
79 unit (PMU), such as: L3C, HHA and DDRC.
80
81config QCOM_L2_PMU

--- 43 unchanged lines hidden ---
82config HISI_PMU
83 bool "HiSilicon SoC PMU"
84 depends on ARM64 && ACPI
85 help
86 Support for HiSilicon SoC uncore performance monitoring
87 unit (PMU), such as: L3C, HHA and DDRC.
88
89config QCOM_L2_PMU

--- 43 unchanged lines hidden ---