Searched refs:xbc_node_find_value (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/trace/ |
| H A D | trace_boot.c | 44 p = xbc_node_find_value(node, "tracing_on", NULL); in trace_boot_set_instance_options() 54 p = xbc_node_find_value(node, "trace_clock", NULL); in trace_boot_set_instance_options() 60 p = xbc_node_find_value(node, "buffer_size", NULL); in trace_boot_set_instance_options() 70 p = xbc_node_find_value(node, "cpumask", NULL); in trace_boot_set_instance_options() 315 p = xbc_node_find_value(hnode, key, &anode); in trace_boot_hist_add_array() 345 p = xbc_node_find_value(hnode, param, NULL); in trace_boot_hist_add_one_handler() 458 p = xbc_node_find_value(hnode, "size", NULL); in trace_boot_compose_hist_cmd() 462 p = xbc_node_find_value(hnode, "name", NULL); in trace_boot_compose_hist_cmd() 477 if (xbc_node_find_value(hnode, "pause", NULL)) in trace_boot_compose_hist_cmd() 479 else if (xbc_node_find_value(hnode, "continue", NULL)) in trace_boot_compose_hist_cmd() [all …]
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | bootconfig.rst | 276 value = xbc_node_find_value(root, "option", &vnode);
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | bootconfig.rst | 276 value = xbc_node_find_value(root, "option", &vnode);
|
| /linux/lib/ |
| H A D | bootconfig.c | 260 xbc_node_find_value(struct xbc_node *parent, const char *key, in xbc_node_find_value() function
|