linux/tools/lib/bpf
Dave Marchevsky ebc7b50a38 libbpf: Migrate internal use of bpf_program__get_prog_info_linear
In preparation for bpf_program__get_prog_info_linear deprecation, move
the single use in libbpf to call bpf_obj_get_info_by_fd directly.

Signed-off-by: Dave Marchevsky <davemarchevsky@fb.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20211011082031.4148337-2-davemarchevsky@fb.com
2021-10-20 10:35:49 -07:00
..
.gitignore
bpf.c libbpf: Support kernel module function calls 2021-10-05 17:07:42 -07:00
bpf.h
bpf_core_read.h
bpf_endian.h
bpf_gen_internal.h libbpf: Update gen_loader to emit BTF_KIND_FUNC relocations 2021-10-05 17:07:42 -07:00
bpf_helpers.h
bpf_prog_linfo.c
bpf_tracing.h
btf.c bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG 2021-10-18 18:35:36 -07:00
btf.h bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG 2021-10-18 18:35:36 -07:00
btf_dump.c bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG 2021-10-18 18:35:36 -07:00
Build
gen_loader.c libbpf: Update gen_loader to emit BTF_KIND_FUNC relocations 2021-10-05 17:07:42 -07:00
hashmap.c
hashmap.h
libbpf.c libbpf: Migrate internal use of bpf_program__get_prog_info_linear 2021-10-20 10:35:49 -07:00
libbpf.h libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7 2021-10-06 12:34:02 -07:00
libbpf.map bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG 2021-10-18 18:35:36 -07:00
libbpf.pc.template
libbpf_common.h
libbpf_errno.c
libbpf_internal.h bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG 2021-10-18 18:35:36 -07:00
libbpf_legacy.h libbpf: Add opt-in strict BPF program section name handling logic 2021-09-28 13:51:19 -07:00
libbpf_probes.c
libbpf_version.h
linker.c
Makefile libbpf: Remove Makefile warnings on out-of-sync netlink.h/if_link.h 2021-10-19 16:33:10 -07:00
netlink.c
nlattr.c
nlattr.h
relo_core.c
relo_core.h
ringbuf.c
skel_internal.h libbpf: Fix skel_internal.h to set errno on loader retval < 0 2021-09-29 20:42:32 -07:00
str_error.c
str_error.h
strset.c
strset.h
xsk.c
xsk.h