Kconfig (0ea8a56de21be24cb79abb03dee79aabcd60a316) | Kconfig (0ba64770a2f2e5a104bf835e133d78d3f82287ad) |
---|---|
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 --- 27 unchanged lines hidden (view full) --- 36 37config ARM_CCN 38 tristate "ARM CCN driver support" 39 depends on ARM || ARM64 40 help 41 PMU (perf) driver supporting the ARM CCN (Cache Coherent Network) 42 interconnect. 43 | 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 --- 27 unchanged lines hidden (view full) --- 36 37config ARM_CCN 38 tristate "ARM CCN driver support" 39 depends on ARM || ARM64 40 help 41 PMU (perf) driver supporting the ARM CCN (Cache Coherent Network) 42 interconnect. 43 |
44config ARM_CMN 45 tristate "Arm CMN-600 PMU support" 46 depends on ARM64 || (COMPILE_TEST && 64BIT) 47 help 48 Support for PMU events monitoring on the Arm CMN-600 Coherent Mesh 49 Network interconnect. 50 |
|
44config ARM_PMU 45 depends on ARM || ARM64 46 bool "ARM PMU framework" 47 default y 48 help 49 Say y if you want to use CPU performance monitors on ARM-based 50 systems. 51 --- 77 unchanged lines hidden --- | 51config ARM_PMU 52 depends on ARM || ARM64 53 bool "ARM PMU framework" 54 default y 55 help 56 Say y if you want to use CPU performance monitors on ARM-based 57 systems. 58 --- 77 unchanged lines hidden --- |