Searched refs:dtlb_m (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/pmcstudy/
H A Dpmcstudy.c1130 struct counters *dtlb_m, *dtlb_d; local
1136 dtlb_m = find_counter(cpu, "DTLB_LOAD_MISSES.STLB_HIT");
1139 d1 = dtlb_m->vals[pos] * 1.0;
1143 d1 = dtlb_m->sum * 1.0;

Completed in 70 milliseconds