Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
H A Dmain.h74 enum bpf_obj_type { enum
126 enum bpf_obj_type type);
129 enum bpf_obj_type type);
151 const char *get_fd_type_name(enum bpf_obj_type type);
155 int open_obj_pinned_any(const char *path, enum bpf_obj_type exp_type,
H A Dcommon.c228 int open_obj_pinned_any(const char *path, enum bpf_obj_type exp_type, in open_obj_pinned_any()
231 enum bpf_obj_type type; in open_obj_pinned_any()
398 const char *get_fd_type_name(enum bpf_obj_type type) in get_fd_type_name()
549 static enum bpf_obj_type build_fn_type;
556 enum bpf_obj_type objtype; in do_build_table_cb()
596 enum bpf_obj_type type) in build_pinned_obj_table()
H A Dpids.c19 int build_obj_refs_table(struct hashmap **map, enum bpf_obj_type type) in build_obj_refs_table()
100 int build_obj_refs_table(struct hashmap **map, enum bpf_obj_type type) in build_obj_refs_table()
H A Dbtf.c1114 build_btf_type_table(struct hashmap *tab, enum bpf_obj_type type, in build_btf_type_table()
/linux/tools/bpf/bpftool/skeleton/
H A Dpid_iter.bpf.c10 enum bpf_obj_type { enum
37 const volatile enum bpf_obj_type obj_type = BPF_OBJ_UNKNOWN;
39 static __always_inline __u32 get_obj_id(void *ent, enum bpf_obj_type type) in get_obj_id()