Home
last modified time | relevance | path

Searched refs:slots (Results 1 – 3 of 3) sorted by relevance

/TraceRecorderSource-2.7.6/
DtrcSnapshotRecorder.c1141 uint32_t slots; in prvTraceClearChannelBuffer() local
1149slots = (TRC_CFG_SEPARATE_USER_EVENT_BUFFER_SIZE) - RecorderDataPtr->userEventBuffer.nextSlotToWri… in prvTraceClearChannelBuffer()
1150 …ataPtr->userEventBuffer.channelBuffer[RecorderDataPtr->userEventBuffer.nextSlotToWrite], 0, slots); in prvTraceClearChannelBuffer()
1151 (void)memset(&RecorderDataPtr->userEventBuffer.channelBuffer[0], 0, (count - slots)); in prvTraceClearChannelBuffer()
1166 uint32_t slots; in prvTraceCopyToDataBuffer() local
1175slots = (TRC_CFG_SEPARATE_USER_EVENT_BUFFER_SIZE) - RecorderDataPtr->userEventBuffer.nextSlotToWri… in prvTraceCopyToDataBuffer()
1176 …userEventBuffer.dataBuffer[RecorderDataPtr->userEventBuffer.nextSlotToWrite * 4], data, slots * 4); in prvTraceCopyToDataBuffer()
1177 (void)memcpy(&RecorderDataPtr->userEventBuffer.dataBuffer[0], data + slots, (count - slots) * 4); in prvTraceCopyToDataBuffer()
/TraceRecorderSource-2.7.6/kernelports/Zephyr/
DKconfig792 This defines the capacity of the user event buffer (UB), in number of slots.
793 A single user event can use multiple slots, depending on the arguments.
/TraceRecorderSource-2.7.6/kernelports/ESP-IDF_FreeRTOS/
DKconfig.projbuild901 This defines the capacity of the user event buffer (UB), in number of slots.
902 A single user event can use multiple slots, depending on the arguments.