Searched refs:TRC_START (Results 1 – 8 of 8) sorted by relevance
19 // Send start command to Tracealyzer (not required if using vTraceEnable(TRC_START))47 // Make sure tzSetEnable(1) is called below and vTraceEnable(TRC_START) in your target startup.50 …o tzSetEnable and make sure you call vTraceEnable(TRC_INIT) in your target startup (not TRC_START).
30 #define TRC_START 1 macro
30 vTraceEnable(TRC_START) to start the tracing.
313 else if (uiStartOption == TRC_START) in xTraceEnable()
335 if (uiStartOption == TRC_START) in xTraceEnable()
41 5. Make sure you have "vTraceEnable(TRC_INIT);" in main.c (not TRC_START or so).
20 TRC_START: Starts the tracing directly. In snapshot mode this allows for 33 In snapshot mode, this must be followed by a vTraceEnable(TRC_START) sometime
187 xTraceEnable(TRC_START); in tracelyzer_pre_kernel_init()