pc8               202 tools/power/x86/turbostat/turbostat.c 	unsigned long long pc8;
pc8               856 tools/power/x86/turbostat/turbostat.c 		outp += sprintf(outp, "pc8: %016llX\n", p->pc8);
pc8              1120 tools/power/x86/turbostat/turbostat.c 		outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), 100.0 * p->pc8/tsc);
pc8              1242 tools/power/x86/turbostat/turbostat.c 	old->pc8 = new->pc8 - old->pc8;
pc8              1456 tools/power/x86/turbostat/turbostat.c 	p->pc8 = 0;
pc8              1553 tools/power/x86/turbostat/turbostat.c 	average.packages.pc8 += p->pc8;
pc8              1627 tools/power/x86/turbostat/turbostat.c 	average.packages.pc8 /= topo.num_packages;
pc8              1954 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_PKG_C8_RESIDENCY, &p->pc8))