Home
last modified time | relevance | path

Searched refs:BPF_OBJ_MAP (Results 1 – 5 of 5) sorted by relevance

/tools/bpf/bpftool/skeleton/
Dpid_iter.bpf.c13 BPF_OBJ_MAP, enumerator
30 case BPF_OBJ_MAP: in get_obj_id()
56 case BPF_OBJ_MAP: in iter()
/tools/bpf/bpftool/
Dbtf.c656 [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()
Dcommon.c299 [BPF_OBJ_MAP] = "map", in get_fd_type_name()
327 return BPF_OBJ_MAP; in get_fd_type()
913 (*fds)[0] = open_obj_pinned_any(path, BPF_OBJ_MAP); in map_parse_fds()
Dmain.h78 BPF_OBJ_MAP, enumerator
Dmap.c698 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()