Lines Matching refs:timebuf
35 static void dump(const char *timebuf, const char *text,
53 char timebuf[20]; in tool_debug_cb() local
68 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld ", in tool_debug_cb()
72 timebuf[0] = 0; in tool_debug_cb()
114 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb()
122 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb()
131 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb()
147 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb()
174 dump(timebuf, text, output, data, i + 4, config->tracetype, type); in tool_debug_cb()
187 fprintf(output, "%s== Info: %s", timebuf, data); in tool_debug_cb()
211 dump(timebuf, text, output, data, size, config->tracetype, type); in tool_debug_cb()
215 static void dump(const char *timebuf, const char *text, in dump() argument
228 fprintf(stream, "%s%s, %zd bytes (0x%zx)\n", timebuf, text, size, size); in dump()