Searched refs:BPF_OBJ_MAP (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/bpf/bpftool/skeleton/ |
H A D | pid_iter.bpf.c | 13 BPF_OBJ_MAP, enumerator 43 case BPF_OBJ_MAP: in get_obj_id() 80 case BPF_OBJ_MAP: in iter()
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | btf.c | 740 [BPF_OBJ_MAP] = "map", in build_btf_type_table() 751 case BPF_OBJ_MAP: in build_btf_type_table() 774 case BPF_OBJ_MAP: in build_btf_type_table() 807 case BPF_OBJ_MAP: in build_btf_type_table() 848 err = build_btf_type_table(btf_map_table, BPF_OBJ_MAP, &map_info, in build_btf_tables()
|
H A D | common.c | 398 [BPF_OBJ_MAP] = "map", in get_fd_type_name() 470 return BPF_OBJ_MAP; in get_fd_type() 1067 (*fds)[0] = open_obj_pinned_any(path, BPF_OBJ_MAP); in map_parse_fds()
|
H A D | main.h | 70 BPF_OBJ_MAP, enumerator
|
H A D | map.c | 688 build_pinned_obj_table(map_table, BPF_OBJ_MAP); in do_show() 690 build_obj_refs_table(&refs_table, BPF_OBJ_MAP); in do_show()
|