Lines Matching refs:aperf
1609 unsigned long long aperf; member
2569 outp += sprintf(outp, "aperf: %016llX\n", t->aperf); in dump_counters()
2769 …outp += sprintf(outp, "%s%.0f", (printed++ ? delim : ""), 1.0 / units * t->aperf / interval_float); in format_counters()
2777 sprintf(outp, "%s%.0f", (printed++ ? delim : ""), base_hz / units * t->aperf / t->mperf); in format_counters()
2780 tsc / units * t->aperf / t->mperf / interval_float); in format_counters()
2787 outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), 1.0 * t->instr_count / t->aperf); in format_counters()
3372 if ((new->aperf > old->aperf) && (new->mperf > old->mperf)) { in delta_thread()
3373 old->aperf = new->aperf - old->aperf; in delta_thread()
3485 t->aperf = 0; in clear_counters()
3589 average.threads.aperf += t->aperf; in sum_counters()
3730 average.threads.aperf /= topo.allowed_cpus; in compute_average()
4022 int aperf; /* Also the group descriptor */ member
4501 t->aperf = mci->data[MSR_RCI_INDEX_APERF]; in get_smi_aperf_mperf()