Lines Matching refs:do_rapl

75 unsigned int do_rapl;  variable
300 if (do_rapl & RAPL_AMD_F17H) in idx_to_offset()
360 return do_rapl & (RAPL_PKG | RAPL_AMD_F17H); in idx_valid()
362 return do_rapl & RAPL_DRAM; in idx_valid()
364 return do_rapl & RAPL_CORES_ENERGY_STATUS; in idx_valid()
366 return do_rapl & RAPL_GFX; in idx_valid()
368 return do_rapl & RAPL_PKG_PERF_STATUS; in idx_valid()
370 return do_rapl & RAPL_DRAM_PERF_STATUS; in idx_valid()
811 if (do_rapl && !rapl_joules) { in print_header()
812 if (DO_BIC(BIC_CorWatt) && (do_rapl & RAPL_PER_CORE_ENERGY)) in print_header()
814 } else if (do_rapl && rapl_joules) { in print_header()
815 if (DO_BIC(BIC_Cor_J) && (do_rapl & RAPL_PER_CORE_ENERGY)) in print_header()
873 if (do_rapl && !rapl_joules) { in print_header()
876 if (DO_BIC(BIC_CorWatt) && !(do_rapl & RAPL_PER_CORE_ENERGY)) in print_header()
886 } else if (do_rapl && rapl_joules) { in print_header()
889 if (DO_BIC(BIC_Cor_J) && !(do_rapl & RAPL_PER_CORE_ENERGY)) in print_header()
1185 if (DO_BIC(BIC_CorWatt) && (do_rapl & RAPL_PER_CORE_ENERGY)) in format_counters()
1187 if (DO_BIC(BIC_Cor_J) && (do_rapl & RAPL_PER_CORE_ENERGY)) in format_counters()
1248 if (DO_BIC(BIC_CorWatt) && !(do_rapl & RAPL_PER_CORE_ENERGY)) in format_counters()
1256 if (DO_BIC(BIC_Cor_J) && !(do_rapl & RAPL_PER_CORE_ENERGY)) in format_counters()
2017 if (do_rapl & RAPL_AMD_F17H) { in get_counters()
2082 if (do_rapl & RAPL_PKG) { in get_counters()
2087 if (do_rapl & RAPL_CORES_ENERGY_STATUS) { in get_counters()
2092 if (do_rapl & RAPL_DRAM) { in get_counters()
2097 if (do_rapl & RAPL_GFX) { in get_counters()
2102 if (do_rapl & RAPL_PKG_PERF_STATUS) { in get_counters()
2107 if (do_rapl & RAPL_DRAM_PERF_STATUS) { in get_counters()
2112 if (do_rapl & RAPL_AMD_F17H) { in get_counters()
4160 if (do_rapl & RAPL_PKG_POWER_INFO) in get_tdp_intel()
4216 do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_GFX | RAPL_PKG_POWER_INFO; in rapl_probe_intel()
4229 do_rapl = RAPL_PKG | RAPL_PKG_POWER_INFO; in rapl_probe_intel()
4236do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_PKG_… in rapl_probe_intel()
4250 do_rapl = RAPL_PKG | RAPL_PKG_PERF_STATUS | RAPL_PKG_POWER_INFO; in rapl_probe_intel()
4259do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_PKG_… in rapl_probe_intel()
4278do_rapl = RAPL_PKG | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STAT… in rapl_probe_intel()
4291do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_PKG_P… in rapl_probe_intel()
4306 do_rapl = RAPL_PKG | RAPL_CORES; in rapl_probe_intel()
4316do_rapl = RAPL_PKG | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STAT… in rapl_probe_intel()
4374 do_rapl = RAPL_AMD_F17H | RAPL_PER_CORE_ENERGY; in rapl_probe_amd()
4516 if (!do_rapl) in print_rapl()
4529 if (do_rapl & RAPL_AMD_F17H) { in print_rapl()
4542 if (do_rapl & RAPL_PKG_POWER_INFO) { in print_rapl()
4556 if (do_rapl & RAPL_PKG) { in print_rapl()
4573 if (do_rapl & RAPL_DRAM_POWER_INFO) { in print_rapl()
4584 if (do_rapl & RAPL_DRAM) { in print_rapl()
4592 if (do_rapl & RAPL_CORE_POLICY) { in print_rapl()
4598 if (do_rapl & RAPL_CORES_POWER_LIMIT) { in print_rapl()
4605 if (do_rapl & RAPL_GFX) { in print_rapl()