Searched refs:xbc_node (Results 1 – 6 of 6) sorted by relevance
50 struct xbc_node { struct67 struct xbc_node * __init xbc_root_node(void); argument69 struct xbc_node * __init xbc_node_get_parent(struct xbc_node *node);70 struct xbc_node * __init xbc_node_get_child(struct xbc_node *node);71 struct xbc_node * __init xbc_node_get_next(struct xbc_node *node);123 struct xbc_node * __init xbc_node_find_subkey(struct xbc_node *parent,128 struct xbc_node **vnode);130 struct xbc_node * __init xbc_node_find_next_leaf(struct xbc_node *root,131 struct xbc_node *leaf);134 struct xbc_node **leaf);[all …]
129 struct xbc_node * __init xbc_node_get_parent(struct xbc_node *node) in xbc_node_get_parent()141 struct xbc_node * __init xbc_node_get_child(struct xbc_node *node) in xbc_node_get_child()155 struct xbc_node * __init xbc_node_get_next(struct xbc_node *node) in xbc_node_get_next()205 struct xbc_node * __init208 struct xbc_node *node; in xbc_node_find_subkey()326 struct xbc_node * __init xbc_node_find_next_leaf(struct xbc_node *root, in xbc_node_find_next_leaf()329 struct xbc_node *next; in xbc_node_find_next_leaf()412 struct xbc_node *node; in xbc_add_node()432 static inline __init struct xbc_node *xbc_last_child(struct xbc_node *node) in xbc_last_child()598 struct xbc_node *node; in xbc_parse_array()[all …]
27 struct xbc_node *anode; in trace_boot_set_instance_options()85 struct xbc_node *anode; in trace_boot_enable_events()105 struct xbc_node *anode; in trace_boot_add_kprobe_event()142 struct xbc_node *anode; in trace_boot_add_synth_event()222 struct xbc_node *anode; in trace_boot_hist_add_array()301 struct xbc_node *node; in trace_boot_hist_add_handlers()422 struct xbc_node *node; in trace_boot_init_histograms()463 struct xbc_node *enode) in trace_boot_init_one_event()466 struct xbc_node *anode; in trace_boot_init_one_event()562 struct xbc_node *anode; in trace_boot_set_ftrace_filter()[all …]
19 static int xbc_show_value(struct xbc_node *node, bool semicolon) in xbc_show_value()39 struct xbc_node *node, *cnode = NULL, *vnode; in xbc_show_compact_tree()113 struct xbc_node *leaf; in xbc_show_list()
28 struct xbc_node *leaf, *vnode; in copy_xbc_key_value_list()
325 struct xbc_node *root) in xbc_snprint_cmdline()327 struct xbc_node *knode, *vnode; in xbc_snprint_cmdline()362 struct xbc_node *root; in xbc_make_cmdline()
Completed in 12 milliseconds