Home
last modified time | relevance | path

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

/percepio-3.5.0/TraceRecorder/kernelports/Zephyr/streamports/Semihost/include/
DtrcStreamPort.h84 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) macro
86 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceInternalEventBufferAlloc(u… macro
89 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) macro
/percepio-3.5.0/TraceRecorder/streamports/File/include/
DtrcStreamPort.h87 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) macro
89 …#define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceInternalEventBufferAlloc(… macro
92 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) macro
/percepio-3.5.0/TraceRecorder/streamports/TCPIP_Win32/include/
DtrcStreamPort.h67 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) macro
69 …#define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceInternalEventBufferAlloc(… macro
72 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) macro
/percepio-3.5.0/TraceRecorder/streamports/TCPIP/include/
DtrcStreamPort.h64 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) macro
66 …#define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceInternalEventBufferAlloc(… macro
69 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) macro
/percepio-3.5.0/TraceRecorder/streamports/ARM_ITM/include/
DtrcStreamPort.h126 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) macro
128 …#define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceInternalEventBufferAlloc(… macro
131 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) macro
/percepio-3.5.0/TraceRecorder/streamports/UDP/include/
DtrcStreamPort.h67 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) macro
69 …#define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceInternalEventBufferAlloc(… macro
72 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) macro
/percepio-3.5.0/TraceRecorder/streamports/Jlink_RTT/include/
DtrcStreamPort.h92 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) macro
94 …#define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceInternalEventBufferAlloc(… macro
97 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) macro
/percepio-3.5.0/TraceRecorder/
DtrcEvent.c70 …if (xTraceStreamPortAllocate(sizeof(TraceEvent0_t), (void**)&pxEventData) == TRC_FAIL) /*cstat !MI… in xTraceEventCreate0()
106 …if (xTraceStreamPortAllocate(sizeof(TraceEvent1_t), (void**)&pxEventData) == TRC_FAIL) /*cstat !MI… in xTraceEventCreate1()
144 …if (xTraceStreamPortAllocate(sizeof(TraceEvent2_t), (void**)&pxEventData) == TRC_FAIL) /*cstat !MI… in xTraceEventCreate2()
183 …if (xTraceStreamPortAllocate(sizeof(TraceEvent3_t), (void**)&pxEventData) == TRC_FAIL) /*cstat !MI… in xTraceEventCreate3()
223 …if (xTraceStreamPortAllocate(sizeof(TraceEvent4_t), (void**)&pxEventData) == TRC_FAIL) /*cstat !MI… in xTraceEventCreate4()
264 …if (xTraceStreamPortAllocate(sizeof(TraceEvent5_t), (void**)&pxEventData) == TRC_FAIL) /*cstat !MI… in xTraceEventCreate5()
306 …if (xTraceStreamPortAllocate(sizeof(TraceEvent6_t), (void**)&pxEventData) == TRC_FAIL) /*cstat !MI… in xTraceEventCreate6()
373 if (xTraceStreamPortAllocate(pxEventData->size, &pxEventData->pvBlob) == TRC_FAIL) in xTraceEventBeginRawOffline()
426 while (xTraceStreamPortAllocate(pxEventData->size, &pxEventData->pvBlob) != TRC_SUCCESS) in xTraceEventBeginRawOfflineBlocking()
/percepio-3.5.0/TraceRecorder/streamports/STM32_USB_CDC/include/
DtrcStreamPort.h68 #define xTraceStreamPortAllocate xTraceInternalEventBufferAlloc macro
/percepio-3.5.0/TraceRecorder/streamports/XMOS_xScope/include/
DtrcStreamPort.h92 traceResult xTraceStreamPortAllocate(uint32_t uiSize, void** ppvData);
/percepio-3.5.0/TraceRecorder/streamports/XMOS_xScope/
DtrcStreamPort.c56 traceResult xTraceStreamPortAllocate(uint32_t uiSize, void** ppvData) in xTraceStreamPortAllocate() function
/percepio-3.5.0/TraceRecorder/streamports/RingBuffer/include/
DtrcStreamPort.h121 #define xTraceStreamPortAllocate(_uiSize, _ppvData) xTraceMultiCoreEventBufferAlloc(&pxStreamPortDa… macro