Searched refs:vTracePrint (Results 1 – 5 of 5) sorted by relevance
/TraceRecorderSource-2.7.6/include/ |
D | trcRecorder.h | 235 void vTracePrint(traceString chn, const char* str); 237 #define vTracePrint(chn, str) (void)(chn), (void)(str) /* Comma operator is used to avoid "unused v… macro 973 #undef vTracePrint 974 #define vTracePrint(chn, ...) (void)(chn) macro 1881 #define vTracePrint(chn, ...) (void)(chn) macro
|
/TraceRecorderSource-2.7.6/ |
D | trcStreamingRecorder.c | 490 void vTracePrint(traceString chn, const char* str) in vTracePrint() function 524 vTracePrint(consoleChannel, tempBuf); in vTraceConsoleChannelPrintF()
|
D | trcSnapshotRecorder.c | 1557 void vTracePrint(traceString chn, const char* str) in vTracePrint() function
|
/TraceRecorderSource-2.7.6/kernelports/Zephyr/ |
D | trcKernelPort.c | 1908 vTracePrint(trcWarningChannel, "Potential Zephyr Bug: Why did it not wait?"); in sys_trace_k_heap_aligned_alloc_exit()
|
/TraceRecorderSource-2.7.6/kernelports/ESP-IDF_FreeRTOS/ |
D | Kconfig.projbuild | 117 trace log, generated using vTracePrint and vTracePrintF.
|