Home
last modified time | relevance | path

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

/Linux-v5.4/tools/bpf/bpftool/
Dbtf.c583 [BPF_OBJ_MAP] = "map", in build_btf_type_table()
595 case BPF_OBJ_MAP: in build_btf_type_table()
618 case BPF_OBJ_MAP: in build_btf_type_table()
648 case BPF_OBJ_MAP: in build_btf_type_table()
692 err = build_btf_type_table(btf_map_table, BPF_OBJ_MAP, &map_info, in build_btf_tables()
Dcommon.c259 [BPF_OBJ_MAP] = "map", in get_fd_type_name()
287 return BPF_OBJ_MAP; in get_fd_type()
Dmain.h87 BPF_OBJ_MAP, enumerator
Dmap.c123 return open_obj_pinned_any(path, BPF_OBJ_MAP); in map_parse_fd()
654 build_pinned_obj_table(&map_table, BPF_OBJ_MAP); in do_show()