Searched refs:BPF_OBJ_MAP (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/tools/bpf/bpftool/skeleton/ |
| D | pid_iter.bpf.c | 13 BPF_OBJ_MAP, enumerator 30 case BPF_OBJ_MAP: in get_obj_id() 56 case BPF_OBJ_MAP: in iter()
|
| /Linux-v5.15/tools/bpf/bpftool/ |
| D | btf.c | 656 [BPF_OBJ_MAP] = "map", in build_btf_type_table() 668 case BPF_OBJ_MAP: in build_btf_type_table() 691 case BPF_OBJ_MAP: in build_btf_type_table() 721 case BPF_OBJ_MAP: in build_btf_type_table() 766 err = build_btf_type_table(btf_map_table, BPF_OBJ_MAP, &map_info, in build_btf_tables()
|
| D | common.c | 296 [BPF_OBJ_MAP] = "map", in get_fd_type_name() 324 return BPF_OBJ_MAP; in get_fd_type() 910 (*fds)[0] = open_obj_pinned_any(path, BPF_OBJ_MAP); in map_parse_fds()
|
| D | main.h | 78 BPF_OBJ_MAP, enumerator
|
| D | map.c | 698 build_pinned_obj_table(&map_table, BPF_OBJ_MAP); in do_show() 699 build_obj_refs_table(&refs_table, BPF_OBJ_MAP); in do_show()
|