Searched refs:do_rapl (Results 1 – 1 of 1) sorted by relevance
75 unsigned int do_rapl; variable356 return do_rapl & RAPL_PKG; in idx_valid()358 return do_rapl & RAPL_DRAM; in idx_valid()360 return do_rapl & RAPL_CORES_ENERGY_STATUS; in idx_valid()362 return do_rapl & RAPL_GFX; in idx_valid()364 return do_rapl & RAPL_PKG_PERF_STATUS; in idx_valid()366 return do_rapl & RAPL_DRAM_PERF_STATUS; in idx_valid()807 if (do_rapl && !rapl_joules) { in print_header()808 if (DO_BIC(BIC_CorWatt) && (do_rapl & RAPL_PER_CORE_ENERGY)) in print_header()810 } else if (do_rapl && rapl_joules) { in print_header()[all …]