Home
last modified time | relevance | path

Searched refs:xbc_node_get_data (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/kernel/trace/
Dtrace_boot.c259 xbc_node_get_data(hnode), param); in trace_boot_hist_add_one_handler()
273 xbc_node_get_data(hnode), in trace_boot_hist_add_one_handler()
274 xbc_node_get_data(knode)); 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()
290 xbc_node_get_data(hnode)); in trace_boot_hist_add_one_handler()
305 handler = xbc_node_get_data(hnode); in trace_boot_hist_add_handlers()
308 p = xbc_node_get_data(node); in trace_boot_hist_add_handlers()
382 xbc_node_get_data(knode)); in trace_boot_compose_hist_cmd()
427 p = xbc_node_get_data(node); in trace_boot_init_histograms()
470 group = xbc_node_get_data(gnode); in trace_boot_init_one_event()
[all …]
/linux-6.12.1/lib/
Dbootconfig.c181 const char * __init xbc_node_get_data(struct xbc_node *node) in xbc_node_get_data() function
194 const char *p = xbc_node_get_data(node); in xbc_node_match_prefix()
272 return node ? xbc_node_get_data(node) : ""; in xbc_node_find_value()
315 ret = snprintf(buf, size, "%s%s", xbc_node_get_data(node), in xbc_node_compose_key_after()
403 return xbc_node_get_data(xbc_node_get_child(*leaf)); in xbc_node_find_next_key_value()
638 if (!strcmp(xbc_node_get_data(node), k)) in find_match_node()
796 xbc_node_get_data(n)); in xbc_verify_tree()
808 xbc_node_get_data(xbc_nodes + i)); in xbc_verify_tree()
818 wlen = strlen(xbc_node_get_data(n)) + 1; in xbc_verify_tree()
822 xbc_node_get_data(n)); in xbc_verify_tree()
[all …]
/linux-6.12.1/include/linux/
Dbootconfig.h73 const char * __init xbc_node_get_data(struct xbc_node *node);
192 for (value = xbc_node_get_data(anode); anode != NULL ; \
194 value = anode ? xbc_node_get_data(anode) : NULL)
238 value = anode ? xbc_node_get_data(anode) : NULL)
/linux-6.12.1/tools/bootconfig/
Dmain.c63 printf("%s.", xbc_node_get_data(node)); in xbc_show_compact_tree()
68 printf("%s {\n", xbc_node_get_data(node)); in xbc_show_compact_tree()
74 printf("%s = ", xbc_node_get_data(node)); in xbc_show_compact_tree()
85 printf("%s;\n", xbc_node_get_data(node)); in xbc_show_compact_tree()