Home
last modified time | relevance | path

Searched refs:bpf_object (Results 1 - 7 of 7) sorted by relevance

/third_party/libbpf/src/
H A Dlibbpf.h110 struct bpf_object;
186 * @brief **bpf_object__open()** creates a bpf_object by opening
190 * @return pointer to the new bpf_object; or NULL is returned on error,
193 LIBBPF_API struct bpf_object *bpf_object__open(const char *path);
196 * @brief **bpf_object__open_file()** creates a bpf_object by opening
202 * @return pointer to the new bpf_object; or NULL is returned on error,
205 LIBBPF_API struct bpf_object *
209 * @brief **bpf_object__open_mem()** creates a bpf_object by reading
215 * @return pointer to the new bpf_object; or NULL is returned on error,
218 LIBBPF_API struct bpf_object *
[all...]
H A Dlibbpf.c75 static struct bpf_map *bpf_object__add_map(struct bpf_object *obj);
76 static bool prog_is_subprog(const struct bpf_object *obj, const struct bpf_program *prog);
446 struct bpf_object *obj;
518 struct bpf_object *obj;
659 struct bpf_object { struct
717 static const char *elf_sym_str(const struct bpf_object *obj, size_t off);
718 static const char *elf_sec_str(const struct bpf_object *obj, size_t off);
720 static Elf_Scn *elf_sec_by_idx(const struct bpf_object *obj, size_t idx);
721 static Elf_Scn *elf_sec_by_name(const struct bpf_object *obj, const char *name);
724 static Elf64_Shdr *elf_sec_hdr(const struct bpf_object *ob
[all...]
H A Dlibbpf_internal.h409 bool kernel_supports(const struct bpf_object *obj, enum kern_feature_id feat_id);
639 struct usdt_manager *usdt_manager_new(struct bpf_object *obj);
H A Dbtf.h27 struct bpf_object;
H A Dusdt.c42 * store it in bpf_object. USDT manager is per-BPF object construct, as each
45 * bpf_object in parts of USDT attachment, they are oblivious of each other's
46 * existence and libbpf is just oblivious, dealing with bpf_object-specific
256 struct usdt_manager *usdt_manager_new(struct bpf_object *obj) in usdt_manager_new()
/third_party/libbpf/fuzz/
H A Dbpf-object-fuzzer.c9 struct bpf_object *obj = NULL; in LLVMFuzzerTestOneInput()
/third_party/nghttp2/src/
H A Dshrpx_connection_handler.h109 bpf_object *obj;

Completed in 15 milliseconds