Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/
DtrcPrint.c72 traceResult xTracePrint(TraceStringHandle_t xChannel, const char* szString) in xTracePrint() function
DtrcSnapshotRecorder.c1552 traceResult xTracePrint(TraceStringHandle_t chn, const char* str) in xTracePrint() function
/TraceRecorderSource-3.4.0/include/
DtrcRecorder.h658 #define xTracePrint(chn, str) ((void)(chn), (void)(str), TRC_SUCCESS) macro
1885 #define xTracePrint(chn, ...) ((void)(chn), TRC_SUCCESS) macro