linux/tools/lib/bpf
Mykyta Yatsenko af8380d519 libbpf: Stringify errno in log messages in btf*.c
Convert numeric error codes into the string representations in log
messages in btf.c and btf_dump.c.

Signed-off-by: Mykyta Yatsenko <yatsenko@meta.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20241111212919.368971-4-mykyta.yatsenko5@gmail.com
2024-11-11 20:29:45 -08:00
..
.gitignore
bpf.c libbpf: Add support for uprobe multi session attach 2024-11-11 08:18:06 -08:00
bpf.h libbpf: fix some typos in libbpf 2024-09-05 13:07:47 -07:00
bpf_core_read.h
bpf_endian.h
bpf_gen_internal.h libbpf: Support creating light skeleton of either endianness 2024-10-03 17:47:36 -07:00
bpf_helpers.h libbpf: define __uptr. 2024-10-24 10:25:59 -07:00
bpf_prog_linfo.c
bpf_tracing.h libbpf: Fix some typos in comments 2024-09-09 16:05:40 -07:00
btf.c libbpf: Stringify errno in log messages in btf*.c 2024-11-11 20:29:45 -08:00
btf.h libbpf: Support BTF.ext loading and output in either endianness 2024-10-03 17:47:36 -07:00
btf_dump.c libbpf: Stringify errno in log messages in btf*.c 2024-11-11 20:29:45 -08:00
btf_iter.c
btf_relocate.c libbpf: Improve log message formatting 2024-10-03 17:47:36 -07:00
Build
elf.c libbpf: Workaround -Wmaybe-uninitialized false positive 2024-08-15 15:56:40 -07:00
features.c
gen_loader.c libbpf: Support creating light skeleton of either endianness 2024-10-03 17:47:36 -07:00
hashmap.c
hashmap.h libbpf: Fix possible compiler warnings in hashmap 2024-10-11 12:36:59 -07:00
libbpf.c libbpf: Stringify errno in log messages in libbpf.c 2024-11-11 20:29:45 -08:00
libbpf.h libbpf: Add support for uprobe multi session attach 2024-11-11 08:18:06 -08:00
libbpf.map libbpf: start v1.6 development cycle 2024-10-29 13:42:52 -07:00
libbpf.pc.template
libbpf_common.h
libbpf_errno.c
libbpf_internal.h libbpf: Support opening bpf objects of either endianness 2024-10-03 17:47:36 -07:00
libbpf_legacy.h libbpf: Fix some typos in comments 2024-09-09 16:05:40 -07:00
libbpf_probes.c
libbpf_version.h libbpf: start v1.6 development cycle 2024-10-29 13:42:52 -07:00
linker.c libbpf: Do not resolve size on duplicate FUNCs 2024-10-07 20:28:53 -07:00
Makefile libbpf: Add missing per-arch include path 2024-10-07 20:20:55 -07:00
netlink.c
nlattr.c
nlattr.h
relo_core.c libbpf: Improve log message formatting 2024-10-03 17:47:36 -07:00
relo_core.h
ringbuf.c
skel_internal.h libbpf: Support creating light skeleton of either endianness 2024-10-03 17:47:36 -07:00
str_error.c libbpf: Introduce errstr() for stringifying errno 2024-11-11 20:29:20 -08:00
str_error.h libbpf: Introduce errstr() for stringifying errno 2024-11-11 20:29:20 -08:00
strset.c
strset.h
usdt.bpf.h libbpf: fix some typos in libbpf 2024-09-05 13:07:47 -07:00
usdt.c
zip.c libbpf: Remove unneeded semicolon 2024-10-03 17:47:35 -07:00
zip.h