Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c268 #define BIC_Sys_J (1ULL << 60) macro
276 …fine BIC_DISABLED_BY_DEFAULT (BIC_USEC | BIC_TOD | BIC_APIC | BIC_X2APIC | BIC_SysWatt | BIC_Sys_J)
1276 .bic = BIC_SysWatt | BIC_Sys_J,
2552 if (DO_BIC(BIC_Sys_J)) in print_header()
3149 if (DO_BIC(BIC_Sys_J) && (t == &average.threads)) in format_counters()
7019 …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()