Searched refs:formatStr (Results 1 – 2 of 2) sorted by relevance
/percepio-3.5.0/TraceRecorder/ |
D | trcSnapshotRecorder.c | 965 static uint8_t prvTraceUserEventFormat(const char* formatStr, va_list vl, uint8_t* buffer, uint8_t … in prvTraceUserEventFormat() argument 971 while (formatStr[formatStrIndex] != '\0') in prvTraceUserEventFormat() 973 if (formatStr[formatStrIndex] == '%') in prvTraceUserEventFormat() 975 if (formatStr[formatStrIndex + 1] == '%') in prvTraceUserEventFormat() 986 …while ((formatStr[formatStrIndex] >= '0' && formatStr[formatStrIndex] <= '9') || formatStr[formatS… in prvTraceUserEventFormat() 990 if (formatStr[formatStrIndex] != '\0') in prvTraceUserEventFormat() 992 switch (formatStr[formatStrIndex]) in prvTraceUserEventFormat() 1040 switch (formatStr[formatStrIndex]) in prvTraceUserEventFormat() 1068 switch (formatStr[formatStrIndex]) in prvTraceUserEventFormat() 1087 switch (formatStr[formatStrIndex]) in prvTraceUserEventFormat() [all …]
|
/percepio-3.5.0/TraceRecorder/include/ |
D | trcRecorder.h | 652 traceResult xTraceVPrintF(TraceStringHandle_t eventLabel, const char* formatStr, va_list vl); 654 #define xTraceVPrintF(chn, formatStr, vl) ((void)(chn), (void)(formatStr), (void)(vl), TRC_SUCCESS)… argument 1127 traceUBChannel xTraceRegisterUBChannel(TraceStringHandle_t channel, TraceStringHandle_t formatStr); 1144 #define xTraceRegisterChannelFormat(eventLabel, formatStr) ((void)(eventLabel), (void)(formatStr), … argument 1841 #define xTraceVPrintF(chn, formatStr, vl) ((void)(chn), (void)(formatStr), (void)(vl), TRC_SUCCESS)… argument 1847 #define xTraceRegisterChannelFormat(eventLabel, formatStr) ((void)(eventLabel), (void)(formatStr), … argument
|