Searched refs:xbc_node_get_data (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/trace/ |
| H A D | trace_boot.c | 348 xbc_node_get_data(hnode), param); in trace_boot_hist_add_one_handler() 362 xbc_node_get_data(hnode), in trace_boot_hist_add_one_handler() 363 xbc_node_get_data(knode)); 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() 379 xbc_node_get_data(hnode)); in trace_boot_hist_add_one_handler() 394 handler = xbc_node_get_data(hnode); in trace_boot_hist_add_handlers() 397 p = xbc_node_get_data(node); in trace_boot_hist_add_handlers() 471 xbc_node_get_data(knode)); in trace_boot_compose_hist_cmd() 516 p = xbc_node_get_data(node); in trace_boot_init_histograms() 559 group = xbc_node_get_data(gnode); in trace_boot_init_one_event() [all …]
|
| /linux/lib/ |
| H A D | bootconfig.c | 184 const char * __init xbc_node_get_data(struct xbc_node *node) in xbc_node_get_data() function 197 const char *p = xbc_node_get_data(node); in xbc_node_match_prefix() 275 return node ? xbc_node_get_data(node) : ""; in xbc_node_find_value() 318 ret = snprintf(buf, size, "%s%s", xbc_node_get_data(node), in xbc_node_compose_key_after() 406 return xbc_node_get_data(xbc_node_get_child(*leaf)); in xbc_node_find_next_key_value() 711 if (!strcmp(xbc_node_get_data(node), k)) in find_match_node() 879 xbc_node_get_data(n)); in xbc_verify_tree() 891 xbc_node_get_data(xbc_nodes + i)); in xbc_verify_tree() 895 xbc_node_get_data(xbc_nodes + i)); in xbc_verify_tree() 905 wlen = strlen(xbc_node_get_data(n)) + 1; in xbc_verify_tree() [all …]
|
| /linux/tools/bootconfig/ |
| H A D | main.c | 68 printf("%s.", xbc_node_get_data(node)); in xbc_show_compact_tree() 73 printf("%s {\n", xbc_node_get_data(node)); in xbc_show_compact_tree() 79 printf("%s = ", xbc_node_get_data(node)); in xbc_show_compact_tree() 90 printf("%s;\n", xbc_node_get_data(node)); in xbc_show_compact_tree()
|