Searched defs:szChannel (Results 1 – 2 of 2) sorted by relevance
/percepio-3.7.0/TraceRecorder/include/ |
D | trcPrint.h | 83 #define xTracePrintCompactF0(szChannel, szFormat) xTraceEventCreate2(PSF_EVENT_USER_EVENT_FIXED, (T… argument 102 #define xTracePrintCompactF1(szChannel, szFormat, uxParam1) xTraceEventCreate3(PSF_EVENT_USER_EVENT… argument 122 #define xTracePrintCompactF2(szChannel, szFormat, uxParam1, uxParam2) xTraceEventCreate4(PSF_EVENT_… argument 143 #define xTracePrintCompactF3(szChannel, szFormat, uxParam1, uxParam2, uxParam3) xTraceEventCreate5(… argument 165 #define xTracePrintCompactF4(szChannel, szFormat, uxParam1, uxParam2, uxParam3, uxParam4) xTraceEve… argument
|
/percepio-3.7.0/TraceRecorder/ |
D | trcPrint.c | 88 traceResult xTracePrintCompactF(const char* szChannel, const char* szFormat, ...) in xTracePrintCompactF()
|