energy_gfx        217 tools/power/x86/turbostat/turbostat.c 	unsigned int energy_gfx;	/* MSR_PP1_ENERGY_STATUS */
energy_gfx        863 tools/power/x86/turbostat/turbostat.c 		outp += sprintf(outp, "Joules GFX: %0X\n", p->energy_gfx);
energy_gfx       1136 tools/power/x86/turbostat/turbostat.c 		outp += sprintf(outp, fmt8, (printed++ ? delim : ""), p->energy_gfx * rapl_energy_units / interval_float);
energy_gfx       1144 tools/power/x86/turbostat/turbostat.c 		outp += sprintf(outp, fmt8, (printed++ ? delim : ""), p->energy_gfx * rapl_energy_units);
energy_gfx       1259 tools/power/x86/turbostat/turbostat.c 	DELTA_WRAP32(new->energy_gfx, old->energy_gfx);
energy_gfx       1465 tools/power/x86/turbostat/turbostat.c 	p->energy_gfx = 0;
energy_gfx       1563 tools/power/x86/turbostat/turbostat.c 	average.packages.energy_gfx += p->energy_gfx;
energy_gfx       1986 tools/power/x86/turbostat/turbostat.c 		p->energy_gfx = msr & 0xFFFFFFFF;