Searched refs:append_printf (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/trace/ |
| H A D | trace_boot.c | 265 append_printf(char **bufp, char *end, const char *fmt, ...) in append_printf() function 322 append_printf(bufp, end, ":%s", key); in trace_boot_hist_add_array() 325 append_printf(bufp, end, "%c%s", sep, p); in trace_boot_hist_add_array() 351 append_printf(bufp, end, ":%s(%s)", handler, p); in trace_boot_hist_add_one_handler() 367 append_printf(bufp, end, ".%s", xbc_node_get_data(knode)); in trace_boot_hist_add_one_handler() 370 append_printf(bufp, end, "%c%s", sep, p); in trace_boot_hist_add_one_handler() 374 append_printf(bufp, end, ")"); in trace_boot_hist_add_one_handler() 376 append_printf(bufp, end, ".snapshot()"); in trace_boot_hist_add_one_handler() 442 append_printf(&buf, end, "hist"); in trace_boot_compose_hist_cmd() 460 append_printf(&buf, end, ":size=%s", p); in trace_boot_compose_hist_cmd() [all …]
|