Home
last modified time | relevance | path

Searched refs:xbc_node_find_value (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_boot.c43 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(hnod in trace_boot_compose_hist_cmd()
[all...]
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_boot.c43 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()
200 p = xbc_node_find_value(enode, "filter", NULL); in trace_boot_init_one_event()
215 } else if (xbc_node_find_value(enode, "actions", NULL)) in trace_boot_init_one_event()
218 if (xbc_node_find_value(enode, "enable", NULL)) { in trace_boot_init_one_event()
285 p = xbc_node_find_value(node, "tracer", NULL); in trace_boot_enable_tracer()
292 if (xbc_node_find_value(node, "alloc_snapshot", NULL)) { in trace_boot_enable_tracer()
/kernel/linux/linux-5.10/include/linux/
H A Dbootconfig.h94 const char * __init xbc_node_find_value(struct xbc_node *parent,
117 return xbc_node_find_value(NULL, key, vnode); in xbc_find_value()
138 * be used with xbc_find_value() and xbc_node_find_value(), so that user can
173 for (value = xbc_node_find_value(node, key, &anode); value != NULL; \
/kernel/linux/linux-6.6/include/linux/
H A Dbootconfig.h126 const char * __init xbc_node_find_value(struct xbc_node *parent,
149 return xbc_node_find_value(NULL, key, vnode); in xbc_find_value()
187 * be used with xbc_find_value() and xbc_node_find_value(), so that user can
235 for (value = xbc_node_find_value(node, key, &anode); value != NULL; \
/kernel/linux/linux-5.10/lib/
H A Dbootconfig.c176 * xbc_node_find_value() - Find a value node which matches given key
191 xbc_node_find_value(struct xbc_node *parent, const char *key, in xbc_node_find_value() function
/kernel/linux/linux-6.6/lib/
H A Dbootconfig.c241 * xbc_node_find_value() - Find a value node which matches given key
256 xbc_node_find_value(struct xbc_node *parent, const char *key, in xbc_node_find_value() function

Completed in 5 milliseconds