Home
last modified time | relevance | path

Searched refs:vTraceVPrintF (Results 1 – 3 of 3) sorted by relevance

/TraceRecorderSource-2.7.6/include/
DtrcRecorder.h218 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/
DtrcStreamingRecorder.c579 vTraceVPrintF(chn, fmt, vl); in vTracePrintF()
590 void vTraceVPrintF(traceString chn, const char* fmt, va_list vl) in vTraceVPrintF() function
DtrcSnapshotRecorder.c1419 vTraceVPrintF(eventLabel, formatStr, vl); in vTracePrintF()
1432 void vTraceVPrintF(traceString eventLabel, const char* formatStr, va_list vl) in vTraceVPrintF() function