Lines Matching refs:timer
170 RF_Etimer_t timer;
179 timer = tracerec->timer;
180 RF_ETIMER_STOP(timer);
181 RF_ETIMER_EVAL(timer);
182 tracerec->specific.user.exec_us = RF_ETIMER_VAL_US(timer);
183 RF_ETIMER_START(tracerec->timer);
276 RF_Etimer_t timer;
286 RF_ETIMER_START(timer);
287 RF_ETIMER_START(desc->timer);
323 RF_ETIMER_STOP(timer);
324 RF_ETIMER_EVAL(timer);
325 tracerec->specific.user.suspend_ovhd_us += RF_ETIMER_VAL_US(timer);
342 RF_Etimer_t timer;
344 RF_ETIMER_START(timer);
352 RF_ETIMER_STOP(timer);
353 RF_ETIMER_EVAL(timer);
354 tracerec->specific.user.map_us = RF_ETIMER_VAL_US(timer);
366 RF_Etimer_t timer;
375 RF_ETIMER_START(timer);
433 RF_ETIMER_STOP(timer);
434 RF_ETIMER_EVAL(timer);
435 tracerec->specific.user.lock_us += RF_ETIMER_VAL_US(timer);
469 RF_Etimer_t timer;
479 RF_ETIMER_START(timer);
493 RF_ETIMER_STOP(timer);
494 RF_ETIMER_EVAL(timer);
496 tracerec->specific.user.dag_create_us = RF_ETIMER_VAL_US(timer);
568 RF_ETIMER_START(dagList->tracerec.timer);
646 RF_ETIMER_START(dagList->tracerec.timer);
668 RF_Etimer_t timer;
679 timer = tracerec->timer;
680 RF_ETIMER_STOP(timer);
681 RF_ETIMER_EVAL(timer);
682 tracerec->specific.user.dag_retry_us = RF_ETIMER_VAL_US(timer);
687 RF_ETIMER_START(timer);
696 RF_ETIMER_STOP(timer);
697 RF_ETIMER_EVAL(timer);
698 tracerec->specific.user.cleanup_us = RF_ETIMER_VAL_US(timer);
700 RF_ETIMER_START(timer);
717 RF_ETIMER_STOP(timer);
718 RF_ETIMER_EVAL(timer);
719 tracerec->specific.user.lock_us += RF_ETIMER_VAL_US(timer);
721 RF_ETIMER_START(timer);
725 RF_ETIMER_STOP(timer);
726 RF_ETIMER_EVAL(timer);
727 tracerec->specific.user.cleanup_us += RF_ETIMER_VAL_US(timer);
729 RF_ETIMER_STOP(desc->timer);
730 RF_ETIMER_EVAL(desc->timer);
732 timer = desc->tracerec.tot_timer;
733 RF_ETIMER_STOP(timer);
734 RF_ETIMER_EVAL(timer);
735 desc->tracerec.total_us = RF_ETIMER_VAL_US(timer);