Searched refs:BPF_OBJ_MAP (Results 1 – 5 of 5) sorted by relevance
| /tools/bpf/bpftool/skeleton/ |
| A D | pid_iter.bpf.c | 13 BPF_OBJ_MAP, enumerator 44 case BPF_OBJ_MAP: in get_obj_id() 81 case BPF_OBJ_MAP: in iter()
|
| /tools/bpf/bpftool/ |
| A D | btf.c | 1120 [BPF_OBJ_MAP] = "map", in build_btf_type_table() 1134 case BPF_OBJ_MAP: in build_btf_type_table() 1157 case BPF_OBJ_MAP: in build_btf_type_table() 1190 case BPF_OBJ_MAP: in build_btf_type_table() 1231 err = build_btf_type_table(btf_map_table, BPF_OBJ_MAP, &map_info, in build_btf_tables()
|
| A D | common.c | 401 [BPF_OBJ_MAP] = "map", in get_fd_type_name() 474 return BPF_OBJ_MAP; in get_fd_type() 1095 (*fds)[0] = open_obj_pinned_any(path, BPF_OBJ_MAP, &get_opts); in map_parse_fds()
|
| A D | main.h | 71 BPF_OBJ_MAP, enumerator
|
| A D | map.c | 691 build_pinned_obj_table(map_table, BPF_OBJ_MAP); in do_show() 693 build_obj_refs_table(&refs_table, BPF_OBJ_MAP); in do_show()
|
Completed in 11 milliseconds