Home | History | Annotate | Download | only in callgrind

Lines Matching full:skipped

123         cost_Bus = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BUS);
152 cost_Bc = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BC);
182 cost_Bi = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BI);
1424 /* if this frame is skipped, we don't have counters */
1680 if (!CLG_(current_state).bbcc->skipped)
1682 &(CLG_(current_state).bbcc->skipped));
1683 CLG_(current_state).bbcc->skipped[o] ++;
1684 CLG_(current_state).bbcc->skipped[o+1] += diff;