Home
last modified time | relevance | path

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

/TraceRecorderSource-2.7.6/
DtrcSnapshotRecorder.c1437 uint32_t tempDataBuffer[(3 + MAX_ARG_SIZE) / 4]; in vTraceVPrintF() local
1449 ue1 = (UserEvent*)(&tempDataBuffer[0]); in vTraceVPrintF()
1453 noOfSlots = prvTraceUserEventFormat(formatStr, vl, (uint8_t*)tempDataBuffer, 4); in vTraceVPrintF()
1494 tempDataBuffer, in vTraceVPrintF()
1582 uint32_t tempDataBuffer[(3 + MAX_ARG_SIZE) / 4]; in vTracePrint()
1592 ((uint16_t*)tempDataBuffer)[2] = chn; in vTracePrint()
1593 ((uint16_t*)tempDataBuffer)[3] = trcStr; in vTracePrint()
1596 prvTraceUBHelper2(channel, tempDataBuffer, noOfSlots); in vTracePrint()