Home
last modified time | relevance | path

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

/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c247 #define BIC_RAMWatt (1ULL << 34) macro
279 … (BIC_CoreTmp | BIC_PkgTmp | BIC_PkgWatt | BIC_CorWatt | BIC_GFXWatt | BIC_RAMWatt | BIC_PKG__ | B…
1243 .bic = BIC_RAMWatt | BIC_RAM_J,
2654 if (DO_BIC(BIC_RAMWatt)) in print_header()
3258 if (DO_BIC(BIC_RAMWatt)) in format_counters()
7251 …const unsigned long long bic_watt_bits = BIC_SysWatt | BIC_PkgWatt | BIC_CorWatt | BIC_RAMWatt | B… in rapl_probe_intel()