Lines Matching refs:append_printf
176 append_printf(char **bufp, char *end, const char *fmt, ...) in append_printf() function
233 append_printf(bufp, end, ":%s", key); in trace_boot_hist_add_array()
236 append_printf(bufp, end, "%c%s", sep, p); in trace_boot_hist_add_array()
262 append_printf(bufp, end, ":%s(%s)", handler, p); in trace_boot_hist_add_one_handler()
278 append_printf(bufp, end, ".%s", xbc_node_get_data(knode)); in trace_boot_hist_add_one_handler()
281 append_printf(bufp, end, "%c%s", sep, p); in trace_boot_hist_add_one_handler()
285 append_printf(bufp, end, ")"); in trace_boot_hist_add_one_handler()
287 append_printf(bufp, end, ".snapshot()"); in trace_boot_hist_add_one_handler()
353 append_printf(&buf, end, "hist"); in trace_boot_compose_hist_cmd()
371 append_printf(&buf, end, ":size=%s", p); in trace_boot_compose_hist_cmd()
375 append_printf(&buf, end, ":name=%s", p); in trace_boot_compose_hist_cmd()
381 append_printf(&buf, end, ":%s=", in trace_boot_compose_hist_cmd()
389 append_printf(&buf, end, ":pause"); in trace_boot_compose_hist_cmd()
391 append_printf(&buf, end, ":continue"); in trace_boot_compose_hist_cmd()
393 append_printf(&buf, end, ":clear"); in trace_boot_compose_hist_cmd()
408 append_printf(&buf, end, " if %s", p); in trace_boot_compose_hist_cmd()