Lines Matching defs:btf_map_table
835 struct hashmap *btf_map_table)
848 err = build_btf_type_table(btf_map_table, BPF_OBJ_MAP, &map_info,
861 struct hashmap *btf_map_table)
882 hashmap__for_each_key_entry(btf_map_table, entry, info->id) {
894 struct hashmap *btf_map_table)
912 hashmap__for_each_key_entry(btf_map_table, entry, info->id) {
929 struct hashmap *btf_map_table)
957 show_btf_json(&info, fd, btf_prog_table, btf_map_table);
959 show_btf_plain(&info, fd, btf_prog_table, btf_map_table);
967 struct hashmap *btf_map_table;
985 btf_map_table = hashmap__new(hash_fn_for_key_as_id,
987 if (IS_ERR(btf_prog_table) || IS_ERR(btf_map_table)) {
989 hashmap__free(btf_map_table);
995 err = build_btf_tables(btf_prog_table, btf_map_table);
1004 err = show_btf(fd, btf_prog_table, btf_map_table);
1036 err = show_btf(fd, btf_prog_table, btf_map_table);
1047 hashmap__free(btf_map_table);