Searched refs:mperf (Results 1 – 2 of 2) sorted by relevance
6 DEF(mperf)
125 unsigned long long mperf; member369 outp += sprintf(outp, "mperf: %016llX\n", t->mperf); in dump_counters()468 outp += sprintf(outp, "%8.2f", 100.0 * t->mperf/t->tsc); 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()675 old->mperf = new->mperf - old->mperf; in delta_thread()705 if ((old->mperf + core_delta->c3 + core_delta->c6 + core_delta->c7) > old->tsc) in delta_thread()709 old->c1 = old->tsc - old->mperf - core_delta->c3 in delta_thread()714 if (old->mperf == 0) { in delta_thread()716 old->mperf = 1; /* divide by 0 protection */ in delta_thread()[all …]