Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c239 #define BIC_CorWatt (1ULL << 31) macro
271 #define BIC_THERMAL_PWR ( BIC_CoreTmp | BIC_PkgTmp | BIC_PkgWatt | BIC_CorWatt | BIC_GFXWatt | BIC_…
1198 .bic = BIC_CorWatt | BIC_Cor_J,
1263 .bic = BIC_CorWatt | BIC_Cor_J,
2364 if (DO_BIC(BIC_CorWatt) && platform->has_per_core_rapl) in print_header()
2473 if (DO_BIC(BIC_CorWatt) && !platform->has_per_core_rapl) in print_header()
2950 if (DO_BIC(BIC_CorWatt) && platform->has_per_core_rapl) in format_counters()
3052 if (DO_BIC(BIC_CorWatt) && !platform->has_per_core_rapl) in format_counters()
7018 …const unsigned long long bic_watt_bits = BIC_SysWatt | BIC_PkgWatt | BIC_CorWatt | BIC_RAMWatt | B… in rapl_probe_intel()
7063 const unsigned long long bic_watt_bits = BIC_PkgWatt | BIC_CorWatt; in rapl_probe_amd()