Home
last modified time | relevance | path

Searched refs:func_node (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/bpf/bpftool/
H A Dcfg.c17 struct func_node { struct
55 list_first_entry(&cfg->funcs, struct func_node, l)
57 list_last_entry(&cfg->funcs, struct func_node, l)
65 struct func_node *new_func, *func; in cfg_append_func()
134 struct func_node *func, *last_func; in cfg_partition_funcs()
233 static bool func_partition_bb(struct func_node *func) in func_partition_bb()
277 static bool func_add_bb_edges(struct func_node *func) in func_add_bb_edges()
336 struct func_node *func; in cfg_build()
356 struct func_node *func, *func2; in cfg_destroy()
443 static void func_output_edges(struct func_node *func) in func_output_edges()
[all …]