Searched defs:tprintf (Results 1 – 7 of 7) sorted by relevance
205 #define tprintf(...) macro211 #define tprintf(...) __collector_dlog( SP_DUMP_NOHEADER, __VA_ARGS__ ) macro
172 #define tprintf(...) macro178 #define tprintf(...) __collector_dlog( SP_DUMP_NOHEADER, __VA_ARGS__ ) macro
743 #define tprintf if (TRACE_RELAX) printf macro
1380 #define tprintf if (TRACE_RELAX) printf macro
754 #define tprintf if (TRACE_RELAX) printf macro
1393 #define tprintf if (TRACE_RELAX) printf macro
633 tprintf(tpr_t tpr, const char *fmt, ...) in tprintf() function