Home
last modified time | relevance | path

Searched refs:prvTraceError (Results 1 – 10 of 10) sorted by relevance

/TraceRecorderSource-2.7.6/
DtrcSnapshotRecorder.c301 void prvTraceError(const char* msg);
682 prvTraceError("vTraceStoreISRBegin - recorder busy! See code comment."); in vTraceStoreISRBegin()
716 prvTraceError("Too many nested interrupts!"); in vTraceStoreISRBegin()
770 prvTraceError("vTraceStoreISREnd - recorder busy! See code comment."); in vTraceStoreISREnd()
776 prvTraceError("Unmatched call to vTraceStoreISREnd (nISRactive == 0, expected > 0)"); in vTraceStoreISREnd()
1115 prvTraceError("vTracePrintF - Too many arguments, max 15 allowed!"); in prvTraceUserEventFormat()
1125 prvTraceError("vTracePrintF - Too large arguments, max 32 byte allowed!"); in prvTraceUserEventFormat()
1662 prvTraceError("Failed allocating recorder buffer!"); in vTraceInitialize()
1668 prvTraceError("Recorder data pointer not set! Use vTraceSetRecorderDataBuffer()."); in vTraceInitialize()
1812 prvTraceError("Recorder busy - high priority ISR using syscall? (1)"); in prvTraceStoreTaskReady()
[all …]
DtrcStreamingRecorder.c158 #define PSF_ASSERT_VOID(_assert, _err) if (! (_assert)){ prvTraceError(_err); return; }
162 #define PSF_ASSERT_RET(_assert, _err, _return) if (! (_assert)){ prvTraceError(_err); return _retur…
374 void prvTraceError(int errCode);
708 prvTraceError(PSF_ERROR_ISR_NESTING_OVERFLOW); in vTraceStoreISRBegin()
2037 void prvTraceError(int errCode) in prvTraceError() function
2079 prvTraceError(PSF_ERROR_DWT_NOT_SUPPORTED); in prvTraceInitCortexM()
2096 prvTraceError(PSF_ERROR_DWT_CYCCNT_NOT_SUPPORTED); in prvTraceInitCortexM()
/TraceRecorderSource-2.7.6/kernelports/SAFERTOS/
DtrcKernelPort.c200 prvTraceError(PSF_ERROR_TZCTRLTASK_NOT_CREATED); in vTraceEnable()
415 prvTraceError("vTraceEnable(TRC_START_AWAIT_HOST) not allowed in Snapshot mode"); in vTraceEnable()
419 prvTraceError("Unexpected argument to vTraceEnable (snapshot mode)"); in vTraceEnable()
/TraceRecorderSource-2.7.6/kernelports/BareMetal/
DtrcKernelPort.c324 prvTraceError("vTraceEnable(TRC_START_AWAIT_HOST) not allowed in Snapshot mode"); in vTraceEnable()
328 prvTraceError("Unexpected argument to vTraceEnable (snapshot mode)"); in vTraceEnable()
/TraceRecorderSource-2.7.6/kernelports/ESP-IDF_FreeRTOS/
DtrcKernelPort.c385 prvTraceError(PSF_ERROR_TZCTRLTASK_NOT_CREATED); in vTraceInit()
918 prvTraceError("vTraceEnable(TRC_START_AWAIT_HOST) not allowed in Snapshot mode"); in vTraceEnable()
922 prvTraceError("Unexpected argument to vTraceEnable (snapshot mode)"); in vTraceEnable()
DKconfig.projbuild126 or by putting breakpoints in prvTraceError and prvTraceWarning.
833 If the condition is false, prvTraceError() will be called, which stops the
/TraceRecorderSource-2.7.6/kernelports/FreeRTOS/
DtrcKernelPort.c384 prvTraceError(PSF_ERROR_TZCTRLTASK_NOT_CREATED); in vTraceEnable()
815 prvTraceError("vTraceEnable(TRC_START_AWAIT_HOST) not allowed in Snapshot mode"); in vTraceEnable()
819 prvTraceError("Unexpected argument to vTraceEnable (snapshot mode)"); in vTraceEnable()
/TraceRecorderSource-2.7.6/include/
DtrcRecorder.h1387 void prvTraceError(const char* msg);
1431 prvTraceError("TRACE_ASSERT: " msg); \
1600 prvTraceError(PSF_ERROR_STREAM_PORT_WRITE); \
1758 void prvTraceError(int errCode);
/TraceRecorderSource-2.7.6/kernelports/Micrium/
DtrcKernelPort.c750 prvTraceError("vTraceEnable(TRC_START_AWAIT_HOST) not allowed in Snapshot mode"); in vTraceEnable()
754 prvTraceError("Unexpected argument to vTraceEnable (snapshot mode)"); in vTraceEnable()
/TraceRecorderSource-2.7.6/kernelports/Zephyr/
DKconfig724 If the condition is false, prvTraceError() will be called, which stops the