Home | History | Annotate | Download | only in cachegrind

Lines Matching defs:events

468 /* Maintain an ordered list of memory events which are outstanding, in
470 helper calls. The BB is scanned top to bottom and memory events
493 events in order to reduce the number of helper function calls made.
495 events with a single helper call. */
567 /* Up to this many unnotified events are allowed. Number is
579 Event events[N_EVENTS];
689 /* Generate code for all outstanding memory events, and mark the queue
717 ev = &cgs->events[i];
718 ev2 = ( i < cgs->events_used-1 ? &cgs->events[i+1] : NULL );
719 ev3 = ( i < cgs->events_used-2 ? &cgs->events[i+2] : NULL );
881 evt = &cgs->events[cgs->events_used];
905 evt = &cgs->events[cgs->events_used];
927 lastEvt = &cgs->events[cgs->events_used-1];
942 evt = &cgs->events[cgs->events_used];
1009 evt = &cgs->events[cgs->events_used];
1029 evt = &cgs->events[cgs->events_used];
1092 // Traverse the block, initialising inodes, adding events and flushing as
1120 // Subsequent Dr/Dw/Dm events from the same instruction will
1225 /* flush events before LL, should help SC to succeed */
1416 // "events:" line