Searched refs:xTraceVPrintF (Results 1 – 4 of 4) sorted by relevance
/TraceRecorderSource-3.4.0/include/ |
D | trcPrint.h | 175 traceResult xTraceVPrintF(TraceStringHandle_t xChannel, const char* szFormat, va_list xVL); 192 #define xTraceVPrintF(c, s, v) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_4((void)c, (void)s, (void)v, TRC_SU…
|
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)… macro 1887 #define xTraceVPrintF(chn, formatStr, vl) ((void)(chn), (void)(formatStr), (void)(vl), TRC_SUCCESS)… macro 1954 #define vTraceVPrintF (void)xTraceVPrintF
|
/TraceRecorderSource-3.4.0/ |
D | trcPrint.c | 133 xResult = xTraceVPrintF(pxPrintInfo->consoleChannel, szFormat, xVL); in xTraceConsoleChannelPrintF() 197 xResult = xTraceVPrintF(xChannel, szFormat, xVL); in xTracePrintF() 210 traceResult xTraceVPrintF(TraceStringHandle_t xChannel, const char* szFormat, va_list xVL) in xTraceVPrintF() function
|
D | trcSnapshotRecorder.c | 1410 xTraceVPrintF(eventLabel, formatStr, vl); in xTracePrintF() 1425 traceResult xTraceVPrintF(TraceStringHandle_t eventLabel, const char* formatStr, va_list vl) in xTraceVPrintF() function
|