Home
last modified time | relevance | path

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

/TraceRecorderSource-2.7.6/include/
DtrcRecorder.h207 #define vTracePrintF(chn, fmt, ...) (void)(chn), (void)(fmt) /* Comma operator is used to avoid "un… argument
220 #define vTraceVPrintF(chn, formatStr, vl) (void)(chn), (void)(formatStr), (void)(vl) /* Comma opera… argument
237 #define vTracePrint(chn, str) (void)(chn), (void)(str) /* Comma operator is used to avoid "unused v… argument
974 #define vTracePrint(chn, ...) (void)(chn) argument
976 #define vTracePrintF(chn, fmt, ...) (void)(chn), (void)(fmt) /* Comma operator is used to avoid "un… argument
978 #define vTraceVPrintF(chn, formatStr, vl) (void)(chn), (void)(formatStr), (void)(vl) /* Comma opera… argument
1881 #define vTracePrint(chn, ...) (void)(chn) argument
1882 #define vTracePrintF(chn, fmt, ...) (void)(chn), (void)(fmt) /* Comma operator is used to avoid "un… argument
1883 #define vTraceVPrintF(chn, formatStr, vl) (void)(chn), (void)(formatStr), (void)(vl) /* Comma opera… argument
/TraceRecorderSource-2.7.6/
DtrcStreamingRecorder.c490 void vTracePrint(traceString chn, const char* str) in vTracePrint()
574 void vTracePrintF(traceString chn, const char* fmt, ...) in vTracePrintF()
590 void vTraceVPrintF(traceString chn, const char* fmt, va_list vl) in vTraceVPrintF()
DtrcSnapshotRecorder.c1557 void vTracePrint(traceString chn, const char* str) in vTracePrint()
2842 traceString chn) in prvTraceLookupSymbolTableEntry()