Home
last modified time | relevance | path

Searched refs:dtsb_m (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/usr.sbin/pmcstudy/
Dpmcstudy.c1162 struct counters *dtsb_m, *dtsb_d; in dtlb_missstore() local
1168 dtsb_m = find_counter(cpu, "DTLB_STORE_MISSES.STLB_HIT"); in dtlb_missstore()
1171 d1 = dtsb_m->vals[pos] * 1.0; in dtlb_missstore()
1175 d1 = dtsb_m->sum * 1.0; in dtlb_missstore()