Home
last modified time | relevance | path

Searched refs:nextFreeIndex (Results 1 – 2 of 2) sorted by relevance

/TraceRecorderSource-3.4.0/
DtrcSnapshotRecorder.c381 RecorderDataPtr->nextFreeIndex = 0; in vTraceClear()
1459 if (RecorderDataPtr->nextFreeIndex + noOfSlots > RecorderDataPtr->maxEvents) in xTraceVPrintF()
1462 (void)memset(& RecorderDataPtr->eventData[RecorderDataPtr->nextFreeIndex * 4], in xTraceVPrintF()
1464 (RecorderDataPtr->maxEvents - RecorderDataPtr->nextFreeIndex)*4); in xTraceVPrintF()
1465 RecorderDataPtr->nextFreeIndex = 0; in xTraceVPrintF()
1486 (void)memcpy(& RecorderDataPtr->eventData[RecorderDataPtr->nextFreeIndex * 4], in xTraceVPrintF()
1493 RecorderDataPtr->eventData[RecorderDataPtr->nextFreeIndex * 4] = in xTraceVPrintF()
1499 RecorderDataPtr->nextFreeIndex += noOfSlots; in xTraceVPrintF()
1502 if (RecorderDataPtr->nextFreeIndex >= (TRC_CFG_EVENT_BUFFER_SIZE)) in xTraceVPrintF()
1507 RecorderDataPtr->nextFreeIndex = 0; in xTraceVPrintF()
[all …]
/TraceRecorderSource-3.4.0/include/
DtrcRecorder.h1416 uint32_t nextFreeIndex; member