Home
last modified time | relevance | path

Searched defs:xTraceVPrintF (Results 1 – 4 of 4) sorted by relevance

/percepio-latest/TraceRecorder/
DtrcPrint.c185 traceResult xTraceVPrintF(TraceStringHandle_t xChannel, const char* szFormat, va_list* pxVariableLi… in xTraceVPrintF() function
DtrcSnapshotRecorder.c1426 traceResult xTraceVPrintF(TraceStringHandle_t eventLabel, const char* formatStr, va_list vl) in xTraceVPrintF() function
/percepio-latest/TraceRecorder/include/
DtrcPrint.h435 #define xTraceVPrintF(_c, _s, _v) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_4((void)(_c), (void)(_s), (void)… macro
DtrcRecorder.h656 #define xTraceVPrintF(chn, formatStr, vl) ((void)(chn), (void)(formatStr), (void)(vl), TRC_SUCCESS)… macro
1845 #define xTraceVPrintF(chn, formatStr, vl) ((void)(chn), (void)(formatStr), (void)(vl), TRC_SUCCESS)… macro