Lines Matching refs:timebuf
36 static void dump(const char *timebuf, const char *text,
53 char timebuf[20]; in tool_debug_cb() local
69 msnprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld ", in tool_debug_cb()
73 timebuf[0] = 0; in tool_debug_cb()
115 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb()
123 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb()
132 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb()
148 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb()
175 dump(timebuf, text, output, (unsigned char *)data, i + 4, in tool_debug_cb()
189 fprintf(output, "%s== Info: %s", timebuf, data); in tool_debug_cb()
214 dump(timebuf, text, output, (unsigned char *) data, size, config->tracetype, in tool_debug_cb()
219 static void dump(const char *timebuf, const char *text, in dump() argument
232 fprintf(stream, "%s%s, %zu bytes (0x%zx)\n", timebuf, text, size, size); in dump()