Searched refs:uiSize (Results 1 – 7 of 7) sorted by relevance
/TraceRecorderSource-2.7.6/extras/SDK/ |
D | trcSDK.c | 283 traceResult xTraceSDKEventAddData(void* pvData, uint32_t uiSize) in xTraceSDKEventAddData() argument 288 xResult = prvTraceStoreEventPayload(pvData, uiSize); in xTraceSDKEventAddData() 293 (void)uiSize; in xTraceSDKEventAddData()
|
D | readme.txt | 99 traceResult xTraceSDKEventAddData(void* pvData, uint32_t uiSize) 105 uiSize - The data size.
|
/TraceRecorderSource-2.7.6/extras/SDK/include/ |
D | trcSDK.h | 118 traceResult xTraceSDKEventAddData(void* pvData, uint32_t uiSize);
|
/TraceRecorderSource-2.7.6/kernelports/ESP-IDF_FreeRTOS/include/ |
D | trcKernelPort.h | 1199 #define traceMALLOC( pvAddress, uiSize ) \ argument 1202 vTraceStoreMemMangEvent(MEM_MALLOC_SIZE, ( uint32_t ) pvAddress, (int32_t)uiSize); \ 1206 vTraceStoreMemMangEvent(MEM_MALLOC_SIZE_TRCFAILED, ( uint32_t ) pvAddress, (int32_t)uiSize); \ 1210 #define traceFREE( pvAddress, uiSize ) \ argument 1211 vTraceStoreMemMangEvent(MEM_FREE_SIZE, ( uint32_t ) pvAddress, -((int32_t)uiSize)); 2353 #define traceMALLOC( pvAddress, uiSize ) \ argument 2356 trcHeapCounter += uiSize; \ 2362 prvTraceStoreEvent2(PSF_EVENT_MALLOC, (uint32_t)pvAddress, uiSize); \ 2366 prvTraceStoreEvent2(PSF_EVENT_MALLOC_FAILED, (uint32_t)pvAddress, uiSize); \ 2371 #define traceFREE( pvAddress, uiSize ) \ argument [all …]
|
/TraceRecorderSource-2.7.6/kernelports/FreeRTOS/include/ |
D | trcKernelPort.h | 1180 #define traceMALLOC( pvAddress, uiSize ) \ argument 1183 vTraceStoreMemMangEvent(MEM_MALLOC_SIZE, ( uint32_t ) pvAddress, (int32_t)uiSize); \ 1187 vTraceStoreMemMangEvent(MEM_MALLOC_SIZE_TRCFAILED, ( uint32_t ) pvAddress, (int32_t)uiSize); \ 1191 #define traceFREE( pvAddress, uiSize ) \ argument 1192 vTraceStoreMemMangEvent(MEM_FREE_SIZE, ( uint32_t ) pvAddress, -((int32_t)uiSize)); 2351 #define traceMALLOC( pvAddress, uiSize ) \ argument 2354 trcHeapCounter += uiSize; \ 2364 prvTraceStoreEvent2(PSF_EVENT_MALLOC, (uint32_t)pvAddress, uiSize); \ 2368 prvTraceStoreEvent2(PSF_EVENT_MALLOC_FAILED, (uint32_t)pvAddress, uiSize); \ 2373 #define traceFREE( pvAddress, uiSize ) \ argument [all …]
|
/TraceRecorderSource-2.7.6/ |
D | trcStreamingRecorder.c | 1339 traceResult prvTraceStoreEventPayload(void *pvData, uint32_t uiSize) in prvTraceStoreEventPayload() argument 1348 if (uiCurrentEventPayloadOffset + uiSize > uiCurrentEventPayloadSize) in prvTraceStoreEventPayload() 1353 for (i = 0; i < uiSize; i++) in prvTraceStoreEventPayload()
|
/TraceRecorderSource-2.7.6/include/ |
D | trcRecorder.h | 1816 uint32_t prvTraceStoreEventPayload(void *pvData, uint32_t uiSize);
|