Searched refs:CurrentTraceIndex (Results 1 – 2 of 2) sorted by relevance
168 saRoot->CurrentTraceIndex = 0; in siEnableTracing()399 return(saRoot->CurrentTraceIndex); in siGetCurrentTraceIndex()418 saRoot->CurrentTraceIndex = 0; in siResetTraceBuffer()478 bPtr = &saRoot->TraceBuffer[saRoot->CurrentTraceIndex]; in siTraceFuncEnter()505 saRoot->CurrentTraceIndex += pos; in siTraceFuncEnter()560 bPtr = &saRoot->TraceBuffer[saRoot->CurrentTraceIndex]; in siTraceFuncExit()588 saRoot->CurrentTraceIndex += pos; in siTraceFuncExit()655 saRoot->CurrentTraceIndex += pos; in siTraceListRemove()723 saRoot->CurrentTraceIndex += pos; in siTraceListAdd()796 saRoot->CurrentTraceIndex += pos; in siTrace64()[all …]
323 bit32 CurrentTraceIndex; member