Searched refs:BPF_OBJ_MAP (Results 1 – 5 of 5) sorted by relevance
/linux/tools/bpf/bpftool/skeleton/ |
A 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/tools/bpf/bpftool/ |
A D | btf.c | 651 [BPF_OBJ_MAP] = "map", in build_btf_type_table() 662 case BPF_OBJ_MAP: in build_btf_type_table() 685 case BPF_OBJ_MAP: in build_btf_type_table() 715 case BPF_OBJ_MAP: in build_btf_type_table() 757 err = build_btf_type_table(btf_map_table, BPF_OBJ_MAP, &map_info, in build_btf_tables()
|
A D | common.c | 297 [BPF_OBJ_MAP] = "map", in get_fd_type_name() 325 return BPF_OBJ_MAP; in get_fd_type() 910 (*fds)[0] = open_obj_pinned_any(path, BPF_OBJ_MAP); in map_parse_fds()
|
A D | main.h | 78 BPF_OBJ_MAP, enumerator
|
A D | map.c | 705 build_pinned_obj_table(map_table, BPF_OBJ_MAP); in do_show() 707 build_obj_refs_table(&refs_table, BPF_OBJ_MAP); in do_show()
|
Completed in 9 milliseconds