Home
last modified time | relevance | path

Searched refs:xTracePrintF (Results 1 – 5 of 5) sorted by relevance

/TraceRecorderSource-3.4.0/include/
DtrcPrint.h163 traceResult xTracePrintF(TraceStringHandle_t xChannel, const char* szFormat, ...);
188 #define xTracePrintF(c, s, ...) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_3((void)c, (void)s, TRC_SUCCESS)
DtrcRecorder.h615 traceResult xTracePrintF(TraceStringHandle_t chn, const char* fmt, ...);
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
1949 #define vTracePrintF (void)xTracePrintF
/TraceRecorderSource-3.4.0/
DtrcError.c192 xTracePrintF(pxErrorInfo->xWarningChannel, szDesc, xFileName, (uint32_t)uxLineNumber); in prvTraceErrorPrint()
199 xTracePrintF(pxErrorInfo->xWarningChannel, "Unknown error code: 0x%08X", uiErrorCode); in prvTraceErrorPrint()
DtrcPrint.c185 traceResult xTracePrintF(TraceStringHandle_t xChannel, const char* szFormat, ...) in xTracePrintF() function
DtrcSnapshotRecorder.c1405 traceResult xTracePrintF(TraceStringHandle_t eventLabel, const char* formatStr, ...) in xTracePrintF() function