Searched refs:count (Results 1 – 6 of 6) sorted by relevance
/TraceRecorderSource-2.7.6/ |
D | trcInternalBuffer.c | 51 int count = 0; in prvAllocateBufferPage() local 55 …while((PageInfo[index].Status != PAGE_STATUS_FREE) && (count ++ < (TRC_CFG_PAGED_EVENT_BUFFER_PAGE… in prvAllocateBufferPage() 96 int count = 0; in prvGetBufferPage() local 99 …while((PageInfo[index].Status != PAGE_STATUS_READ) && (count++ < (TRC_CFG_PAGED_EVENT_BUFFER_PAGE_… in prvGetBufferPage()
|
D | trcSnapshotRecorder.c | 1139 static void prvTraceClearChannelBuffer(uint32_t count) in prvTraceClearChannelBuffer() argument 1143 TRACE_ASSERT((TRC_CFG_SEPARATE_USER_EVENT_BUFFER_SIZE) >= count, in prvTraceClearChannelBuffer() 1147 …if (RecorderDataPtr->userEventBuffer.nextSlotToWrite + count > (TRC_CFG_SEPARATE_USER_EVENT_BUFFER… in prvTraceClearChannelBuffer() 1151 (void)memset(&RecorderDataPtr->userEventBuffer.channelBuffer[0], 0, (count - slots)); in prvTraceClearChannelBuffer() 1154 …ataPtr->userEventBuffer.channelBuffer[RecorderDataPtr->userEventBuffer.nextSlotToWrite], 0, count); in prvTraceClearChannelBuffer() 1164 static void prvTraceCopyToDataBuffer(uint32_t* data, uint32_t count) in prvTraceCopyToDataBuffer() argument 1170 TRACE_ASSERT(count <= (TRC_CFG_SEPARATE_USER_EVENT_BUFFER_SIZE), in prvTraceCopyToDataBuffer() 1173 …if (RecorderDataPtr->userEventBuffer.nextSlotToWrite + count > (TRC_CFG_SEPARATE_USER_EVENT_BUFFER… in prvTraceCopyToDataBuffer() 1177 (void)memcpy(&RecorderDataPtr->userEventBuffer.dataBuffer[0], data + slots, (count - slots) * 4); in prvTraceCopyToDataBuffer() 1181 …userEventBuffer.dataBuffer[RecorderDataPtr->userEventBuffer.nextSlotToWrite * 4], data, count * 4); in prvTraceCopyToDataBuffer() [all …]
|
D | trcStreamingRecorder.c | 2170 int count = 0; /* The number of generated reports */ in prvReportStackUsage() local 2187 count++; in prvReportStackUsage() 2191 } while (count < TRC_CFG_STACK_MONITOR_MAX_REPORTS && i != initial); in prvReportStackUsage()
|
/TraceRecorderSource-2.7.6/kernelports/Zephyr/ |
D | trcKernelPort.c | 821 xTraceSDKEventAdd32(sem->count); in sys_trace_k_sem_init() 829 xTraceSDKEventAdd32(sem->count); in sys_trace_k_sem_give_enter() 841 xTraceSDKEventAdd32(sem->count); in sys_trace_k_sem_take_blocking() 854 xTraceSDKEventAdd32(sem->count); in sys_trace_k_sem_take_exit()
|
D | Kconfig | 689 The default IFE rules count the following events as "instance finished":
|
/TraceRecorderSource-2.7.6/kernelports/ESP-IDF_FreeRTOS/ |
D | Kconfig.projbuild | 798 The default IFE rules count the following events as "instance finished":
|