Searched refs:channel (Results 1 – 4 of 4) sorted by relevance
/TraceRecorderSource-3.4.0/ |
D | trcSnapshotRecorder.c | 229 TraceStringHandle_t channel); 234 TraceStringHandle_t channel); 283 static void prvTraceUBHelper1(traceUBChannel channel, TraceStringHandle_t eventLabel, TraceStringHa… 284 static void prvTraceUBHelper2(traceUBChannel channel, uint32_t* data, uint32_t noOfSlots); 1189 static void prvTraceUBHelper1(traceUBChannel channel, TraceStringHandle_t eventLabel, TraceStringHa… in prvTraceUBHelper1() argument 1195 if (channel == 0) in prvTraceUBHelper1() 1205 prvTraceUBHelper2(channel, data, noOfSlots); in prvTraceUBHelper1() 1215 static void prvTraceUBHelper2(traceUBChannel channel, uint32_t* data, uint32_t noOfSlots) in prvTraceUBHelper2() argument 1244 if (channel != 0) in prvTraceUBHelper2() 1246 RecorderDataPtr->userEventBuffer.channelBuffer[old_nextSlotToWrite] = channel; in prvTraceUBHelper2() [all …]
|
/TraceRecorderSource-3.4.0/streamports/ARM_ITM/ |
D | Kconfig | 11 configured for the same channel.
|
/TraceRecorderSource-3.4.0/config/ |
D | Kconfig | 471 a channel name and a default format string. Register a UB channel using 476 repeating events, using the same format string within each channel. 495 vTracePrintF then looks up the correct UB channel based on the 496 provided channel name and format string, or creates a new UB channel 501 // Creates a new UB channel ("Channel 2", "%Z: %d") 504 // Finds the existing UB channel 525 a default format string for the channel. 559 - User event channel names (xTraceStringRegister)
|
/TraceRecorderSource-3.4.0/include/ |
D | trcRecorder.h | 1109 traceUBChannel xTraceRegisterUBChannel(TraceStringHandle_t channel, TraceStringHandle_t formatStr); 1117 void vTraceUBData(traceUBChannel channel, ...); 1124 void vTraceUBEvent(traceUBChannel channel);
|