Searched refs:btf_map_table (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/tools/bpf/bpftool/ |
| D | btf.c | 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 [all …]
|