Home
last modified time | relevance | path

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

/Linux-v5.15/tools/power/x86/turbostat/
Dturbostat.c647 #define BIC_CorWatt (1ULL << 31) macro
671 #define BIC_THERMAL_PWR ( BIC_CoreTmp | BIC_PkgTmp | BIC_PkgWatt | BIC_CorWatt | BIC_GFXWatt | BIC_…
876 if (DO_BIC(BIC_CorWatt) && (do_rapl & RAPL_PER_CORE_ENERGY)) in print_header()
940 if (DO_BIC(BIC_CorWatt) && !(do_rapl & RAPL_PER_CORE_ENERGY)) in print_header()
1247 if (DO_BIC(BIC_CorWatt) && (do_rapl & RAPL_PER_CORE_ENERGY)) in format_counters()
1314 if (DO_BIC(BIC_CorWatt) && !(do_rapl & RAPL_PER_CORE_ENERGY)) in format_counters()
4409 BIC_PRESENT(BIC_CorWatt); in rapl_probe_intel()
4432 BIC_PRESENT(BIC_CorWatt); in rapl_probe_intel()
4459 BIC_PRESENT(BIC_CorWatt); in rapl_probe_intel()
4495 BIC_PRESENT(BIC_CorWatt); in rapl_probe_intel()
[all …]