Searched refs:LIBBPF_API (Results 1 – 6 of 6) sorted by relevance
326 LIBBPF_API int492 LIBBPF_API struct bpf_link *944 LIBBPF_API int977 LIBBPF_API int989 LIBBPF_API struct bpf_map *992 LIBBPF_API int995 LIBBPF_API struct bpf_map *1004 LIBBPF_API struct bpf_map *1770 LIBBPF_API int1802 LIBBPF_API int[all …]
39 LIBBPF_API void btf__free(struct btf *btf);91 LIBBPF_API struct btf *btf__new_empty(void);139 LIBBPF_API struct btf *btf__load_vmlinux_btf(void);145 LIBBPF_API int btf__load_into_kernel(struct btf *btf);150 LIBBPF_API __u32 btf__type_cnt(const struct btf *btf);161 LIBBPF_API int btf__fd(const struct btf *btf);162 LIBBPF_API void btf__set_fd(struct btf *btf, int fd);204 LIBBPF_API int btf__add_array(struct btf *btf,290 LIBBPF_API void btf_dump__free(struct btf_dump *d);315 LIBBPF_API int[all …]
164 LIBBPF_API int bpf_map_freeze(int fd);329 LIBBPF_API int bpf_obj_get(const char *pathname);455 LIBBPF_API int bpf_link_detach(int link_fd);468 LIBBPF_API int bpf_iter_create(int link_fd);500 LIBBPF_API int bpf_prog_get_fd_by_id(__u32 id);503 LIBBPF_API int bpf_map_get_fd_by_id(__u32 id);504 LIBBPF_API int bpf_map_get_fd_by_id_opts(__u32 id,506 LIBBPF_API int bpf_btf_get_fd_by_id(__u32 id);509 LIBBPF_API int bpf_link_get_fd_by_id(__u32 id);647 LIBBPF_API int bpf_enable_stats(int type);[all …]
94 LIBBPF_API int libbpf_set_strict_mode(enum libbpf_strict_mode mode);113 LIBBPF_API long libbpf_get_error(const void *ptr);128 LIBBPF_API struct btf *libbpf_find_kernel_btf(void);130 LIBBPF_API enum bpf_prog_type bpf_program__get_type(const struct bpf_program *prog);131 LIBBPF_API enum bpf_attach_type bpf_program__get_expected_attach_type(const struct bpf_program *pro…132 LIBBPF_API const char *bpf_map__get_pin_path(const struct bpf_map *map);133 LIBBPF_API const void *btf__get_raw_data(const struct btf *btf, __u32 *size);134 LIBBPF_API const void *btf_ext__get_raw_data(const struct btf_ext *btf_ext, __u32 *size);
15 #ifndef LIBBPF_API16 #define LIBBPF_API __attribute__((visibility("default"))) macro
12236 LIBBPF_API struct bpf_link *
Completed in 714 milliseconds