Lines Matching defs:do_rapl

75 unsigned int do_rapl;
300 if (do_rapl & RAPL_AMD_F17H)
360 return do_rapl & (RAPL_PKG | RAPL_AMD_F17H);
362 return do_rapl & RAPL_DRAM;
364 return do_rapl & RAPL_CORES_ENERGY_STATUS;
366 return do_rapl & RAPL_GFX;
368 return do_rapl & RAPL_PKG_PERF_STATUS;
370 return do_rapl & RAPL_DRAM_PERF_STATUS;
811 if (do_rapl && !rapl_joules) {
812 if (DO_BIC(BIC_CorWatt) && (do_rapl & RAPL_PER_CORE_ENERGY))
814 } else if (do_rapl && rapl_joules) {
815 if (DO_BIC(BIC_Cor_J) && (do_rapl & RAPL_PER_CORE_ENERGY))
873 if (do_rapl && !rapl_joules) {
876 if (DO_BIC(BIC_CorWatt) && !(do_rapl & RAPL_PER_CORE_ENERGY))
886 } else if (do_rapl && rapl_joules) {
889 if (DO_BIC(BIC_Cor_J) && !(do_rapl & RAPL_PER_CORE_ENERGY))
1185 if (DO_BIC(BIC_CorWatt) && (do_rapl & RAPL_PER_CORE_ENERGY))
1187 if (DO_BIC(BIC_Cor_J) && (do_rapl & RAPL_PER_CORE_ENERGY))
1248 if (DO_BIC(BIC_CorWatt) && !(do_rapl & RAPL_PER_CORE_ENERGY))
1256 if (DO_BIC(BIC_Cor_J) && !(do_rapl & RAPL_PER_CORE_ENERGY))
2017 if (do_rapl & RAPL_AMD_F17H) {
2082 if (do_rapl & RAPL_PKG) {
2087 if (do_rapl & RAPL_CORES_ENERGY_STATUS) {
2092 if (do_rapl & RAPL_DRAM) {
2097 if (do_rapl & RAPL_GFX) {
2102 if (do_rapl & RAPL_PKG_PERF_STATUS) {
2107 if (do_rapl & RAPL_DRAM_PERF_STATUS) {
2112 if (do_rapl & RAPL_AMD_F17H) {
4160 if (do_rapl & RAPL_PKG_POWER_INFO)
4216 do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_GFX | RAPL_PKG_POWER_INFO;
4229 do_rapl = RAPL_PKG | RAPL_PKG_POWER_INFO;
4236 do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS | RAPL_GFX | RAPL_PKG_POWER_INFO;
4250 do_rapl = RAPL_PKG | RAPL_PKG_PERF_STATUS | RAPL_PKG_POWER_INFO;
4259 do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS | RAPL_GFX | RAPL_PKG_POWER_INFO;
4278 do_rapl = RAPL_PKG | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS | RAPL_PKG_POWER_INFO;
4291 do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_PKG_PERF_STATUS | RAPL_DRAM_PERF_STATUS | RAPL_PKG_POWER_INFO;
4306 do_rapl = RAPL_PKG | RAPL_CORES;
4316 do_rapl = RAPL_PKG | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS | RAPL_PKG_POWER_INFO | RAPL_CORES_ENERGY_STATUS;
4374 do_rapl = RAPL_AMD_F17H | RAPL_PER_CORE_ENERGY;
4400 * sets do_rapl, rapl_power_units, rapl_energy_units, rapl_time_units
4516 if (!do_rapl)
4529 if (do_rapl & RAPL_AMD_F17H) {
4542 if (do_rapl & RAPL_PKG_POWER_INFO) {
4556 if (do_rapl & RAPL_PKG) {
4573 if (do_rapl & RAPL_DRAM_POWER_INFO) {
4584 if (do_rapl & RAPL_DRAM) {
4592 if (do_rapl & RAPL_CORE_POLICY) {
4598 if (do_rapl & RAPL_CORES_POWER_LIMIT) {
4605 if (do_rapl & RAPL_GFX) {