Home
last modified time | relevance | path

Searched defs:xTracePrintF (Results 1 – 3 of 3) sorted by relevance

/percepio-3.5.0/TraceRecorder/
DtrcPrint.c170 traceResult xTracePrintF(TraceStringHandle_t xChannel, const char* szFormat, ...) in xTracePrintF() function
DtrcSnapshotRecorder.c1406 traceResult xTracePrintF(TraceStringHandle_t eventLabel, const char* formatStr, ...) in xTracePrintF() function
/percepio-3.5.0/TraceRecorder/include/
DtrcRecorder.h635 #define xTracePrintF(chn, fmt, ...) ((void)(chn), (void)(fmt), TRC_SUCCESS) /* Comma operator is us… macro
1840 #define xTracePrintF(chn, fmt, ...) ((void)(chn), (void)(fmt), TRC_SUCCESS) /* Comma operator is us… macro