Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/
DtrcSnapshotRecorder.c1430 uint32_t tempDataBuffer[(3 + MAX_ARG_SIZE) / 4]; in xTraceVPrintF() local
1442 ue1 = (UserEvent*)(&tempDataBuffer[0]); in xTraceVPrintF()
1446 noOfSlots = prvTraceUserEventFormat(formatStr, vl, (uint8_t*)tempDataBuffer, 4); in xTraceVPrintF()
1487 tempDataBuffer, in xTraceVPrintF()
1577 uint32_t tempDataBuffer[(3 + MAX_ARG_SIZE) / 4]; in xTracePrint()
1587 ((uint16_t*)tempDataBuffer)[2] = chn; in xTracePrint()
1588 ((uint16_t*)tempDataBuffer)[3] = trcStr; in xTracePrint()
1591 prvTraceUBHelper2(channel, tempDataBuffer, noOfSlots); in xTracePrint()