Home
last modified time | relevance | path

Searched refs:TRC_RECORDER_COMPONENT_PRINT (Results 1 – 2 of 2) sorted by relevance

/TraceRecorderSource-3.4.0/
DtrcPrint.c42 xTraceSetComponentInitialized(TRC_RECORDER_COMPONENT_PRINT); in xTracePrintInitialize()
78 if (!xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_PRINT)) in xTracePrint()
119 if (!xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_PRINT)) in xTraceConsoleChannelPrintF()
191 if (!xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_PRINT)) in xTracePrintF()
217 if (!xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_PRINT)) in xTraceVPrintF()
/TraceRecorderSource-3.4.0/include/
DtrcDefines.h101 #define TRC_RECORDER_COMPONENT_PRINT 0x00008000 macro