Home
last modified time | relevance | path

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

/Linux-v4.19/tools/bpf/bpftool/
Dcfg.c51 struct func_node { struct
89 list_first_entry(&cfg->funcs, struct func_node, l)
91 list_last_entry(&cfg->funcs, struct func_node, l)
97 static struct func_node *cfg_append_func(struct cfg *cfg, struct bpf_insn *insn) in cfg_append_func()
99 struct func_node *new_func, *func; in cfg_append_func()
122 static struct bb_node *func_append_bb(struct func_node *func, in func_append_bb()
168 struct func_node *func, *last_func; in cfg_partition_funcs()
194 static bool func_partition_bb_head(struct func_node *func) in func_partition_bb_head()
228 static void func_partition_bb_tail(struct func_node *func) in func_partition_bb_tail()
245 static bool func_add_special_bb(struct func_node *func) in func_add_special_bb()
[all …]