Home
last modified time | relevance | path

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

/percepio-3.5.0/TraceRecorder/
DtrcSnapshotRecorder.c1138 uint32_t slots; in prvTraceClearChannelBuffer() local
1146slots = (TRC_CFG_SEPARATE_USER_EVENT_BUFFER_SIZE) - RecorderDataPtr->userEventBuffer.nextSlotToWri… in prvTraceClearChannelBuffer()
1147 …ataPtr->userEventBuffer.channelBuffer[RecorderDataPtr->userEventBuffer.nextSlotToWrite], 0, slots); in prvTraceClearChannelBuffer()
1148 (void)memset(&RecorderDataPtr->userEventBuffer.channelBuffer[0], 0, (count - slots)); in prvTraceClearChannelBuffer()
1163 uint32_t slots; in prvTraceCopyToDataBuffer() local
1172slots = (TRC_CFG_SEPARATE_USER_EVENT_BUFFER_SIZE) - RecorderDataPtr->userEventBuffer.nextSlotToWri… in prvTraceCopyToDataBuffer()
1173 …userEventBuffer.dataBuffer[RecorderDataPtr->userEventBuffer.nextSlotToWrite * 4], data, slots * 4); in prvTraceCopyToDataBuffer()
1174 (void)memcpy(&RecorderDataPtr->userEventBuffer.dataBuffer[0], data + slots, (count - slots) * 4); in prvTraceCopyToDataBuffer()
/percepio-3.5.0/TraceRecorder/config/
DKconfig526 This defines the capacity of the user event buffer (UB), in number of slots.
527 A single user event can use multiple slots, depending on its arguments.