pc3 199 tools/power/x86/turbostat/turbostat.c unsigned long long pc3; pc3 851 tools/power/x86/turbostat/turbostat.c outp += sprintf(outp, "pc3: %016llX\n", p->pc3); pc3 1114 tools/power/x86/turbostat/turbostat.c outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), 100.0 * p->pc3/tsc); pc3 1237 tools/power/x86/turbostat/turbostat.c old->pc3 = new->pc3 - old->pc3; pc3 1451 tools/power/x86/turbostat/turbostat.c p->pc3 = 0; pc3 1548 tools/power/x86/turbostat/turbostat.c average.packages.pc3 += p->pc3; pc3 1621 tools/power/x86/turbostat/turbostat.c average.packages.pc3 /= topo.num_packages; pc3 1935 tools/power/x86/turbostat/turbostat.c if (get_msr(cpu, MSR_PKG_C3_RESIDENCY, &p->pc3))