Kan Liang | e633c65 | 2016-03-20 01:33:36 -0700 | [diff] [blame] | 1 | menu "Performance monitoring" |
| 2 | |
| 3 | config PERF_EVENTS_INTEL_UNCORE |
| 4 | tristate "Intel uncore performance events" |
| 5 | depends on PERF_EVENTS && CPU_SUP_INTEL && PCI |
| 6 | default y |
| 7 | ---help--- |
| 8 | Include support for Intel uncore performance events. These are |
| 9 | available on NehalemEX and more modern processors. |
| 10 | |
Kan Liang | 4b6e257 | 2016-03-19 00:20:50 -0700 | [diff] [blame] | 11 | config PERF_EVENTS_INTEL_RAPL |
| 12 | tristate "Intel rapl performance events" |
| 13 | depends on PERF_EVENTS && CPU_SUP_INTEL && PCI |
| 14 | default y |
| 15 | ---help--- |
| 16 | Include support for Intel rapl performance events for power |
| 17 | monitoring on modern processors. |
| 18 | |
Thomas Gleixner | c7afba3 | 2016-03-20 18:59:04 +0000 | [diff] [blame^] | 19 | config PERF_EVENTS_INTEL_CSTATE |
| 20 | tristate "Intel cstate performance events" |
| 21 | depends on PERF_EVENTS && CPU_SUP_INTEL && PCI |
| 22 | default y |
| 23 | ---help--- |
| 24 | Include support for Intel cstate performance events for power |
| 25 | monitoring on modern processors. |
| 26 | |
Kan Liang | e633c65 | 2016-03-20 01:33:36 -0700 | [diff] [blame] | 27 | endmenu |