1 # SPDX-License-Identifier: GPL-2.0-only
3 # Performance Monitor Drivers
6 menu "Performance monitor support"
10 tristate "ARM CCI PMU driver"
11 depends on (ARM && CPU_V7) || ARM64
14 Support for PMU events monitoring on the ARM CCI (Cache Coherent
15 Interconnect) family of products.
17 If compiled as a module, it will be called arm-cci.
20 bool "support CCI-400"
22 depends on ARM_CCI_PMU
23 select ARM_CCI400_COMMON
25 CCI-400 provides 4 independent event counters counting events related
26 to the connected slave/master interfaces, plus a cycle counter.
29 bool "support CCI-500/CCI-550"
31 depends on ARM_CCI_PMU
33 CCI-500/CCI-550 both provide 8 independent event counters, which can
34 count events pertaining to the slave/master interfaces as well as the
35 internal events to the CCI.
38 tristate "ARM CCN driver support"
39 depends on ARM || ARM64
41 PMU (perf) driver supporting the ARM CCN (Cache Coherent Network)
45 depends on ARM || ARM64
46 bool "ARM PMU framework"
49 Say y if you want to use CPU performance monitors on ARM-based
53 depends on ARM_PMU && ACPI
56 config ARM_SMMU_V3_PMU
57 tristate "ARM SMMUv3 Performance Monitors Extension"
58 depends on ARM64 && ACPI && ARM_SMMU_V3
60 Provides support for the ARM SMMUv3 Performance Monitor Counter
61 Groups (PMCG), which provide monitoring of transactions passing
62 through the SMMU and allow the resulting information to be filtered
63 based on the Stream ID of the corresponding master.
66 tristate "ARM DynamIQ Shared Unit (DSU) PMU"
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
74 config FSL_IMX8_DDR_PMU
75 tristate "Freescale i.MX8 DDR perf monitor"
78 Provides support for the DDR performance monitor in i.MX8, which
79 can give information about memory throughput and other related
83 bool "HiSilicon SoC PMU"
84 depends on ARM64 && ACPI
86 Support for HiSilicon SoC uncore performance monitoring
87 unit (PMU), such as: L3C, HHA and DDRC.
90 bool "Qualcomm Technologies L2-cache PMU"
91 depends on ARCH_QCOM && ARM64 && ACPI
93 Provides support for the L2 cache performance monitor unit (PMU)
94 in Qualcomm Technologies processors.
95 Adds the L2 cache PMU into the perf events subsystem for
96 monitoring L2 cache events.
99 bool "Qualcomm Technologies L3-cache PMU"
100 depends on ARCH_QCOM && ARM64 && ACPI
101 select QCOM_IRQ_COMBINER
103 Provides support for the L3 cache performance monitor unit (PMU)
104 in Qualcomm Technologies processors.
105 Adds the L3 cache PMU into the perf events subsystem for
106 monitoring L3 cache events.
109 tristate "Cavium ThunderX2 SoC PMU UNCORE"
110 depends on ARCH_THUNDER2 && ARM64 && ACPI && NUMA
113 Provides support for ThunderX2 UNCORE events.
114 The SoC has PMU support in its L3 cache controller (L3C) and
115 in the DDR4 Memory Controller (DMC).
118 depends on ARCH_XGENE
119 bool "APM X-Gene SoC PMU"
122 Say y if you want to use APM X-Gene SoC performance monitors.
125 tristate "Enable support for the ARMv8.2 Statistical Profiling Extension"
128 Enable perf support for the ARMv8.2 Statistical Profiling
129 Extension, which provides periodic sampling of operations in
130 the CPU pipeline and reports this via the perf AUX interface.