Home | History | Annotate | Download | only in callgrind

Lines Matching refs:lastEvt

639    Event* lastEvt;
647 lastEvt = &clgs->events[clgs->events_used-1];
649 && lastEvt->tag == Ev_Dr
650 && lastEvt->Ev.Dr.szB == datasize
651 && lastEvt->inode == inode
652 && eqIRAtom(lastEvt->Ev.Dr.ea, ea))
654 lastEvt->tag = Ev_Dm;