Searched refs:EG_BUS (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/callgrind/
H A Dmain.c114 CLG_ASSERT( (ii->eventset->mask & (1u<<EG_BUS))>0 );
116 CLG_(current_state).cost[ fullOffset(EG_BUS) ]++;
119 cost_Bus = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BUS);
121 cost_Bus = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BUS];
420 EG_BUS);
H A Dglobal.h688 #define EG_BUS 6 macro
H A Dsim.c1665 CLG_(register_event_group)(EG_BUS, "Ge");
1679 CLG_(sets).full = CLG_(add_event_group) (CLG_(sets).full, EG_BUS);

Completed in 53 milliseconds