/percepio-3.5.0/TraceRecorder/streamports/TCPIP_Win32/include/ |
D | trcStreamPort.h | 67 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) argument 69 …#define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceInternalEventBufferAlloc(… argument 72 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) argument
|
/percepio-3.5.0/TraceRecorder/streamports/TCPIP/include/ |
D | trcStreamPort.h | 64 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) argument 66 …#define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceInternalEventBufferAlloc(… argument 69 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) argument
|
/percepio-3.5.0/TraceRecorder/kernelports/Zephyr/streamports/Semihost/include/ |
D | trcStreamPort.h | 84 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) argument 86 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceInternalEventBufferAlloc(u… argument 89 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) argument
|
/percepio-3.5.0/TraceRecorder/streamports/ARM_ITM/include/ |
D | trcStreamPort.h | 126 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) argument 128 …#define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceInternalEventBufferAlloc(… argument 131 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) argument
|
/percepio-3.5.0/TraceRecorder/streamports/File/include/ |
D | trcStreamPort.h | 87 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) argument 89 …#define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceInternalEventBufferAlloc(… argument 92 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) argument
|
/percepio-3.5.0/TraceRecorder/streamports/UDP/include/ |
D | trcStreamPort.h | 67 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) argument 69 …#define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceInternalEventBufferAlloc(… argument 72 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) argument
|
/percepio-3.5.0/TraceRecorder/streamports/Jlink_RTT/include/ |
D | trcStreamPort.h | 92 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) argument 94 …#define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceInternalEventBufferAlloc(… argument 97 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) argument
|
/percepio-3.5.0/TraceRecorder/include/ |
D | trcMultiCoreEventBuffer.h | 121 #define xTraceMultiCoreEventBufferAlloc(pxTraceMultiCoreEventBuffer, uiSize, ppvData) xTraceEventBu… argument
|
D | trcInternalEventBuffer.h | 174 #define xTraceInternalEventBufferAlloc(ppvData, uiSize) ((void)(uiSize), (ppvData) != 0 ? TRC_SUCCE… argument
|
D | trcEvent.h | 78 #define TRC_EVENT_GET_RAW_DATA(xEventHandle, uiOffset, uiSize, ppvData) ((void)(uiSize), *(void**)(… argument 83 #define TRC_EVENT_GET_PAYLOAD(xEventHandle, uiOffset, uiSize, ppvData) ((void)(uiSize), *(void**)(p… argument
|
/percepio-3.5.0/TraceRecorder/ |
D | trcInternalEventBuffer.c | 47 traceResult xTraceInternalEventBufferAlloc(uint32_t uiSize, void **ppvData) in xTraceInternalEventBufferAlloc()
|
D | trcMultiCoreEventBuffer.c | 56 void **ppvData) in xTraceMultiCoreEventBufferAlloc()
|
D | trcEvent.c | 552 …ventGetRawData(TraceEventHandle_t xEventHandle, uint32_t uiOffset, uint32_t uiSize, void** ppvData) in xTraceEventGetRawData() 569 …tPayload(const TraceEventHandle_t xEventHandle, uint32_t uiOffset, uint32_t uiSize, void** ppvData) in xTraceEventGetPayload()
|
D | trcEventBuffer.c | 93 …ult xTraceEventBufferAlloc(TraceEventBuffer_t *pxTraceEventBuffer, uint32_t uiSize, void **ppvData) in xTraceEventBufferAlloc()
|
/percepio-3.5.0/TraceRecorder/streamports/XMOS_xScope/ |
D | trcStreamPort.c | 56 traceResult xTraceStreamPortAllocate(uint32_t uiSize, void** ppvData) in xTraceStreamPortAllocate()
|
/percepio-3.5.0/DFM/ |
D | dfmAlert.c | 365 DfmResult_t xDfmAlertGetPayload(DfmAlertHandle_t xAlertHandle, uint32_t ulIndex, void** ppvData, ui… in xDfmAlertGetPayload()
|
D | dfmEntry.c | 1043 DfmResult_t xDfmEntryGetData(DfmEntryHandle_t xEntryHandle, void** ppvData) in xDfmEntryGetData()
|