Home | History | Annotate | Download | only in cachegrind

Lines Matching defs:events

447 /* Maintain an ordered list of memory events which are outstanding, in
449 helper calls. The BB is scanned top to bottom and memory events
472 events in order to reduce the number of helper function calls made.
474 events with a single helper call. */
543 /* Up to this many unnotified events are allowed. Number is
555 Event events[N_EVENTS];
663 /* Generate code for all outstanding memory events, and mark the queue
691 ev = &cgs->events[i];
692 ev2 = ( i < cgs->events_used-1 ? &cgs->events[i+1] : NULL );
693 ev3 = ( i < cgs->events_used-2 ? &cgs->events[i+2] : NULL );
843 evt = &cgs->events[cgs->events_used];
861 evt = &cgs->events[cgs->events_used];
883 lastEvt = &cgs->events[cgs->events_used-1];
898 evt = &cgs->events[cgs->events_used];
919 evt = &cgs->events[cgs->events_used];
939 evt = &cgs->events[cgs->events_used];
1000 // Traverse the block, initialising inodes, adding events and flushing as
1028 // Subsequent Dr/Dw/Dm events from the same instruction will
1310 // "events:" line