energy_pkg 214 tools/power/x86/turbostat/turbostat.c unsigned int energy_pkg; /* MSR_PKG_ENERGY_STATUS */ energy_pkg 861 tools/power/x86/turbostat/turbostat.c outp += sprintf(outp, "Joules PKG: %0X\n", p->energy_pkg); energy_pkg 1132 tools/power/x86/turbostat/turbostat.c outp += sprintf(outp, fmt8, (printed++ ? delim : ""), p->energy_pkg * rapl_energy_units / interval_float); energy_pkg 1140 tools/power/x86/turbostat/turbostat.c outp += sprintf(outp, fmt8, (printed++ ? delim : ""), p->energy_pkg * rapl_energy_units); energy_pkg 1257 tools/power/x86/turbostat/turbostat.c DELTA_WRAP32(new->energy_pkg, old->energy_pkg); energy_pkg 1462 tools/power/x86/turbostat/turbostat.c p->energy_pkg = 0; energy_pkg 1560 tools/power/x86/turbostat/turbostat.c average.packages.energy_pkg += p->energy_pkg; energy_pkg 1971 tools/power/x86/turbostat/turbostat.c p->energy_pkg = msr & 0xFFFFFFFF; energy_pkg 2001 tools/power/x86/turbostat/turbostat.c p->energy_pkg = msr & 0xFFFFFFFF;