Home | History | Annotate | Download | only in callgrind

Lines Matching full:current_state

212     CLG_(current_state).cost = es->cost;
216 CLG_(init_exec_state)( &CLG_(current_state) );
217 CLG_(current_state).sig = sigNum;
230 CLG_ASSERT(CLG_(current_state).sig >0);
233 CLG_(post_signal)( CLG_(current_tid), CLG_(current_state).sig );
246 CLG_ASSERT(sigNum == CLG_(current_state).sig);
256 if (CLG_(current_state).cxt) {
258 fn_number = CLG_(current_state).cxt->fn[0]->number;
262 CLG_(current_state).cxt->fn[0]->name, *pactive);
279 CLG_ASSERT(CLG_(current_state).cost == es->cost);
282 CLG_(current_state).cost );
288 CLG_(current_state).sig = es->sig;
413 es->cxt = CLG_(current_state).cxt;
414 es->collect = CLG_(current_state).collect;
415 es->jmps_passed = CLG_(current_state).jmps_passed;
416 es->bbcc = CLG_(current_state).bbcc;
417 es->nonskipped = CLG_(current_state).nonskipped;
418 CLG_ASSERT(es->cost == CLG_(current_state).cost);
428 CLG_ASSERT(CLG_(current_state).sig == es->sig);
438 CLG_(current_state).cxt = es->cxt;
439 CLG_(current_state).collect = es->collect;
440 CLG_(current_state).jmps_passed = es->jmps_passed;
441 CLG_(current_state).bbcc = es->bbcc;
442 CLG_(current_state).nonskipped = es->nonskipped;
443 CLG_(current_state).cost = es->cost;
444 CLG_(current_state).sig = es->sig;