Home
last modified time | relevance | path

Searched defs:vTracePrint (Results 1 – 3 of 3) sorted by relevance

/TraceRecorderSource-2.7.6/include/
DtrcRecorder.h237 #define vTracePrint(chn, str) (void)(chn), (void)(str) /* Comma operator is used to avoid "unused v… macro
974 #define vTracePrint(chn, ...) (void)(chn) macro
1881 #define vTracePrint(chn, ...) (void)(chn) macro
/TraceRecorderSource-2.7.6/
DtrcSnapshotRecorder.c1557 void vTracePrint(traceString chn, const char* str) in vTracePrint() function
DtrcStreamingRecorder.c490 void vTracePrint(traceString chn, const char* str) in vTracePrint() function