pc10              204 tools/power/x86/turbostat/turbostat.c 	unsigned long long pc10;
pc10              858 tools/power/x86/turbostat/turbostat.c 		outp += sprintf(outp, "pc10: %016llX\n", p->pc10);
pc10             1124 tools/power/x86/turbostat/turbostat.c 		outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), 100.0 * p->pc10/tsc);
pc10             1244 tools/power/x86/turbostat/turbostat.c 	old->pc10 = new->pc10 - old->pc10;
pc10             1458 tools/power/x86/turbostat/turbostat.c 	p->pc10 = 0;
pc10             1555 tools/power/x86/turbostat/turbostat.c 	average.packages.pc10 += p->pc10;
pc10             1629 tools/power/x86/turbostat/turbostat.c 	average.packages.pc10 /= topo.num_packages;
pc10             1960 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_PKG_C10_RESIDENCY, &p->pc10))