Lines Matching defs:c7
161 { 0x0, "CPU%c7", NULL, 0, 0, 0, NULL, 0 },
1655 .perf_name = "c7-residency",
1695 .perf_name = "c7-residency",
2020 unsigned long long c7;
2817 outp += sprintf(outp, "%sCPU%%c7", (printed++ ? delim : ""));
3061 outp += sprintf(outp, "c7: %016llX\n", c->c7);
3371 outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), 100.0 * c->c7 / tsc);
3797 old->c7 = new->c7 - old->c7;
3891 if ((old->mperf + core_delta->c3 + core_delta->c6 + core_delta->c7) > (old->tsc * tsc_tweak))
3896 - core_delta->c6 - core_delta->c7;
3998 c->c7 = 0;
4123 average.cores.c7 += c->c7;
4245 average.cores.c7 /= topo.allowed_cores;
4920 PERF_COUNTER_WRITE_DATA(c->c7, CCSTATE_RCI_INDEX_C7_RESIDENCY);
5163 c->c6 -= c->c7;