• Home
  • Raw
  • Download

Lines Matching refs:current_state

53 exec_state CLG_(current_state);
112 if (!CLG_(current_state).collect) return; in log_global_event()
116 CLG_(current_state).cost[ fullOffset(EG_BUS) ]++; in log_global_event()
118 if (CLG_(current_state).nonskipped) in log_global_event()
119 cost_Bus = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BUS); in log_global_event()
143 if (!CLG_(current_state).collect) return; in log_cond_branch()
147 if (CLG_(current_state).nonskipped) in log_cond_branch()
148 cost_Bc = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BC); in log_cond_branch()
153 CLG_(current_state).cost[ fullOffset_Bc ]++; in log_cond_branch()
156 CLG_(current_state).cost[ fullOffset_Bc+1 ]++; in log_cond_branch()
173 if (!CLG_(current_state).collect) return; in log_ind_branch()
177 if (CLG_(current_state).nonskipped) in log_ind_branch()
178 cost_Bi = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BI); in log_ind_branch()
183 CLG_(current_state).cost[ fullOffset_Bi ]++; in log_ind_branch()
186 CLG_(current_state).cost[ fullOffset_Bi+1 ]++; in log_ind_branch()
1159 (UWord) &CLG_(current_state).jmps_passed, in CLG_()
1211 (UWord) &CLG_(current_state).jmps_passed, in CLG_()
1286 CLG_(current_state).cost ); in zero_thread_cost()
1294 t->lastdump_cost, CLG_(current_state).cost ); in zero_thread_cost()
1315 while(CLG_(current_state).sig !=0) in unwind_thread()
1316 CLG_(post_signal)(CLG_(current_tid),CLG_(current_state).sig); in unwind_thread()
1323 CLG_(init_exec_state)( &CLG_(current_state) ); in unwind_thread()
1330 CLG_(zero_cost)( CLG_(sets).full, CLG_(current_state).cost ); in zero_state_cost()
1392 ce->enter_cost, CLG_(current_state).cost ); in dump_state_of_thread_togdb()
1553 CLG_(current_state).collect = !CLG_(current_state).collect; in CLG_()
1555 CLG_(current_state).collect ? "ON" : "OFF"); in CLG_()
1618 CLG_(current_state).bbcc) { in CLG_()
1635 CLG_(current_state).cost[o] ++; in CLG_()
1636 CLG_(current_state).cost[o+1] += diff; in CLG_()
1637 if (!CLG_(current_state).bbcc->skipped) in CLG_()
1639 &(CLG_(current_state).bbcc->skipped)); in CLG_()
1640 CLG_(current_state).bbcc->skipped[o] ++; in CLG_()
1641 CLG_(current_state).bbcc->skipped[o+1] += diff; in CLG_()