HomeSort by relevance Sort by last modified time
    Searched defs:Dw (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/cachegrind/
cg_main.c 109 CacheCC Dw; /* Data write/modify counts */
275 lineCC->Dw.a = 0;
276 lineCC->Dw.m1 = 0;
277 lineCC->Dw.mL = 0;
387 &n->parent->Dw.m1, &n->parent->Dw.mL);
388 n->parent->Dw.a++;
407 &n->parent->Dw.m1, &n->parent->Dw.mL);
408 n->parent->Dw.a++
    [all...]
  /external/valgrind/main/callgrind/
main.c 199 notified event where possible (Dw immediately following Dr and
254 } Dw;
278 case Ev_Dw: return ev->Ev.Dw.ea;
287 case Ev_Dw: return ev->Ev.Dw.szB;
339 VG_(printf)("Dw (InstrInfo %p) at +%d %d EA=",
340 ev->inode, ev->inode->instr_offset, ev->Ev.Dw.szB);
341 ppIRExpr(ev->Ev.Dw.ea);
403 // extend event set by Dw counters
452 Dm events have same effect as Dw events */
474 /* Merge an Ir with a following Dw/Dm. *
    [all...]

Completed in 117 milliseconds