summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/libbpf_internal.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-13libbpf: Probe percpu data featureLeon Hwang1-0/+2
2026-07-30libbpf: Export btf__find_by_name_kind_own()Ihor Solodrai1-2/+0
2026-07-08libbpf: Drop in-loader metadata check for load-time verificationDaniel Borkmann1-1/+0
2026-06-07libbpf: Add btf_type_is_traceable_func functionJiri Olsa1-0/+1
2026-05-12libbpf: Add support for extended BPF syscallLeon Hwang1-0/+3
2026-04-10libbpf: Allow use of feature cache for non-token casesAlan Maguire1-1/+2
2026-03-26libbpf: Support sanitization of BTF layout for older kernelsAlan Maguire1-0/+6
2026-03-03libbpf: Add uprobe syscall feature detectionJiri Olsa1-0/+2
2026-02-13libbpf: Add gating for arena globals relocation featureEmil Tsalapatis1-0/+2
2025-11-05libbpf: support llvm-generated indirect jumpsAnton Protopopov1-0/+2
2025-10-01libbpf: move libbpf_sha256() implementation into libbpf_utils.cAndrii Nakryiko1-0/+5
2025-10-01libbpf: move libbpf_errstr() into libbpf_utils.cAndrii Nakryiko1-0/+10
2025-09-28libbpf: Replace AF_ALG with open coded SHA-256Eric Biggers1-1/+1
2025-09-18libbpf: Implement SHA256 internal helperKP Singh1-0/+4
2025-04-04libbpf: Fix implicit memfd_create() for bionicCarlos Llamas1-0/+9
2025-03-17libbpf: Pass BPF token from find_prog_btf_id to BPF_BTF_GET_FD_BY_IDMykyta Yatsenko1-0/+1
2024-10-03libbpf: Support opening bpf objects of either endiannessTony Ambardar1-0/+10
2024-10-03libbpf: Support BTF.ext loading and output in either endiannessTony Ambardar1-0/+29
2024-10-03libbpf: Fix header comment typos for BTF.extTony Ambardar1-2/+2
2024-06-17libbpf: Split BTF relocationAlan Maguire1-0/+3
2024-06-05libbpf: Remove callback-based type/string BTF field visitor helpersAndrii Nakryiko1-2/+0
2024-06-05libbpf: Make use of BTF field iterator in BPF linker codeAndrii Nakryiko1-2/+2
2024-06-05libbpf: Add BTF field iteratorAndrii Nakryiko1-0/+24
2024-05-31libbpf: keep FD_CLOEXEC flag when dup()'ing FDAndrii Nakryiko1-7/+3
2024-03-28libbpf: Mark libbpf_kallsyms_parse static functionYonghong Song1-5/+0
2024-03-06libbpf: Rewrite btf datasec names starting from '?'Eduard Zingerman1-0/+2
2024-01-29libbpf: integrate __arg_ctx feature detector into kernel_supports()Andrii Nakryiko1-0/+2
2024-01-29libbpf: Fix faccessat() usage on AndroidAndrii Nakryiko1-0/+14
2024-01-24libbpf: Wire up BPF token support at BPF object levelAndrii Nakryiko1-2/+15
2024-01-24libbpf: Wire up token_fd into feature probing logicAndrii Nakryiko1-3/+5
2024-01-24libbpf: Move feature detection code into its own fileAndrii Nakryiko1-1/+13
2024-01-24libbpf: Further decouple feature checking logic from bpf_objectAndrii Nakryiko1-1/+4
2024-01-23libbpf: call dup2() syscall directlyAndrii Nakryiko1-1/+11
2024-01-03libbpf: use stable map placeholder FDsAndrii Nakryiko1-0/+14
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko1-32/+4
2023-12-13libbpf: wire up BPF token support at BPF object levelAndrii Nakryiko1-2/+15
2023-12-13libbpf: wire up token_fd into feature probing logicAndrii Nakryiko1-3/+5
2023-12-13libbpf: move feature detection code into its own fileAndrii Nakryiko1-1/+11
2023-12-13libbpf: further decouple feature checking logic from bpf_objectAndrii Nakryiko1-1/+4
2023-11-28libbpf: Add st_type argument to elf_resolve_syms_offsets functionJiri Olsa1-1/+2
2023-08-21libbpf: Add uprobe multi link detectionJiri Olsa1-0/+2
2023-08-21libbpf: Add elf_resolve_pattern_offsets functionJiri Olsa1-0/+5
2023-08-21libbpf: Add elf_resolve_syms_offsets functionJiri Olsa1-0/+2
2023-08-21libbpf: Add elf_open/elf_close functionsJiri Olsa1-0/+8
2023-08-21libbpf: Move elf_find_func_offset* functions to elf objectJiri Olsa1-0/+4
2023-03-10libbpf: Revert poisoning of strlcpyJesus Sanchez-Palencia1-2/+2
2023-01-06libbpf: Poison strlcpy()Rong Tao1-2/+2
2022-12-29libbpf: Restore errno after pr_warn.Alexei Starovoitov1-1/+3
2022-12-28libbpf: fix errno is overwritten after being closed.Xin Liu1-3/+2
2022-08-15libbpf: Making bpf_prog_load() ignore name if kernel doesn't supportHangbin Liu1-0/+3