Searched defs:xTracePrintF (Results 1 – 3 of 3) sorted by relevance
/percepio-3.5.0/TraceRecorder/ |
D | trcPrint.c | 170 traceResult xTracePrintF(TraceStringHandle_t xChannel, const char* szFormat, ...) in xTracePrintF() function
|
D | trcSnapshotRecorder.c | 1406 traceResult xTracePrintF(TraceStringHandle_t eventLabel, const char* formatStr, ...) in xTracePrintF() function
|
/percepio-3.5.0/TraceRecorder/include/ |
D | trcRecorder.h | 635 #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
|