Home | History | Annotate | Download | only in callgrind

Lines Matching refs:skipped

124         cost_Bus = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BUS);
153 cost_Bc = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BC);
183 cost_Bi = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BI);
1498 /* if this frame is skipped, we don't have counters */
1751 if (!CLG_(current_state).bbcc->skipped)
1753 &(CLG_(current_state).bbcc->skipped));
1754 CLG_(current_state).bbcc->skipped[o] ++;
1755 CLG_(current_state).bbcc->skipped[o+1] += diff;