Home
last modified time | relevance | path

Searched refs:traceUBChannel (Results 1 – 3 of 3) sorted by relevance

/TraceRecorderSource-3.4.0/
DtrcSnapshotRecorder.c282 static void vTraceUBData_Helper(traceUBChannel channelPair, va_list vl);
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()
1215 static void prvTraceUBHelper2(traceUBChannel channel, uint32_t* data, uint32_t noOfSlots) in prvTraceUBHelper2()
1251 RecorderDataPtr->userEventBuffer.channelBuffer[old_nextSlotToWrite] = (traceUBChannel)0xFF; in prvTraceUBHelper2()
1267 traceUBChannel xTraceRegisterUBChannel(TraceStringHandle_t channel, TraceStringHandle_t formatStr) in xTraceRegisterUBChannel()
1270 traceUBChannel retVal = 0; in xTraceRegisterUBChannel()
1274 TRACE_ASSERT(formatStr != 0, "xTraceRegisterChannelFormat: formatStr == 0", (traceUBChannel)0); in xTraceRegisterUBChannel()
1284 retVal = (traceUBChannel)i; in xTraceRegisterUBChannel()
[all …]
/TraceRecorderSource-3.4.0/include/
DtrcRecorder.h60 typedef uint8_t traceUBChannel; typedef
1109 traceUBChannel xTraceRegisterUBChannel(TraceStringHandle_t channel, TraceStringHandle_t formatStr);
1117 void vTraceUBData(traceUBChannel channel, ...);
1124 void vTraceUBEvent(traceUBChannel channel);
/TraceRecorderSource-3.4.0/config/
DKconfig481 traceUBChannel UBCh1 = xTraceRegisterUBChannel(chn1, fmt1);
485 traceUBChannel UBCh2 = xTraceRegisterUBChannel(chn2, fmt2);