Home | History | Annotate | Download | only in callgrind

Lines Matching refs:EG_BC

150     CLG_ASSERT( (ii->eventset->mask & (1u<<EG_BC))>0 );
153 cost_Bc = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BC);
155 cost_Bc = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BC];
157 fullOffset_Bc = fullOffset(EG_BC);
415 EG_BC);
1779 Bc_total_b = total[ fullOffset(EG_BC) ];
1780 Bc_total_mp = total[ fullOffset(EG_BC)+1 ];
1920 int l2b = ULong_width( total[fullOffset(EG_BC)] );