Lines Matching refs:timer

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