Home
last modified time | relevance | path

Searched refs:has_rapl (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c4752 unsigned int has_rapl = 0; in rapl_probe_amd() local
4760 has_rapl = edx & (1 << 14); in rapl_probe_amd()
4763 if (!has_rapl || family < 0x17) in rapl_probe_amd()