/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/File/include/ |
D | trcStreamPort.h | 87 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) argument 89 …define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceInternalEventBufferAlloc(u… argument 92 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) argument
|
/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(u… 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(u… argument 69 #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(u… argument 131 #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(u… 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(u… argument 97 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) argument
|
/percepio-3.5.0/TraceRecorder/ |
D | trcEventBuffer.c | 93 …ult xTraceEventBufferAlloc(TraceEventBuffer_t *pxTraceEventBuffer, uint32_t uiSize, void **ppvData) in xTraceEventBufferAlloc() argument 104 TRC_ASSERT(ppvData != (void*)0); in xTraceEventBufferAlloc() 125 …*ppvData = &pxTraceEventBuffer->puiBuffer[pxTraceEventBuffer->uiHead]; /*cstat !MISRAC2004-17.4_b … in xTraceEventBufferAlloc() 147 *ppvData = pxTraceEventBuffer->puiBuffer; in xTraceEventBufferAlloc() 182 …*ppvData = &pxTraceEventBuffer->puiBuffer[pxTraceEventBuffer->uiHead]; /*cstat !MISRAC2004-17.4_b … in xTraceEventBufferAlloc() 187 …*ppvData = &pxTraceEventBuffer->puiBuffer[pxTraceEventBuffer->uiHead]; /*cstat !MISRAC2004-17.4_b … in xTraceEventBufferAlloc() 206 *ppvData = 0; in xTraceEventBufferAlloc() 214 …*ppvData = &pxTraceEventBuffer->puiBuffer[pxTraceEventBuffer->uiHead]; /*cstat !MISRAC2004-17.4_b … in xTraceEventBufferAlloc() 224 *ppvData = 0; in xTraceEventBufferAlloc() 232 *ppvData = pxTraceEventBuffer->puiBuffer; in xTraceEventBufferAlloc() [all …]
|
D | trcInternalEventBuffer.c | 47 traceResult xTraceInternalEventBufferAlloc(uint32_t uiSize, void **ppvData) in xTraceInternalEventBufferAlloc() argument 52 return xTraceMultiCoreEventBufferAlloc(pxInternalEventBuffer, uiSize, ppvData); in xTraceInternalEventBufferAlloc()
|
D | trcMultiCoreEventBuffer.c | 56 void **ppvData) in xTraceMultiCoreEventBufferAlloc() argument 63 …ufferAlloc(pxTraceMultiCoreEventBuffer->xEventBuffer[TRC_CFG_GET_CURRENT_CORE()], uiSize, ppvData); in xTraceMultiCoreEventBufferAlloc()
|
D | trcEvent.c | 552 …ventGetRawData(TraceEventHandle_t xEventHandle, uint32_t uiOffset, uint32_t uiSize, void** ppvData) in xTraceEventGetRawData() argument 561 TRC_ASSERT(ppvData != (void*)0); in xTraceEventGetRawData() 566 return TRC_EVENT_GET_RAW_DATA(xEventHandle, uiOffset, uiSize, ppvData); in xTraceEventGetRawData() 569 …tPayload(const TraceEventHandle_t xEventHandle, uint32_t uiOffset, uint32_t uiSize, void** ppvData) in xTraceEventGetPayload() argument 578 TRC_ASSERT(ppvData != (void*)0); in xTraceEventGetPayload() 583 return TRC_EVENT_GET_PAYLOAD(xEventHandle, uiOffset, uiSize, ppvData); in xTraceEventGetPayload()
|
/percepio-3.5.0/TraceRecorder/include/ |
D | trcInternalEventBuffer.h | 86 traceResult xTraceInternalEventBufferAlloc(uint32_t uiSize, void **ppvData); 174 #define xTraceInternalEventBufferAlloc(ppvData, uiSize) ((void)(uiSize), (ppvData) != 0 ? TRC_SUCCE… argument
|
D | trcMultiCoreEventBuffer.h | 76 … TraceMultiCoreEventBuffer_t * const pxTraceMultiCoreEventBuffer, uint32_t uiSize, void** ppvData); 121 …Buffer, uiSize, ppvData) xTraceEventBufferAlloc((pxTraceMultiCoreEventBuffer)->xEventBuffer[TRC_CF… argument
|
D | trcEvent.h | 78 …TRC_EVENT_GET_RAW_DATA(xEventHandle, uiOffset, uiSize, ppvData) ((void)(uiSize), *(void**)(ppvData… argument 83 … TRC_EVENT_GET_PAYLOAD(xEventHandle, uiOffset, uiSize, ppvData) ((void)(uiSize), *(void**)(ppvData… argument 525 …entGetRawData(TraceEventHandle_t xEventHandle, uint32_t uiOffset, uint32_t uiSize, void** ppvData); 541 …Payload(const TraceEventHandle_t xEventHandle, uint32_t uiOffset, uint32_t uiSize, void** ppvData);
|
D | trcEventBuffer.h | 95 …lt xTraceEventBufferAlloc(TraceEventBuffer_t *pxTraceEventBuffer, uint32_t uiSize, void **ppvData);
|
/percepio-3.5.0/TraceRecorder/streamports/XMOS_xScope/ |
D | trcStreamPort.c | 56 traceResult xTraceStreamPortAllocate(uint32_t uiSize, void** ppvData) in xTraceStreamPortAllocate() argument 60 return xTraceStaticBufferGet(ppvData); in xTraceStreamPortAllocate()
|
/percepio-3.5.0/DFM/include/ |
D | dfmAlert.h | 264 DfmResult_t xDfmAlertGetPayload(DfmAlertHandle_t xAlertHandle, uint32_t ulIndex, void** ppvData, ui… 322 #define xDfmAlertGetPayload(xAlertHandle, ulIndex, ppvData, pulSize, pszDescription)
|
D | dfmEntry.h | 313 DfmResult_t xDfmEntryGetData(DfmEntryHandle_t xEntryHandle, void** ppvData); 351 #define xDfmEntryGetData(xEntryHandle, ppvData) (DFM_FAIL)
|
/percepio-3.5.0/TraceRecorder/streamports/XMOS_xScope/include/ |
D | trcStreamPort.h | 92 traceResult xTraceStreamPortAllocate(uint32_t uiSize, void** ppvData);
|
/percepio-3.5.0/DFM/ |
D | dfmAlert.c | 365 DfmResult_t xDfmAlertGetPayload(DfmAlertHandle_t xAlertHandle, uint32_t ulIndex, void** ppvData, ui… in xDfmAlertGetPayload() argument 389 if (ppvData == (void*)0) in xDfmAlertGetPayload() 414 *ppvData = pxDfmAlertData->xPayloads[ulIndex].pvData; in xDfmAlertGetPayload()
|
D | dfmEntry.c | 1043 DfmResult_t xDfmEntryGetData(DfmEntryHandle_t xEntryHandle, void** ppvData) in xDfmEntryGetData() argument 1062 if (ppvData == (void*)0) in xDfmEntryGetData() 1071 …*ppvData = (void*)((uint32_t)pxEntryHeader + sizeof(DfmEntryHeader_t) + (uint32_t)pxEntryHeader->u… in xDfmEntryGetData()
|