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

  /external/valgrind/cachegrind/
cg_main.c 109 CacheCC Dw; /* Data write/modify counts */
274 lineCC->Dw.a = 0;
275 lineCC->Dw.m1 = 0;
276 lineCC->Dw.mL = 0;
410 &n->parent->Dw.m1, &n->parent->Dw.mL);
411 n->parent->Dw.a++;
434 &n->parent->Dw.m1, &n->parent->Dw.mL);
435 n->parent->Dw.a++
    [all...]
  /external/valgrind/callgrind/
main.c 204 notified event where possible (Dw immediately following Dr and
259 } Dw;
283 case Ev_Dw: return ev->Ev.Dw.ea;
292 case Ev_Dw: return ev->Ev.Dw.szB;
344 VG_(printf)("Dw (InstrInfo %p) at +%u %d EA=",
345 ev->inode, ev->inode->instr_offset, ev->Ev.Dw.szB);
346 ppIRExpr(ev->Ev.Dw.ea);
408 // extend event set by Dw counters
457 Dm events have same effect as Dw events */
479 /* Merge an Ir with a following Dw/Dm. *
    [all...]

Completed in 83 milliseconds