Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/
DtrcSnapshotRecorder.c284 static void prvTraceUBHelper2(traceUBChannel channel, uint32_t* data, uint32_t noOfSlots);
1193 uint8_t noOfSlots; in prvTraceUBHelper1() local
1203noOfSlots = prvTraceUserEventFormat((char*)&(RecorderDataPtr->SymbolTable.symbytes[formatLabel+4])… in prvTraceUBHelper1()
1205 prvTraceUBHelper2(channel, data, noOfSlots); in prvTraceUBHelper1()
1215 static void prvTraceUBHelper2(traceUBChannel channel, uint32_t* data, uint32_t noOfSlots) in prvTraceUBHelper2() argument
1222 …TRACE_ASSERT((TRC_CFG_SEPARATE_USER_EVENT_BUFFER_SIZE) >= noOfSlots, "prvTraceUBHelper2: TRC_CFG_S… in prvTraceUBHelper2()
1236 prvTraceClearChannelBuffer(noOfSlots); in prvTraceUBHelper2()
1238 prvTraceCopyToDataBuffer(data, noOfSlots); /* Will wrap around the data if necessary */ in prvTraceUBHelper2()
1241 …r.nextSlotToWrite = (RecorderDataPtr->userEventBuffer.nextSlotToWrite + noOfSlots) % (TRC_CFG_SEPA… in prvTraceUBHelper2()
1428 uint32_t noOfSlots; in xTraceVPrintF() local
[all …]