Home
last modified time | relevance | path

Searched defs:formatStr (Results 1 – 2 of 2) sorted by relevance

/TraceRecorderSource-2.7.6/
DtrcSnapshotRecorder.c981 static uint8_t prvTraceUserEventFormat(const char* formatStr, va_list vl, uint8_t* buffer, uint8_t … in prvTraceUserEventFormat()
1271 traceUBChannel xTraceRegisterUBChannel(traceString channel, traceString formatStr) in xTraceRegisterUBChannel()
1331 traceString formatStr; in vTraceUBData_Helper() local
1414 void vTracePrintF(traceString eventLabel, const char* formatStr, ...) in vTracePrintF()
1432 void vTraceVPrintF(traceString eventLabel, const char* formatStr, va_list vl) in vTraceVPrintF()
/TraceRecorderSource-2.7.6/include/
DtrcRecorder.h220 #define vTraceVPrintF(chn, formatStr, vl) (void)(chn), (void)(formatStr), (void)(vl) /* Comma opera… argument
978 #define vTraceVPrintF(chn, formatStr, vl) (void)(chn), (void)(formatStr), (void)(vl) /* Comma opera… argument
982 #define xTraceRegisterChannelFormat(eventLabel, formatStr) ((void)(eventLabel), (void)(formatStr), … argument
1883 #define vTraceVPrintF(chn, formatStr, vl) (void)(chn), (void)(formatStr), (void)(vl) /* Comma opera… argument
1890 #define xTraceRegisterChannelFormat(eventLabel, formatStr) ((void)(eventLabel), (void)(formatStr), … argument