Searched refs:vTraceVPrintF (Results 1 – 3 of 3) sorted by relevance
/TraceRecorderSource-2.7.6/include/ |
D | trcRecorder.h | 218 void vTraceVPrintF(traceString eventLabel, const char* formatStr, va_list vl); 220 #define vTraceVPrintF(chn, formatStr, vl) (void)(chn), (void)(formatStr), (void)(vl) /* Comma opera… macro 977 #undef vTraceVPrintF 978 #define vTraceVPrintF(chn, formatStr, vl) (void)(chn), (void)(formatStr), (void)(vl) /* Comma opera… macro 1883 #define vTraceVPrintF(chn, formatStr, vl) (void)(chn), (void)(formatStr), (void)(vl) /* Comma opera… macro
|
/TraceRecorderSource-2.7.6/ |
D | trcStreamingRecorder.c | 579 vTraceVPrintF(chn, fmt, vl); in vTracePrintF() 590 void vTraceVPrintF(traceString chn, const char* fmt, va_list vl) in vTraceVPrintF() function
|
D | trcSnapshotRecorder.c | 1419 vTraceVPrintF(eventLabel, formatStr, vl); in vTracePrintF() 1432 void vTraceVPrintF(traceString eventLabel, const char* formatStr, va_list vl) in vTraceVPrintF() function
|