Lines Matching refs:aperf
141 unsigned long long aperf; member
401 outp += sprintf(outp, "aperf: %016llX\n", t->aperf); in dump_counters()
505 1.0 / units * t->aperf / interval_float); in format_counters()
518 outp += sprintf(outp, "%8.0f", base_hz / units * t->aperf / t->mperf); in format_counters()
521 1.0 * t->tsc / units * t->aperf / t->mperf / interval_float); in format_counters()
742 if ((new->aperf > old->aperf) && (new->mperf > old->mperf)) { in delta_thread()
743 old->aperf = new->aperf - old->aperf; in delta_thread()
825 t->aperf = 0; in clear_counters()
869 average.threads.aperf += t->aperf; in sum_counters()
931 average.threads.aperf /= topo.num_cpus; in compute_average()
992 if (get_msr(cpu, MSR_IA32_APERF, &t->aperf)) in get_counters()
996 t->aperf = t->aperf * aperf_mperf_multiplier; in get_counters()