Lines Matching refs:btf_map_table
717 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
845 hash_init(btf_map_table.table); in do_show()
846 err = build_btf_tables(&btf_prog_table, &btf_map_table); in do_show()
855 err = show_btf(fd, &btf_prog_table, &btf_map_table); in do_show()
887 err = show_btf(fd, &btf_prog_table, &btf_map_table); in do_show()
898 delete_btf_table(&btf_map_table); in do_show()