Home
last modified time | relevance | path

Searched defs:bb (Results 1 – 4 of 4) sorted by relevance

/tools/bpf/bpftool/
Dcfg.c50 #define bb_prev(bb) list_prev_entry(bb, l) argument
51 #define bb_next(bb) list_next_entry(bb, l) argument
91 struct bb_node *new_bb, *bb; in func_append_bb() local
116 struct bb_node *bb; in func_insert_dummy_bb() local
168 struct bb_node *bb; in func_partition_bb_head() local
202 struct bb_node *bb, *last; in func_partition_bb_tail() local
218 struct bb_node *bb; in func_add_special_bb() local
246 struct bb_node *bb; in func_search_bb_with_head() local
281 struct bb_node *bb; in func_add_bb_edges() local
359 struct bb_node *bb, *bb2; in cfg_destroy() local
[all …]
/tools/perf/util/
Dannotate-data.c957 struct annotated_basic_block *bb, *tmp; in delete_basic_blocks() local
1251 struct annotated_basic_block *bb; in find_data_type_insn() local
Dannotate.c2756 struct annotated_basic_block *bb; member
2791 struct annotated_basic_block *bb; in add_basic_block() local
/tools/testing/selftests/bpf/progs/
Dcore_reloc_types.h1049 char aa[1], bb[2], cc[3]; member