Lines Matching refs:btf_map_table
744 struct hashmap *btf_map_table) in build_btf_tables() argument
757 err = build_btf_type_table(btf_map_table, BPF_OBJ_MAP, &map_info, in build_btf_tables()
770 struct hashmap *btf_map_table) in show_btf_plain() argument
793 hashmap__for_each_key_entry(btf_map_table, entry, in show_btf_plain()
807 struct hashmap *btf_map_table) in show_btf_json() argument
826 hashmap__for_each_key_entry(btf_map_table, entry, in show_btf_json()
844 struct hashmap *btf_map_table) in show_btf() argument
872 show_btf_json(&info, fd, btf_prog_table, btf_map_table); in show_btf()
874 show_btf_plain(&info, fd, btf_prog_table, btf_map_table); in show_btf()
882 struct hashmap *btf_map_table; in do_show() local
900 btf_map_table = hashmap__new(hash_fn_for_key_as_id, in do_show()
902 if (!btf_prog_table || !btf_map_table) { in do_show()
904 hashmap__free(btf_map_table); in do_show()
910 err = build_btf_tables(btf_prog_table, btf_map_table); in do_show()
919 err = show_btf(fd, btf_prog_table, btf_map_table); in do_show()
951 err = show_btf(fd, btf_prog_table, btf_map_table); in do_show()
962 hashmap__free(btf_map_table); in do_show()