Lines Matching refs:xbc_node_find_value
43 p = xbc_node_find_value(node, "tracing_on", NULL); in trace_boot_set_instance_options()
53 p = xbc_node_find_value(node, "trace_clock", NULL); in trace_boot_set_instance_options()
59 p = xbc_node_find_value(node, "buffer_size", NULL); in trace_boot_set_instance_options()
68 p = xbc_node_find_value(node, "cpumask", NULL); in trace_boot_set_instance_options()
226 p = xbc_node_find_value(hnode, key, &anode); in trace_boot_hist_add_array()
256 p = xbc_node_find_value(hnode, param, NULL); in trace_boot_hist_add_one_handler()
369 p = xbc_node_find_value(hnode, "size", NULL); in trace_boot_compose_hist_cmd()
373 p = xbc_node_find_value(hnode, "name", NULL); in trace_boot_compose_hist_cmd()
388 if (xbc_node_find_value(hnode, "pause", NULL)) in trace_boot_compose_hist_cmd()
390 else if (xbc_node_find_value(hnode, "continue", NULL)) in trace_boot_compose_hist_cmd()
392 else if (xbc_node_find_value(hnode, "clear", NULL)) in trace_boot_compose_hist_cmd()
406 p = xbc_node_find_value(hnode, "filter", NULL); in trace_boot_compose_hist_cmd()
487 p = xbc_node_find_value(enode, "filter", NULL); in trace_boot_init_one_event()
505 } else if (xbc_node_find_value(enode, "actions", NULL)) in trace_boot_init_one_event()
508 if (xbc_node_find_value(enode, "enable", NULL)) { in trace_boot_init_one_event()
598 p = xbc_node_find_value(node, "tracer", NULL); in trace_boot_enable_tracer()
605 if (xbc_node_find_value(node, "alloc_snapshot", NULL)) { in trace_boot_enable_tracer()