core_energy 192 tools/power/x86/turbostat/turbostat.c unsigned int core_energy; /* MSR_CORE_ENERGY_STAT */ core_energy 832 tools/power/x86/turbostat/turbostat.c outp += sprintf(outp, "Joules: %0X\n", c->core_energy); core_energy 1075 tools/power/x86/turbostat/turbostat.c outp += sprintf(outp, fmt8, (printed++ ? delim : ""), c->core_energy * rapl_energy_units / interval_float); core_energy 1077 tools/power/x86/turbostat/turbostat.c outp += sprintf(outp, fmt8, (printed++ ? delim : ""), c->core_energy * rapl_energy_units); core_energy 1286 tools/power/x86/turbostat/turbostat.c DELTA_WRAP32(new->core_energy, old->core_energy); core_energy 1442 tools/power/x86/turbostat/turbostat.c c->core_energy = 0; core_energy 1525 tools/power/x86/turbostat/turbostat.c average.cores.core_energy += c->core_energy; core_energy 1906 tools/power/x86/turbostat/turbostat.c c->core_energy = msr & 0xFFFFFFFF;