Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/include/
DtrcDefines.h29 #define TRC_START_FROM_HOST 0 macro
/TraceRecorderSource-3.4.0/
DtrcStreamingRecorder.c322 else if (uiStartOption == TRC_START_FROM_HOST) in xTraceEnable()
DtrcSnapshotRecorder.c352 else if (uiStartOption != TRC_START_FROM_HOST) in xTraceEnable()
/TraceRecorderSource-3.4.0/config/
DKconfig32 TRC_START_FROM_HOST: Initializes the trace recorder, but does not start the tracing.
/TraceRecorderSource-3.4.0/kernelports/Zephyr/
DtrcKernelPort.c191 xTraceEnable(TRC_START_FROM_HOST); in tracelyzer_pre_kernel_init()