Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dbtf.c717 struct btf_attach_table *btf_map_table) in build_btf_tables() argument
730 err = build_btf_type_table(btf_map_table, BPF_OBJ_MAP, &map_info, in build_btf_tables()
743 struct btf_attach_table *btf_map_table) in show_btf_plain() argument
759 hash_for_each_possible(btf_map_table->table, obj, hash, info->id) { in show_btf_plain()
772 struct btf_attach_table *btf_map_table) in show_btf_json() argument
791 hash_for_each_possible(btf_map_table->table, obj, hash, in show_btf_json()
805 struct btf_attach_table *btf_map_table) in show_btf() argument
818 show_btf_json(&info, fd, btf_prog_table, btf_map_table); in show_btf()
820 show_btf_plain(&info, fd, btf_prog_table, btf_map_table); in show_btf()
828 struct btf_attach_table btf_map_table; in do_show() local
[all …]