Home
last modified time | relevance | path

Searched refs:ppvData (Results 1 – 21 of 21) sorted by relevance

/percepio-3.5.0/TraceRecorder/kernelports/Zephyr/streamports/Semihost/include/
DtrcStreamPort.h84 #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/
DtrcStreamPort.h87 #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/
DtrcStreamPort.h67 #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/
DtrcStreamPort.h64 #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/
DtrcStreamPort.h126 #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/
DtrcStreamPort.h67 #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/
DtrcStreamPort.h92 #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/
DtrcEventBuffer.c93 …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 …]
DtrcInternalEventBuffer.c47 traceResult xTraceInternalEventBufferAlloc(uint32_t uiSize, void **ppvData) in xTraceInternalEventBufferAlloc() argument
52 return xTraceMultiCoreEventBufferAlloc(pxInternalEventBuffer, uiSize, ppvData); in xTraceInternalEventBufferAlloc()
DtrcMultiCoreEventBuffer.c56 void **ppvData) in xTraceMultiCoreEventBufferAlloc() argument
63 …ufferAlloc(pxTraceMultiCoreEventBuffer->xEventBuffer[TRC_CFG_GET_CURRENT_CORE()], uiSize, ppvData); in xTraceMultiCoreEventBufferAlloc()
DtrcEvent.c552 …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/
DtrcInternalEventBuffer.h86 traceResult xTraceInternalEventBufferAlloc(uint32_t uiSize, void **ppvData);
174 #define xTraceInternalEventBufferAlloc(ppvData, uiSize) ((void)(uiSize), (ppvData) != 0 ? TRC_SUCCE… argument
DtrcMultiCoreEventBuffer.h76 … TraceMultiCoreEventBuffer_t * const pxTraceMultiCoreEventBuffer, uint32_t uiSize, void** ppvData);
121 …Buffer, uiSize, ppvData) xTraceEventBufferAlloc((pxTraceMultiCoreEventBuffer)->xEventBuffer[TRC_CF… argument
DtrcEvent.h78 …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);
DtrcEventBuffer.h95 …lt xTraceEventBufferAlloc(TraceEventBuffer_t *pxTraceEventBuffer, uint32_t uiSize, void **ppvData);
/percepio-3.5.0/TraceRecorder/streamports/XMOS_xScope/
DtrcStreamPort.c56 traceResult xTraceStreamPortAllocate(uint32_t uiSize, void** ppvData) in xTraceStreamPortAllocate() argument
60 return xTraceStaticBufferGet(ppvData); in xTraceStreamPortAllocate()
/percepio-3.5.0/DFM/include/
DdfmAlert.h264 DfmResult_t xDfmAlertGetPayload(DfmAlertHandle_t xAlertHandle, uint32_t ulIndex, void** ppvData, ui…
322 #define xDfmAlertGetPayload(xAlertHandle, ulIndex, ppvData, pulSize, pszDescription)
DdfmEntry.h313 DfmResult_t xDfmEntryGetData(DfmEntryHandle_t xEntryHandle, void** ppvData);
351 #define xDfmEntryGetData(xEntryHandle, ppvData) (DFM_FAIL)
/percepio-3.5.0/TraceRecorder/streamports/XMOS_xScope/include/
DtrcStreamPort.h92 traceResult xTraceStreamPortAllocate(uint32_t uiSize, void** ppvData);
/percepio-3.5.0/DFM/
DdfmAlert.c365 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()
DdfmEntry.c1043 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()