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