/percepio-3.5.0/TraceRecorder/kernelports/Zephyr/streamports/Semihost/include/ |
D | trcStreamPort.h | 106 #define xTraceStreamPortCommit xTraceInternalEventBufferPush macro 108 #define xTraceStreamPortCommit xTraceInternalEventBufferAllocCommit macro 111 #define xTraceStreamPortCommit xTraceStreamPortWriteData macro
|
/percepio-3.5.0/TraceRecorder/streamports/File/include/ |
D | trcStreamPort.h | 109 #define xTraceStreamPortCommit xTraceInternalEventBufferPush macro 111 #define xTraceStreamPortCommit xTraceInternalEventBufferAllocCommit macro 114 #define xTraceStreamPortCommit xTraceStreamPortWriteData macro
|
/percepio-3.5.0/TraceRecorder/streamports/TCPIP_Win32/include/ |
D | trcStreamPort.h | 89 #define xTraceStreamPortCommit xTraceInternalEventBufferPush macro 91 #define xTraceStreamPortCommit xTraceInternalEventBufferAllocCommit macro 94 #define xTraceStreamPortCommit xTraceStreamPortWriteData macro
|
/percepio-3.5.0/TraceRecorder/streamports/TCPIP/include/ |
D | trcStreamPort.h | 86 #define xTraceStreamPortCommit xTraceInternalEventBufferPush macro 88 #define xTraceStreamPortCommit xTraceInternalEventBufferAllocCommit macro 91 #define xTraceStreamPortCommit xTraceStreamPortWriteData macro
|
/percepio-3.5.0/TraceRecorder/streamports/ARM_ITM/include/ |
D | trcStreamPort.h | 148 #define xTraceStreamPortCommit xTraceInternalEventBufferPush macro 150 #define xTraceStreamPortCommit xTraceInternalEventBufferAllocCommit macro 153 #define xTraceStreamPortCommit xTraceStreamPortWriteData macro
|
/percepio-3.5.0/TraceRecorder/streamports/UDP/include/ |
D | trcStreamPort.h | 89 #define xTraceStreamPortCommit xTraceInternalEventBufferPush macro 91 #define xTraceStreamPortCommit xTraceInternalEventBufferAllocCommit macro 94 #define xTraceStreamPortCommit xTraceStreamPortWriteData macro
|
/percepio-3.5.0/TraceRecorder/streamports/Jlink_RTT/include/ |
D | trcStreamPort.h | 114 #define xTraceStreamPortCommit xTraceInternalEventBufferPush macro 116 #define xTraceStreamPortCommit xTraceInternalEventBufferAllocCommit macro 119 #define xTraceStreamPortCommit xTraceStreamPortWriteData macro
|
/percepio-3.5.0/TraceRecorder/ |
D | trcEvent.c | 78 (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/ |
D | trcStreamPort.h | 82 #define xTraceStreamPortCommit xTraceInternalEventBufferAllocCommit macro
|
/percepio-3.5.0/TraceRecorder/streamports/XMOS_xScope/include/ |
D | trcStreamPort.h | 106 traceResult xTraceStreamPortCommit(void* pvData, uint32_t uiSize, int32_t* piBytesCommitted);
|
/percepio-3.5.0/TraceRecorder/streamports/XMOS_xScope/ |
D | trcStreamPort.c | 63 traceResult xTraceStreamPortCommit(void* pvData, uint32_t uiSize, int32_t* piBytesCommitted) in xTraceStreamPortCommit() function
|
/percepio-3.5.0/TraceRecorder/streamports/RingBuffer/include/ |
D | trcStreamPort.h | 135 #define xTraceStreamPortCommit(_pvData, _uiSize, _piBytesCommitted) xTraceMultiCoreEventBufferAlloc… macro
|