Searched refs:prvTraceError (Results 1 – 10 of 10) sorted by relevance
/TraceRecorderSource-2.7.6/ |
D | trcSnapshotRecorder.c | 301 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 …]
|
D | trcStreamingRecorder.c | 158 #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/ |
D | trcKernelPort.c | 200 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/ |
D | trcKernelPort.c | 324 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/ |
D | trcKernelPort.c | 385 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()
|
D | Kconfig.projbuild | 126 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/ |
D | trcKernelPort.c | 384 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/ |
D | trcRecorder.h | 1387 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/ |
D | trcKernelPort.c | 750 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/ |
D | Kconfig | 724 If the condition is false, prvTraceError() will be called, which stops the
|