Home | History | Annotate | Download | only in callgrind

Lines Matching refs:current_state

53 exec_state CLG_(current_state);
116 if (!CLG_(current_state).collect) return;
120 CLG_(current_state).cost[ fullOffset(EG_BUS) ]++;
122 if (CLG_(current_state).nonskipped)
123 cost_Bus = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BUS);
147 if (!CLG_(current_state).collect) return;
151 if (CLG_(current_state).nonskipped)
152 cost_Bc = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BC);
157 CLG_(current_state).cost[ fullOffset_Bc ]++;
160 CLG_(current_state).cost[ fullOffset_Bc+1 ]++;
177 if (!CLG_(current_state).collect) return;
181 if (CLG_(current_state).nonskipped)
182 cost_Bi = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BI);
187 CLG_(current_state).cost[ fullOffset_Bi ]++;
190 CLG_(current_state).cost[ fullOffset_Bi+1 ]++;
1175 (UWord) &CLG_(current_state).jmps_passed,
1227 (UWord) &CLG_(current_state).jmps_passed,
1329 CLG_(current_state).cost );
1337 t->lastdump_cost, CLG_(current_state).cost );
1358 while(CLG_(current_state).sig !=0)
1359 CLG_(post_signal)(CLG_(current_tid),CLG_(current_state).sig);
1366 CLG_(init_exec_state)( &CLG_(current_state) );
1373 CLG_(zero_cost)( CLG_(sets).full, CLG_(current_state).cost );
1435 ce->enter_cost, CLG_(current_state).cost );
1596 CLG_(current_state).collect = !CLG_(current_state).collect;
1598 CLG_(current_state).collect ? "ON" : "OFF");
1661 CLG_(current_state).bbcc) {
1678 CLG_(current_state).cost[o] ++;
1679 CLG_(current_state).cost[o+1] += diff;
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;