Home
last modified time | relevance | path

Searched refs:channel (Results 1 – 5 of 5) sorted by relevance

/TraceRecorderSource-2.7.6/
DtrcSnapshotRecorder.c244 traceString channel);
249 traceString channel);
286 static void prvTraceUBHelper1(traceUBChannel channel, traceString eventLabel, traceString formatLab…
287 static void prvTraceUBHelper2(traceUBChannel channel, uint32_t* data, uint32_t noOfSlots);
1193 static void prvTraceUBHelper1(traceUBChannel channel, traceString eventLabel, traceString formatLab… in prvTraceUBHelper1() argument
1199 if (channel == 0) in prvTraceUBHelper1()
1209 prvTraceUBHelper2(channel, data, noOfSlots); in prvTraceUBHelper1()
1219 static void prvTraceUBHelper2(traceUBChannel channel, uint32_t* data, uint32_t noOfSlots) in prvTraceUBHelper2() argument
1248 if (channel != 0) in prvTraceUBHelper2()
1250 RecorderDataPtr->userEventBuffer.channelBuffer[old_nextSlotToWrite] = channel; in prvTraceUBHelper2()
[all …]
/TraceRecorderSource-2.7.6/kernelports/Zephyr/streamports/ARM_ITM/
DKconfig14 configured for the same channel.
/TraceRecorderSource-2.7.6/kernelports/Zephyr/
DKconfig230 - User event channel names (xTraceRegisterString)
750 a channel name and a default format string. Register a UB channel using
755 repeating events, using the same format string within each channel.
774 vTracePrintF then looks up the correct UB channel based on the
775 provided channel name and format string, or creates a new UB channel
780 // Creates a new UB channel ("Channel 2", "%Z: %d")
783 // Finds the existing UB channel
804 a default format string for the channel.
/TraceRecorderSource-2.7.6/kernelports/ESP-IDF_FreeRTOS/
DKconfig.projbuild339 - User event channel names (xTraceRegisterString)
859 a channel name and a default format string. Register a UB channel using
864 repeating events, using the same format string within each channel.
883 vTracePrintF then looks up the correct UB channel based on the
884 provided channel name and format string, or creates a new UB channel
889 // Creates a new UB channel ("Channel 2", "%Z: %d")
892 // Finds the existing UB channel
913 a default format string for the channel.
/TraceRecorderSource-2.7.6/include/
DtrcRecorder.h966 traceUBChannel xTraceRegisterUBChannel(traceString channel, traceString formatStr);
967 void vTraceUBData(traceUBChannel channel, ...);
968 void vTraceUBEvent(traceUBChannel channel);