Home
last modified time | relevance | path

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

/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c253 #define BIC_RAM_J (1ULL << 40) macro
1243 .bic = BIC_RAMWatt | BIC_RAM_J,
2667 if (DO_BIC(BIC_RAM_J)) in print_header()
3271 if (DO_BIC(BIC_RAM_J)) in format_counters()
7252 …const unsigned long long bic_joules_bits = BIC_Sys_J | BIC_Pkg_J | BIC_Cor_J | BIC_RAM_J | BIC_GFX… in rapl_probe_intel()