Searched refs:append_printf (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/kernel/trace/ |
D | trace_boot.c | 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() [all …]
|