Home
last modified time | relevance | path

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

/percepio-3.5.0/TraceRecorder/
DtrcSnapshotRecorder.c285 static void prvTraceUBHelper2(traceUBChannel channel, uint32_t* data, uint32_t noOfSlots);
1194 uint8_t noOfSlots; in prvTraceUBHelper1() local
1204noOfSlots = prvTraceUserEventFormat((char*)&(RecorderDataPtr->SymbolTable.symbytes[formatLabel+4])… in prvTraceUBHelper1()
1206 prvTraceUBHelper2(channel, data, noOfSlots); in prvTraceUBHelper1()
1216 static void prvTraceUBHelper2(traceUBChannel channel, uint32_t* data, uint32_t noOfSlots) in prvTraceUBHelper2() argument
1223 …TRACE_ASSERT((TRC_CFG_SEPARATE_USER_EVENT_BUFFER_SIZE) >= noOfSlots, "prvTraceUBHelper2: TRC_CFG_S… in prvTraceUBHelper2()
1237 prvTraceClearChannelBuffer(noOfSlots); in prvTraceUBHelper2()
1239 prvTraceCopyToDataBuffer(data, noOfSlots); /* Will wrap around the data if necessary */ in prvTraceUBHelper2()
1242 …r.nextSlotToWrite = (RecorderDataPtr->userEventBuffer.nextSlotToWrite + noOfSlots) % (TRC_CFG_SEPA… in prvTraceUBHelper2()
1429 uint32_t noOfSlots; in xTraceVPrintF() local
[all …]