Home
last modified time | relevance | path

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

/percepio-3.7.0/TraceRecorder/include/
DtrcDefines.h29 #define TRC_START_FROM_HOST 0UL macro
/percepio-3.7.0/TraceRecorder/streamports/UDP/
DReadme-Streamport.txt28 any RTOS calls are made. Then call xTraceEnable(TRC_START_FROM_HOST).
/percepio-3.7.0/TraceRecorder/
DtrcStreamingRecorder.c396 else if (uiStartOption == TRC_START_FROM_HOST) in xTraceEnable()
DtrcSnapshotRecorder.c353 else if (uiStartOption != TRC_START_FROM_HOST) in xTraceEnable()
/percepio-3.7.0/TraceRecorder/config/
DKconfig36 TRC_START_FROM_HOST: Initializes the trace recorder, but does not start the tracing.
/percepio-3.7.0/TraceRecorder/kernelports/Zephyr/
DtrcKernelPort.c217 (void)xTraceEnable(TRC_START_FROM_HOST); in tracelyzer_pre_kernel_init()