Home | History | Annotate | Download | only in callgrind

Lines Matching full:current_state

215     CLG_(current_state).cost = es->cost;
219 CLG_(init_exec_state)( &CLG_(current_state) );
220 CLG_(current_state).sig = sigNum;
233 CLG_ASSERT(CLG_(current_state).sig >0);
236 CLG_(post_signal)( CLG_(current_tid), CLG_(current_state).sig );
249 CLG_ASSERT(sigNum == CLG_(current_state).sig);
259 if (CLG_(current_state).cxt) {
261 fn_number = CLG_(current_state).cxt->fn[0]->number;
265 CLG_(current_state).cxt->fn[0]->name, *pactive);
282 CLG_ASSERT(CLG_(current_state).cost == es->cost);
285 CLG_(current_state).cost );
291 CLG_(current_state).sig = es->sig;
416 es->cxt = CLG_(current_state).cxt;
417 es->collect = CLG_(current_state).collect;
418 es->jmps_passed = CLG_(current_state).jmps_passed;
419 es->bbcc = CLG_(current_state).bbcc;
420 es->nonskipped = CLG_(current_state).nonskipped;
421 CLG_ASSERT(es->cost == CLG_(current_state).cost);
431 CLG_ASSERT(CLG_(current_state).sig == es->sig);
441 CLG_(current_state).cxt = es->cxt;
442 CLG_(current_state).collect = es->collect;
443 CLG_(current_state).jmps_passed = es->jmps_passed;
444 CLG_(current_state).bbcc = es->bbcc;
445 CLG_(current_state).nonskipped = es->nonskipped;
446 CLG_(current_state).cost = es->cost;
447 CLG_(current_state).sig = es->sig;