Lines Matching defs:aperf
173 unsigned long long aperf;
929 outp += sprintf(outp, "aperf: %016llX\n", t->aperf);
1096 1.0 / units * t->aperf / interval_float);
1103 outp += sprintf(outp, "%s%.0f", (printed++ ? delim : ""), base_hz / units * t->aperf / t->mperf);
1106 tsc / units * t->aperf / t->mperf / interval_float);
1454 if ((new->aperf > old->aperf) && (new->mperf > old->mperf)) {
1455 old->aperf = new->aperf - old->aperf;
1539 t->aperf = 0;
1614 average.threads.aperf += t->aperf;
1712 average.threads.aperf /= topo.num_cpus;
1931 if (get_msr(cpu, MSR_IA32_APERF, &t->aperf))
1938 if (get_msr(cpu, MSR_IA32_APERF, &t->aperf))
1965 t->aperf = t->aperf * aperf_mperf_multiplier;