Searched refs:slots (Results 1 – 2 of 2) sorted by relevance
/percepio-3.5.0/TraceRecorder/ |
D | trcSnapshotRecorder.c | 1138 uint32_t slots; in prvTraceClearChannelBuffer() local 1146 …slots = (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 1172 …slots = (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/ |
D | Kconfig | 526 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.
|