Kconfig (95a0c7c2d6cfde3fb5fdb713428ed0df4d6bdd58) Kconfig (d5d9696b03808bc6be723cc85288c912c3a05606)
1#
2# Performance Monitor Drivers
3#
4
5menu "Performance monitor support"
6 depends on PERF_EVENTS
7
8config ARM_PMU

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

38
39config XGENE_PMU
40 depends on ARCH_XGENE
41 bool "APM X-Gene SoC PMU"
42 default n
43 help
44 Say y if you want to use APM X-Gene SoC performance monitors.
45
1#
2# Performance Monitor Drivers
3#
4
5menu "Performance monitor support"
6 depends on PERF_EVENTS
7
8config ARM_PMU

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

38
39config XGENE_PMU
40 depends on ARCH_XGENE
41 bool "APM X-Gene SoC PMU"
42 default n
43 help
44 Say y if you want to use APM X-Gene SoC performance monitors.
45
46config ARM_SPE_PMU
47 tristate "Enable support for the ARMv8.2 Statistical Profiling Extension"
48 depends on PERF_EVENTS && ARM64
49 help
50 Enable perf support for the ARMv8.2 Statistical Profiling
51 Extension, which provides periodic sampling of operations in
52 the CPU pipeline and reports this via the perf AUX interface.
53
46endmenu
54endmenu