Lines Matching refs:btf_map_table
836 struct hashmap *btf_map_table) in build_btf_tables() argument
849 err = build_btf_type_table(btf_map_table, BPF_OBJ_MAP, &map_info, in build_btf_tables()
862 struct hashmap *btf_map_table) in show_btf_plain() argument
885 hashmap__for_each_key_entry(btf_map_table, entry, in show_btf_plain()
899 struct hashmap *btf_map_table) in show_btf_json() argument
918 hashmap__for_each_key_entry(btf_map_table, entry, in show_btf_json()
936 struct hashmap *btf_map_table) in show_btf() argument
964 show_btf_json(&info, fd, btf_prog_table, btf_map_table); in show_btf()
966 show_btf_plain(&info, fd, btf_prog_table, btf_map_table); in show_btf()
974 struct hashmap *btf_map_table; in do_show() local
992 btf_map_table = hashmap__new(hash_fn_for_key_as_id, in do_show()
994 if (IS_ERR(btf_prog_table) || IS_ERR(btf_map_table)) { in do_show()
996 hashmap__free(btf_map_table); in do_show()
1002 err = build_btf_tables(btf_prog_table, btf_map_table); in do_show()
1011 err = show_btf(fd, btf_prog_table, btf_map_table); in do_show()
1043 err = show_btf(fd, btf_prog_table, btf_map_table); in do_show()
1054 hashmap__free(btf_map_table); in do_show()