Home
last modified time | relevance | path

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

/percepio-3.5.0/TraceRecorder/
DtrcSnapshotRecorder.c967 uint16_t formatStrIndex = 0; in prvTraceUserEventFormat() local
971 while (formatStr[formatStrIndex] != '\0') in prvTraceUserEventFormat()
973 if (formatStr[formatStrIndex] == '%') in prvTraceUserEventFormat()
975 if (formatStr[formatStrIndex + 1] == '%') in prvTraceUserEventFormat()
977 formatStrIndex += 2; in prvTraceUserEventFormat()
984 formatStrIndex++; in prvTraceUserEventFormat()
986 …le ((formatStr[formatStrIndex] >= '0' && formatStr[formatStrIndex] <= '9') || formatStr[formatStrI… in prvTraceUserEventFormat()
987 formatStrIndex++; in prvTraceUserEventFormat()
990 if (formatStr[formatStrIndex] != '\0') in prvTraceUserEventFormat()
992 switch (formatStr[formatStrIndex]) in prvTraceUserEventFormat()
[all …]