Home
last modified time | relevance | path

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

/percepio-latest/TraceRecorder/kernelports/Zephyr/streamports/File/config/
DtrcStreamPortConfig.h24 #define TRC_CFG_STREAM_PORT_TRACE_FILE CONFIG_PERCEPIO_TRC_CFG_STREAM_PORT_TRACE_FILE macro
26 #define TRC_CFG_STREAM_PORT_TRACE_FILE "trace.psf"
/percepio-latest/TraceRecorder/streamports/File/
DtrcStreamPort.c49 errno_t err = fopen_s(&pxStreamPortFile->pxFile, TRC_CFG_STREAM_PORT_TRACE_FILE, "wb"); in xTraceStreamPortOnTraceBegin()
61 FILE * file = fopen(TRC_CFG_STREAM_PORT_TRACE_FILE, "wb"); in xTraceStreamPortOnTraceBegin()
/percepio-latest/TraceRecorder/streamports/File/include/
DtrcStreamPort.h43 #ifndef TRC_CFG_STREAM_PORT_TRACE_FILE
44 #define TRC_CFG_STREAM_PORT_TRACE_FILE "trace.psf" macro
/percepio-latest/TraceRecorder/streamports/File/config/
DtrcStreamPortConfig.h23 #define TRC_CFG_STREAM_PORT_TRACE_FILE "trace.psf" macro
/percepio-latest/TraceRecorder/kernelports/Zephyr/streamports/Semihost/config/
DtrcStreamPortConfig.h19 #define TRC_CFG_STREAM_PORT_TRACE_FILE CONFIG_PERCEPIO_TRC_CFG_STREAM_PORT_TRACE_FILE macro
/percepio-latest/TraceRecorder/kernelports/Zephyr/streamports/Semihost/
DtrcStreamPort.c47 …pxStreamPortFile->pxFileDescriptor = semihost_open(TRC_CFG_STREAM_PORT_TRACE_FILE, SEMIHOST_OPEN_W… in xTraceStreamPortOnTraceBegin()