Home
last modified time | relevance | path

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

/percepio-3.5.0/TraceRecorder/kernelports/Zephyr/streamports/Semihost/include/
DtrcStreamPort.h106 #define xTraceStreamPortCommit xTraceInternalEventBufferPush macro
108 #define xTraceStreamPortCommit xTraceInternalEventBufferAllocCommit macro
111 #define xTraceStreamPortCommit xTraceStreamPortWriteData macro
/percepio-3.5.0/TraceRecorder/streamports/File/include/
DtrcStreamPort.h109 #define xTraceStreamPortCommit xTraceInternalEventBufferPush macro
111 #define xTraceStreamPortCommit xTraceInternalEventBufferAllocCommit macro
114 #define xTraceStreamPortCommit xTraceStreamPortWriteData macro
/percepio-3.5.0/TraceRecorder/streamports/TCPIP_Win32/include/
DtrcStreamPort.h89 #define xTraceStreamPortCommit xTraceInternalEventBufferPush macro
91 #define xTraceStreamPortCommit xTraceInternalEventBufferAllocCommit macro
94 #define xTraceStreamPortCommit xTraceStreamPortWriteData macro
/percepio-3.5.0/TraceRecorder/streamports/TCPIP/include/
DtrcStreamPort.h86 #define xTraceStreamPortCommit xTraceInternalEventBufferPush macro
88 #define xTraceStreamPortCommit xTraceInternalEventBufferAllocCommit macro
91 #define xTraceStreamPortCommit xTraceStreamPortWriteData macro
/percepio-3.5.0/TraceRecorder/streamports/ARM_ITM/include/
DtrcStreamPort.h148 #define xTraceStreamPortCommit xTraceInternalEventBufferPush macro
150 #define xTraceStreamPortCommit xTraceInternalEventBufferAllocCommit macro
153 #define xTraceStreamPortCommit xTraceStreamPortWriteData macro
/percepio-3.5.0/TraceRecorder/streamports/UDP/include/
DtrcStreamPort.h89 #define xTraceStreamPortCommit xTraceInternalEventBufferPush macro
91 #define xTraceStreamPortCommit xTraceInternalEventBufferAllocCommit macro
94 #define xTraceStreamPortCommit xTraceStreamPortWriteData macro
/percepio-3.5.0/TraceRecorder/streamports/Jlink_RTT/include/
DtrcStreamPort.h114 #define xTraceStreamPortCommit xTraceInternalEventBufferPush macro
116 #define xTraceStreamPortCommit xTraceInternalEventBufferAllocCommit macro
119 #define xTraceStreamPortCommit xTraceStreamPortWriteData macro
/percepio-3.5.0/TraceRecorder/
DtrcEvent.c78 (void)xTraceStreamPortCommit(pxEventData, sizeof(TraceEvent0_t), &iBytesCommitted); in xTraceEventCreate0()
116 (void)xTraceStreamPortCommit(pxEventData, sizeof(TraceEvent1_t), &iBytesCommitted); in xTraceEventCreate1()
155 (void)xTraceStreamPortCommit(pxEventData, sizeof(TraceEvent2_t), &iBytesCommitted); in xTraceEventCreate2()
195 (void)xTraceStreamPortCommit(pxEventData, sizeof(TraceEvent3_t), &iBytesCommitted); in xTraceEventCreate3()
236 (void)xTraceStreamPortCommit(pxEventData, sizeof(TraceEvent4_t), &iBytesCommitted); in xTraceEventCreate4()
278 (void)xTraceStreamPortCommit(pxEventData, sizeof(TraceEvent5_t), &iBytesCommitted); in xTraceEventCreate5()
321 (void)xTraceStreamPortCommit(pxEventData, sizeof(TraceEvent6_t), &iBytesCommitted); in xTraceEventCreate6()
458 (void)xTraceStreamPortCommit(pxEventData->pvBlob, pxEventData->size, &iBytesCommitted); in xTraceEventEndOffline()
500 …(void)xTraceStreamPortCommit((void*)&pubBlob[uiByteOffset], pxEventData->size - uiByteOffset, &iBy… in xTraceEventEndOfflineBlocking()
/percepio-3.5.0/TraceRecorder/streamports/STM32_USB_CDC/include/
DtrcStreamPort.h82 #define xTraceStreamPortCommit xTraceInternalEventBufferAllocCommit macro
/percepio-3.5.0/TraceRecorder/streamports/XMOS_xScope/include/
DtrcStreamPort.h106 traceResult xTraceStreamPortCommit(void* pvData, uint32_t uiSize, int32_t* piBytesCommitted);
/percepio-3.5.0/TraceRecorder/streamports/XMOS_xScope/
DtrcStreamPort.c63 traceResult xTraceStreamPortCommit(void* pvData, uint32_t uiSize, int32_t* piBytesCommitted) in xTraceStreamPortCommit() function
/percepio-3.5.0/TraceRecorder/streamports/RingBuffer/include/
DtrcStreamPort.h135 #define xTraceStreamPortCommit(_pvData, _uiSize, _piBytesCommitted) xTraceMultiCoreEventBufferAlloc… macro