Home
last modified time | relevance | path

Searched refs:xTracePrint (Results 1 – 6 of 6) sorted by relevance

/percepio-3.5.0/TraceRecorder/
DtrcError.c83 (void)xTracePrint(pxErrorInfo->xWarningChannel, "Recorder stopped in xTraceError(...)!"); in xTraceError()
160 (void)xTracePrint(pxErrorInfo->xWarningChannel, szDesc); in prvTraceErrorPrint()
DtrcPrint.c41 traceResult xTracePrint(TraceStringHandle_t xChannel, const char* szString) in xTracePrint() function
DtrcSnapshotRecorder.c1553 traceResult xTracePrint(TraceStringHandle_t chn, const char* str) in xTracePrint() function
/percepio-3.5.0/TraceRecorder/include/
DtrcPrint.h325 traceResult xTracePrint(TraceStringHandle_t xChannel, const char* szString);
426 #define xTracePrint(_c, _s) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_3((void)(_c), (void)(_s), TRC_SUCCESS)
DtrcRecorder.h674 traceResult xTracePrint(TraceStringHandle_t chn, const char* str);
676 #define xTracePrint(chn, str) ((void)(chn), (void)(str), TRC_SUCCESS) macro
1839 #define xTracePrint(chn, ...) ((void)(chn), TRC_SUCCESS) macro
1913 #define vTracePrint (void)xTracePrint
/percepio-3.5.0/DFM/
DdfmCrashCatcher.c160 xTracePrint(TzUserEventChannel, cDfmPrintBuffer); in CrashCatcher_DumpStart()