Home
last modified time | relevance | path

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

/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c7252 …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() local
7257 bic_enabled &= ~bic_joules_bits; in rapl_probe_intel()
7302 const unsigned long long bic_joules_bits = BIC_Pkg_J | BIC_Cor_J; in rapl_probe_amd() local
7307 bic_enabled &= ~bic_joules_bits; in rapl_probe_amd()