Searched refs:aperf (Results 1 – 2 of 2) sorted by relevance
8 cpufreq-aperf20 utils/cpufreq-aperf.o
124 unsigned long long aperf; member368 outp += sprintf(outp, "aperf: %016llX\n", t->aperf); in dump_counters()463 1.0 / units * t->aperf / interval_float); in format_counters()476 1.0 * t->tsc / units * t->aperf / t->mperf / interval_float); in format_counters()673 if ((new->aperf > old->aperf) && (new->mperf > old->mperf)) { in delta_thread()674 old->aperf = new->aperf - old->aperf; in delta_thread()755 t->aperf = 0; in clear_counters()791 average.threads.aperf += t->aperf; in sum_counters()843 average.threads.aperf /= topo.num_cpus; in compute_average()894 if (get_msr(cpu, MSR_IA32_APERF, &t->aperf)) in get_counters()