Home | History | Annotate | Download | only in callgrind

Lines Matching refs:EG_BC

149     CLG_ASSERT( (ii->eventset->mask & (1u<<EG_BC))>0 );
152 cost_Bc = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BC);
154 cost_Bc = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BC];
156 fullOffset_Bc = fullOffset(EG_BC);
414 EG_BC);
1785 Bc_total_b = total[ fullOffset(EG_BC) ];
1786 Bc_total_mp = total[ fullOffset(EG_BC)+1 ];
1927 int l2b = ULong_width( total[fullOffset(EG_BC)] );