Searched refs:formatStr (Results 1 – 2 of 2) sorted by relevance
/TraceRecorderSource-2.7.6/ |
D | trcSnapshotRecorder.c | 981 static uint8_t prvTraceUserEventFormat(const char* formatStr, va_list vl, uint8_t* buffer, uint8_t … in prvTraceUserEventFormat() argument 987 while (formatStr[formatStrIndex] != '\0') in prvTraceUserEventFormat() 989 if (formatStr[formatStrIndex] == '%') in prvTraceUserEventFormat() 991 if (formatStr[formatStrIndex + 1] == '%') in prvTraceUserEventFormat() 1002 …while ((formatStr[formatStrIndex] >= '0' && formatStr[formatStrIndex] <= '9') || formatStr[formatS… in prvTraceUserEventFormat() 1006 if (formatStr[formatStrIndex] != '\0') in prvTraceUserEventFormat() 1008 switch (formatStr[formatStrIndex]) in prvTraceUserEventFormat() 1051 switch (formatStr[formatStrIndex]) in prvTraceUserEventFormat() 1077 switch (formatStr[formatStrIndex]) in prvTraceUserEventFormat() 1093 switch (formatStr[formatStrIndex]) in prvTraceUserEventFormat() [all …]
|
/TraceRecorderSource-2.7.6/include/ |
D | trcRecorder.h | 218 void vTraceVPrintF(traceString eventLabel, const char* formatStr, va_list vl); 220 #define vTraceVPrintF(chn, formatStr, vl) (void)(chn), (void)(formatStr), (void)(vl) /* Comma opera… argument 966 traceUBChannel xTraceRegisterUBChannel(traceString channel, traceString formatStr); 978 #define vTraceVPrintF(chn, formatStr, vl) (void)(chn), (void)(formatStr), (void)(vl) /* Comma opera… argument 982 #define xTraceRegisterChannelFormat(eventLabel, formatStr) ((void)(eventLabel), (void)(formatStr), … argument 1883 #define vTraceVPrintF(chn, formatStr, vl) (void)(chn), (void)(formatStr), (void)(vl) /* Comma opera… argument 1890 #define xTraceRegisterChannelFormat(eventLabel, formatStr) ((void)(eventLabel), (void)(formatStr), … argument
|