Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/
DtrcEvent.c161 int32_t iBytesCommitted; in xTraceEventEndOffline() local
179 xTraceStreamPortCommit(pxEventData->pvBlob, pxEventData->size, &iBytesCommitted); in xTraceEventEndOffline()
183 (void)iBytesCommitted; in xTraceEventEndOffline()
196 int32_t iBytesCommitted; in xTraceEventEndOfflineBlocking() local
216 iBytesCommitted = 0; in xTraceEventEndOfflineBlocking()
217 xTraceStreamPortCommit(pxEventData->pvBlob, pxEventData->size, &iBytesCommitted); in xTraceEventEndOfflineBlocking()
219 pxEventData->size -= iBytesCommitted; in xTraceEventEndOfflineBlocking()
220 pxEventData->pvBlob = ((uint8_t*)pxEventData->pvBlob) + iBytesCommitted; in xTraceEventEndOfflineBlocking()