Searched refs:channel (Results 1 – 4 of 4) sorted by relevance
/percepio-3.5.0/TraceRecorder/ |
D | trcSnapshotRecorder.c | 230 TraceStringHandle_t channel); 235 TraceStringHandle_t channel); 284 static void prvTraceUBHelper1(traceUBChannel channel, TraceStringHandle_t eventLabel, TraceStringHa… 285 static void prvTraceUBHelper2(traceUBChannel channel, uint32_t* data, uint32_t noOfSlots); 1190 static void prvTraceUBHelper1(traceUBChannel channel, TraceStringHandle_t eventLabel, TraceStringHa… in prvTraceUBHelper1() argument 1196 if (channel == 0) in prvTraceUBHelper1() 1206 prvTraceUBHelper2(channel, data, noOfSlots); in prvTraceUBHelper1() 1216 static void prvTraceUBHelper2(traceUBChannel channel, uint32_t* data, uint32_t noOfSlots) in prvTraceUBHelper2() argument 1245 if (channel != 0) in prvTraceUBHelper2() 1247 RecorderDataPtr->userEventBuffer.channelBuffer[old_nextSlotToWrite] = channel; in prvTraceUBHelper2() [all …]
|
/percepio-3.5.0/TraceRecorder/config/ |
D | Kconfig | 484 a channel name and a default format string. Register a UB channel using 489 repeating events, using the same format string within each channel. 508 vTracePrintF then looks up the correct UB channel based on the 509 provided channel name and format string, or creates a new UB channel 514 // Creates a new UB channel ("Channel 2", "%Z: %d") 517 // Finds the existing UB channel 538 a default format string for the channel. 572 - User event channel names (xTraceStringRegister)
|
/percepio-3.5.0/TraceRecorder/streamports/ARM_ITM/ |
D | Kconfig | 11 configured for the same channel.
|
/percepio-3.5.0/TraceRecorder/include/ |
D | trcRecorder.h | 1127 traceUBChannel xTraceRegisterUBChannel(TraceStringHandle_t channel, TraceStringHandle_t formatStr); 1135 void vTraceUBData(traceUBChannel channel, ...); 1142 void vTraceUBEvent(traceUBChannel channel);
|