Home | History | Annotate | Download | only in callgrind

Lines Matching full:current_state

214     CLG_(current_state).cost = es->cost;
218 CLG_(init_exec_state)( &CLG_(current_state) );
219 CLG_(current_state).sig = sigNum;
232 CLG_ASSERT(CLG_(current_state).sig >0);
235 CLG_(post_signal)( CLG_(current_tid), CLG_(current_state).sig );
248 CLG_ASSERT(sigNum == CLG_(current_state).sig);
258 if (CLG_(current_state).cxt) {
260 fn_number = CLG_(current_state).cxt->fn[0]->number;
264 CLG_(current_state).cxt->fn[0]->name, *pactive);
281 CLG_ASSERT(CLG_(current_state).cost == es->cost);
284 CLG_(current_state).cost );
290 CLG_(current_state).sig = es->sig;
415 es->cxt = CLG_(current_state).cxt;
416 es->collect = CLG_(current_state).collect;
417 es->jmps_passed = CLG_(current_state).jmps_passed;
418 es->bbcc = CLG_(current_state).bbcc;
419 es->nonskipped = CLG_(current_state).nonskipped;
420 CLG_ASSERT(es->cost == CLG_(current_state).cost);
430 CLG_ASSERT(CLG_(current_state).sig == es->sig);
440 CLG_(current_state).cxt = es->cxt;
441 CLG_(current_state).collect = es->collect;
442 CLG_(current_state).jmps_passed = es->jmps_passed;
443 CLG_(current_state).bbcc = es->bbcc;
444 CLG_(current_state).nonskipped = es->nonskipped;
445 CLG_(current_state).cost = es->cost;
446 CLG_(current_state).sig = es->sig;