Searched defs:xTracePrintF (Results 1 – 3 of 3) sorted by relevance
/TraceRecorderSource-3.4.0/ |
D | trcPrint.c | 185 traceResult xTracePrintF(TraceStringHandle_t xChannel, const char* szFormat, ...) in xTracePrintF() function
|
D | trcSnapshotRecorder.c | 1405 traceResult xTracePrintF(TraceStringHandle_t eventLabel, const char* formatStr, ...) in xTracePrintF() function
|
/TraceRecorderSource-3.4.0/include/ |
D | trcRecorder.h | 617 #define xTracePrintF(chn, fmt, ...) ((void)(chn), (void)(fmt), TRC_SUCCESS) /* Comma operator is us… macro 1886 #define xTracePrintF(chn, fmt, ...) ((void)(chn), (void)(fmt), TRC_SUCCESS) /* Comma operator is us… macro
|