Home | History | Annotate | Download | only in callgrind

Lines Matching full:current_state

54 exec_state CLG_(current_state);
117 if (!CLG_(current_state).collect) return;
121 CLG_(current_state).cost[ fullOffset(EG_BUS) ]++;
123 if (CLG_(current_state).nonskipped)
124 cost_Bus = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BUS);
148 if (!CLG_(current_state).collect) return;
152 if (CLG_(current_state).nonskipped)
153 cost_Bc = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BC);
158 CLG_(current_state).cost[ fullOffset_Bc ]++;
161 CLG_(current_state).cost[ fullOffset_Bc+1 ]++;
178 if (!CLG_(current_state).collect) return;
182 if (CLG_(current_state).nonskipped)
183 cost_Bi = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BI);
188 CLG_(current_state).cost[ fullOffset_Bi ]++;
191 CLG_(current_state).cost[ fullOffset_Bi+1 ]++;
1249 (UWord) &CLG_(current_state).jmps_passed,
1295 * As CLG_(current_state).jmps_passed is reset to 0 in setup_bbcc,
1303 (UWord) &CLG_(current_state).jmps_passed,
1405 CLG_(current_state).cost );
1413 t->lastdump_cost, CLG_(current_state).cost );
1434 while(CLG_(current_state).sig !=0)
1435 CLG_(post_signal)(CLG_(current_tid),CLG_(current_state).sig);
1442 CLG_(init_exec_state)( &CLG_(current_state) );
1449 CLG_(zero_cost)( CLG_(sets).full, CLG_(current_state).cost );
1509 ce->enter_cost, CLG_(current_state).cost );
1670 CLG_(current_state).collect = !CLG_(current_state).collect;
1672 CLG_(current_state).collect ? "ON" : "OFF");
1731 CLG_(current_state).bbcc) {
1749 CLG_(current_state).cost[o] ++;
1750 CLG_(current_state).cost[o+1] += diff;
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;