Searched refs:formatStr (Results 1 – 2 of 2) sorted by relevance
/TraceRecorderSource-3.4.0/ |
D | trcSnapshotRecorder.c | 964 static uint8_t prvTraceUserEventFormat(const char* formatStr, va_list vl, uint8_t* buffer, uint8_t … in prvTraceUserEventFormat() argument 970 while (formatStr[formatStrIndex] != '\0') in prvTraceUserEventFormat() 972 if (formatStr[formatStrIndex] == '%') in prvTraceUserEventFormat() 974 if (formatStr[formatStrIndex + 1] == '%') in prvTraceUserEventFormat() 985 …while ((formatStr[formatStrIndex] >= '0' && formatStr[formatStrIndex] <= '9') || formatStr[formatS… in prvTraceUserEventFormat() 989 if (formatStr[formatStrIndex] != '\0') in prvTraceUserEventFormat() 991 switch (formatStr[formatStrIndex]) in prvTraceUserEventFormat() 1039 switch (formatStr[formatStrIndex]) in prvTraceUserEventFormat() 1067 switch (formatStr[formatStrIndex]) in prvTraceUserEventFormat() 1086 switch (formatStr[formatStrIndex]) in prvTraceUserEventFormat() [all …]
|
/TraceRecorderSource-3.4.0/include/ |
D | trcRecorder.h | 634 traceResult xTraceVPrintF(TraceStringHandle_t eventLabel, const char* formatStr, va_list vl); 636 #define xTraceVPrintF(chn, formatStr, vl) ((void)(chn), (void)(formatStr), (void)(vl), TRC_SUCCESS)… argument 1109 traceUBChannel xTraceRegisterUBChannel(TraceStringHandle_t channel, TraceStringHandle_t formatStr); 1126 #define xTraceRegisterChannelFormat(eventLabel, formatStr) ((void)(eventLabel), (void)(formatStr), … argument 1887 #define xTraceVPrintF(chn, formatStr, vl) ((void)(chn), (void)(formatStr), (void)(vl), TRC_SUCCESS)… argument 1893 #define xTraceRegisterChannelFormat(eventLabel, formatStr) ((void)(eventLabel), (void)(formatStr), … argument
|