Home
last modified time | relevance | path

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

/percepio-3.5.0/TraceRecorder/
DtrcEvent.c57 int32_t iBytesCommitted = 0; in xTraceEventCreate0() local
78 (void)xTraceStreamPortCommit(pxEventData, sizeof(TraceEvent0_t), &iBytesCommitted); in xTraceEventCreate0()
84 (void)iBytesCommitted; in xTraceEventCreate0()
92 int32_t iBytesCommitted = 0; in xTraceEventCreate1() local
116 (void)xTraceStreamPortCommit(pxEventData, sizeof(TraceEvent1_t), &iBytesCommitted); in xTraceEventCreate1()
122 (void)iBytesCommitted; in xTraceEventCreate1()
130 int32_t iBytesCommitted = 0; in xTraceEventCreate2() local
155 (void)xTraceStreamPortCommit(pxEventData, sizeof(TraceEvent2_t), &iBytesCommitted); in xTraceEventCreate2()
161 (void)iBytesCommitted; in xTraceEventCreate2()
169 int32_t iBytesCommitted = 0; in xTraceEventCreate3() local
[all …]