Searched refs:CurrentTraceIndex (Results 1 – 2 of 2) sorted by relevance
167 saRoot->CurrentTraceIndex = 0; in siEnableTracing()398 return(saRoot->CurrentTraceIndex); in siGetCurrentTraceIndex()417 saRoot->CurrentTraceIndex = 0; in siResetTraceBuffer()477 bPtr = &saRoot->TraceBuffer[saRoot->CurrentTraceIndex]; in siTraceFuncEnter()504 saRoot->CurrentTraceIndex += pos; in siTraceFuncEnter()559 bPtr = &saRoot->TraceBuffer[saRoot->CurrentTraceIndex]; in siTraceFuncExit()587 saRoot->CurrentTraceIndex += pos; in siTraceFuncExit()654 saRoot->CurrentTraceIndex += pos; in siTraceListRemove()722 saRoot->CurrentTraceIndex += pos; in siTraceListAdd()795 saRoot->CurrentTraceIndex += pos; in siTrace64()[all …]
322 bit32 CurrentTraceIndex; member