menu "Performance monitoring" config [31mCONFIG_PERF_EVENTS_INTEL_UNCORE[0m tristate "Intel uncore performance events" depends on [31mCONFIG_PERF_EVENTS[0m && [31mCONFIG_CPU_SUP_INTEL[0m && [31mCONFIG_PCI[0m default y ---help--- Include support for Intel uncore performance events. These are available on NehalemEX and more modern processors. config [31mCONFIG_PERF_EVENTS_INTEL_RAPL[0m tristate "Intel rapl performance events" depends on [31mCONFIG_PERF_EVENTS[0m && [31mCONFIG_CPU_SUP_INTEL[0m && [31mCONFIG_PCI[0m default y ---help--- Include support for Intel rapl performance events for power monitoring on modern processors. config [31mCONFIG_PERF_EVENTS_INTEL_CSTATE[0m tristate "Intel cstate performance events" depends on [31mCONFIG_PERF_EVENTS[0m && [31mCONFIG_CPU_SUP_INTEL[0m && [31mCONFIG_PCI[0m default y ---help--- Include support for Intel cstate performance events for power monitoring on modern processors. config [31mCONFIG_PERF_EVENTS_AMD_POWER[0m depends on [31mCONFIG_PERF_EVENTS[0m && [31mCONFIG_CPU_SUP_AMD[0m tristate "AMD Processor Power Reporting Mechanism" ---help--- Provide power reporting mechanism support for AMD processors. Currently, it leverages X86_FEATURE_ACC_POWER (CPUID Fn8000_0007_EDX[12]) interface to calculate the average power consumption on Family 15h processors. endmenu |