2015-07-06 19:23:53 +08:00
|
|
|
#
|
|
|
|
# Performance Monitor Drivers
|
|
|
|
#
|
|
|
|
|
|
|
|
menu "Performance monitor support"
|
2017-06-13 20:45:51 +08:00
|
|
|
depends on PERF_EVENTS
|
2015-07-06 19:23:53 +08:00
|
|
|
|
|
|
|
config ARM_PMU
|
2017-06-13 20:45:51 +08:00
|
|
|
depends on ARM || ARM64
|
2015-07-06 19:23:53 +08:00
|
|
|
bool "ARM PMU framework"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Say y if you want to use CPU performance monitors on ARM-based
|
|
|
|
systems.
|
|
|
|
|
2017-04-11 16:39:55 +08:00
|
|
|
config ARM_PMU_ACPI
|
|
|
|
depends on ARM_PMU && ACPI
|
|
|
|
def_bool y
|
|
|
|
|
2017-02-08 02:14:04 +08:00
|
|
|
config QCOM_L2_PMU
|
|
|
|
bool "Qualcomm Technologies L2-cache PMU"
|
2017-06-13 20:45:51 +08:00
|
|
|
depends on ARCH_QCOM && ARM64 && ACPI
|
2017-02-08 02:14:04 +08:00
|
|
|
help
|
|
|
|
Provides support for the L2 cache performance monitor unit (PMU)
|
|
|
|
in Qualcomm Technologies processors.
|
|
|
|
Adds the L2 cache PMU into the perf events subsystem for
|
|
|
|
monitoring L2 cache events.
|
|
|
|
|
2017-04-01 02:13:43 +08:00
|
|
|
config QCOM_L3_PMU
|
|
|
|
bool "Qualcomm Technologies L3-cache PMU"
|
2017-06-13 20:45:51 +08:00
|
|
|
depends on ARCH_QCOM && ARM64 && ACPI
|
2017-04-01 02:13:43 +08:00
|
|
|
select QCOM_IRQ_COMBINER
|
|
|
|
help
|
|
|
|
Provides support for the L3 cache performance monitor unit (PMU)
|
|
|
|
in Qualcomm Technologies processors.
|
|
|
|
Adds the L3 cache PMU into the perf events subsystem for
|
|
|
|
monitoring L3 cache events.
|
|
|
|
|
2016-07-16 01:38:04 +08:00
|
|
|
config XGENE_PMU
|
2017-06-13 20:45:51 +08:00
|
|
|
depends on ARCH_XGENE
|
2016-07-16 01:38:04 +08:00
|
|
|
bool "APM X-Gene SoC PMU"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Say y if you want to use APM X-Gene SoC performance monitors.
|
|
|
|
|
2015-07-06 19:23:53 +08:00
|
|
|
endmenu
|