Lines Matching defs:Dr
114 CacheCC Dr; /* Data read counts */
278 lineCC->Dr.a = 0;
279 lineCC->Dr.m1 = 0;
280 lineCC->Dr.mL = 0;
378 &n->parent->Dr.m1, &n->parent->Dr.mL);
379 n->parent->Dr.a++;
403 &n->parent->Dr.m1, &n->parent->Dr.mL);
404 n->parent->Dr.a++;
451 notified event where possible (Dw immediately following Dr and
501 } Dr;
526 case Ev_Dr: return ev->Ev.Dr.ea;
535 case Ev_Dr: return ev->Ev.Dr.szB;
617 VG_(printf)("Dr %p %d EA=", ev->inode, ev->Ev.Dr.szB);
618 ppIRExpr(ev->Ev.Dr.ea);
706 /* Merge an Ir with a following Dr/Dm. */
709 with a following Dr or Dm. The Ir derives from the
710 instruction's IMark and the Dr/Dm from data
713 Ev_Ir, and so these Dr/Dm must pertain to the
865 evt->Ev.Dr.szB = datasize;
866 evt->Ev.Dr.ea = ea;
886 && lastEvt->Ev.Dr.szB == datasize
888 && eqIRAtom(lastEvt->Ev.Dr.ea, ea))
1028 // Subsequent Dr/Dw/Dm events from the same instruction will
1312 VG_(sprintf)(buf, "\nevents: Ir I1mr ILmr Dr D1mr DLmr Dw D1mw DLmw "
1316 VG_(sprintf)(buf, "\nevents: Ir I1mr ILmr Dr D1mr DLmr Dw D1mw DLmw "
1364 lineCC->Dr.a, lineCC->Dr.m1, lineCC->Dr.mL,
1375 lineCC->Dr.a, lineCC->Dr.m1, lineCC->Dr.mL,
1398 Dr_total.a += lineCC->Dr.a;
1399 Dr_total.m1 += lineCC->Dr.m1;
1400 Dr_total.mL += lineCC->Dr.mL;