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