Searched refs:vTracePrintF (Results 1 – 6 of 6) sorted by relevance
/TraceRecorderSource-2.7.6/include/ |
D | trcRecorder.h | 205 void vTracePrintF(traceString chn, const char* fmt, ...); 207 #define vTracePrintF(chn, fmt, ...) (void)(chn), (void)(fmt) /* Comma operator is used to avoid "un… macro 975 #undef vTracePrintF 976 #define vTracePrintF(chn, fmt, ...) (void)(chn), (void)(fmt) /* Comma operator is used to avoid "un… macro 1882 #define vTracePrintF(chn, fmt, ...) (void)(chn), (void)(fmt) /* Comma operator is used to avoid "un… macro
|
/TraceRecorderSource-2.7.6/kernelports/ESP-IDF_FreeRTOS/ |
D | Kconfig.projbuild | 117 trace log, generated using vTracePrint and vTracePrintF. 657 vTracePrintF is stripped out, in case floating point values are not used or 660 Floating point values are only used in vTracePrintF and its subroutines, to 663 vTracePrintF can be used with integer and string arguments in either case. 881 You can also use the other user event functions, like vTracePrintF. 883 vTracePrintF then looks up the correct UB channel based on the 890 vTracePrintF(chn2, "%Z: %d", value1); 893 vTracePrintF(chn2, "%Z: %d", value2);
|
/TraceRecorderSource-2.7.6/kernelports/Zephyr/ |
D | Kconfig | 548 vTracePrintF is stripped out, in case floating point values are not used or 551 Floating point values are only used in vTracePrintF and its subroutines, to 554 vTracePrintF can be used with integer and string arguments in either case. 772 You can also use the other user event functions, like vTracePrintF. 774 vTracePrintF then looks up the correct UB channel based on the 781 vTracePrintF(chn2, "%Z: %d", value1); 784 vTracePrintF(chn2, "%Z: %d", value2);
|
/TraceRecorderSource-2.7.6/kernelports/BareMetal/ |
D | readme-baremetal.txt | 9 …for tracing ISRs (using vTraceStoreISRBegin/End), as well as User Events (using e.g. vTracePrintF).
|
/TraceRecorderSource-2.7.6/ |
D | trcStreamingRecorder.c | 574 void vTracePrintF(traceString chn, const char* fmt, ...) in vTracePrintF() function
|
D | trcSnapshotRecorder.c | 1414 void vTracePrintF(traceString eventLabel, const char* formatStr, ...) in vTracePrintF() function
|