Searched refs:slots (Results 1 – 2 of 2) sorted by relevance
/TraceRecorderSource-3.4.0/ |
D | trcSnapshotRecorder.c | 1137 uint32_t slots; in prvTraceClearChannelBuffer() local 1145 …slots = (TRC_CFG_SEPARATE_USER_EVENT_BUFFER_SIZE) - RecorderDataPtr->userEventBuffer.nextSlotToWri… in prvTraceClearChannelBuffer() 1146 …ataPtr->userEventBuffer.channelBuffer[RecorderDataPtr->userEventBuffer.nextSlotToWrite], 0, slots); in prvTraceClearChannelBuffer() 1147 (void)memset(&RecorderDataPtr->userEventBuffer.channelBuffer[0], 0, (count - slots)); in prvTraceClearChannelBuffer() 1162 uint32_t slots; in prvTraceCopyToDataBuffer() local 1171 …slots = (TRC_CFG_SEPARATE_USER_EVENT_BUFFER_SIZE) - RecorderDataPtr->userEventBuffer.nextSlotToWri… in prvTraceCopyToDataBuffer() 1172 …userEventBuffer.dataBuffer[RecorderDataPtr->userEventBuffer.nextSlotToWrite * 4], data, slots * 4); in prvTraceCopyToDataBuffer() 1173 (void)memcpy(&RecorderDataPtr->userEventBuffer.dataBuffer[0], data + slots, (count - slots) * 4); in prvTraceCopyToDataBuffer()
|
/TraceRecorderSource-3.4.0/config/ |
D | Kconfig | 513 This defines the capacity of the user event buffer (UB), in number of slots. 514 A single user event can use multiple slots, depending on its arguments.
|