Lines Matching refs:aperf
347 unsigned long long aperf;
1026 outp += sprintf(outp, "aperf: %016llX\n", t->aperf);
1187 outp += sprintf(outp, "%s%.0f", (printed++ ? delim : ""), 1.0 / units * t->aperf / interval_float);
1195 sprintf(outp, "%s%.0f", (printed++ ? delim : ""), base_hz / units * t->aperf / t->mperf);
1198 tsc / units * t->aperf / t->mperf / interval_float);
1205 outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), 1.0 * t->instr_count / t->aperf);
1571 if ((new->aperf > old->aperf) && (new->mperf > old->mperf)) {
1572 old->aperf = new->aperf - old->aperf;
1657 t->aperf = 0;
1736 average.threads.aperf += t->aperf;
1838 average.threads.aperf /= topo.num_cpus;
2113 if (get_msr(cpu, MSR_IA32_APERF, &t->aperf))
2120 if (get_msr(cpu, MSR_IA32_APERF, &t->aperf))
2146 t->aperf = t->aperf * aperf_mperf_multiplier;