Lines Matching refs:mperf
2000 unsigned long long mperf; member
3037 outp += sprintf(outp, "mperf: %016llX\n", t->mperf); in dump_counters()
3249 outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), 100.0 * t->mperf / tsc); in format_counters()
3254 sprintf(outp, "%s%.0f", (printed++ ? delim : ""), base_hz / units * t->aperf / t->mperf); in format_counters()
3257 tsc / units * t->aperf / t->mperf / interval_float); in format_counters()
3872 if ((new->aperf > old->aperf) && (new->mperf > old->mperf)) { in delta_thread()
3874 old->mperf = new->mperf - old->mperf; in delta_thread()
3891 if ((old->mperf + core_delta->c3 + core_delta->c6 + core_delta->c7) > (old->tsc * tsc_tweak)) in delta_thread()
3895 old->c1 = (old->tsc * tsc_tweak) - old->mperf - core_delta->c3 in delta_thread()
3900 if (old->mperf == 0) { in delta_thread()
3903 old->mperf = 1; /* divide by 0 protection */ in delta_thread()
3987 t->mperf = 0; in clear_counters()
4092 average.threads.mperf += t->mperf; in sum_counters()
4234 average.threads.mperf /= topo.allowed_cpus; in compute_average()
4528 int mperf; member
5007 t->mperf = mci->data[MSR_RCI_INDEX_MPERF]; in get_smi_aperf_mperf()