summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/libbpf.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-23libbpf: Support symbol versioning for uprobeHengqi Chen1-1/+1
2023-09-16libbpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi1-5/+109
2023-09-16libbpf: Refactor bpf_object__reloc_codeKumar Kartikeya Dwivedi1-19/+33
2023-08-24libbpf: Add bpf_object__unpin()Daniel Xu1-0/+15
2023-08-23libbpf: Free btf_vmlinux when closing bpf_objectHao Luo1-0/+1
2023-08-22libbpf: Add uprobe multi link support to bpf_program__attach_usdtJiri Olsa1-2/+11
2023-08-22libbpf: Add uprobe multi link detectionJiri Olsa1-0/+36
2023-08-22libbpf: Add support for u[ret]probe.multi[.s] program sectionsJiri Olsa1-0/+36
2023-08-22libbpf: Add bpf_program__attach_uprobe_multi functionJiri Olsa1-0/+114
2023-08-22libbpf: Add elf_resolve_pattern_offsets functionJiri Olsa1-1/+1
2023-08-22libbpf: Move elf_find_func_offset* functions to elf objectJiri Olsa1-185/+0
2023-08-22libbpf: Add uprobe_multi attach type and link namesJiri Olsa1-0/+2
2023-08-18libbpf: Support triple-underscore flavors for kfunc relocationDave Marchevsky1-1/+19
2023-08-14libbpf: Set close-on-exec flag on gzopenMarco Vedovati1-2/+2
2023-07-19libbpf: Add link-based API for tcxDaniel Borkmann1-9/+49
2023-07-19libbpf: Add opts-based attach/detach/query API for tcxDaniel Borkmann1-3/+9
2023-07-11libbpf: Fix realloc API handling in zero-sized edge casesAndrii Nakryiko1-3/+12
2023-07-09libbpf: only reset sec_def handler when necessaryAndrii Nakryiko1-8/+19
2023-07-07libbpf: Use available_filter_functions_addrs with multi-kprobesJackie Liu1-1/+61
2023-07-07libbpf: Cross-join available_filter_functions and kallsyms for multi-kprobesJackie Liu1-13/+97
2023-06-30libbpf: Add netfilter link attach helperFlorian Westphal1-0/+42
2023-06-30libbpf: Skip modules BTF loading when CAP_SYS_ADMIN is missingAndrea Terzolo1-0/+4
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2023-06-06bpf: netfilter: Add BPF_NETFILTER bpf_attach_typeFlorian Westphal1-1/+2
2023-05-26libbpf: Ensure FD >= 3 during bpf_map__reuse_fd()Andrii Nakryiko1-7/+6
2023-05-26libbpf: Ensure libbpf always opens files with O_CLOEXECAndrii Nakryiko1-3/+3
2023-05-25libbpf: Change var type in datasec resize funcJP Kobryn1-2/+2
2023-05-24libbpf: Add capability for resizing datasec mapsJP Kobryn1-9/+126
2023-04-28Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2023-04-21tools: bpftool: print netfilter link infoFlorian Westphal1-0/+3
2023-04-18libbpf: improve handling of unresolved kfuncsAndrii Nakryiko1-3/+69
2023-04-18libbpf: report vmlinux vs module name when dealing with ksymsAndrii Nakryiko1-4/+5
2023-04-18libbpf: misc internal libbpf clean ups around log fixupAndrii Nakryiko1-12/+14
2023-04-08ELF: fix all "Elf" typosAlexey Dobriyan1-1/+1
2023-03-30libbpf: disassociate section handler on explicit bpf_program__set_type() callAndrii Nakryiko1-0/+1
2023-03-27libbpf: Ensure print callback usage is thread-safeJP Kobryn1-3/+6
2023-03-23libbpf: Use .struct_ops.link section to indicate a struct_ops with a link.Kui-Feng Lee1-16/+44
2023-03-23libbpf: Update a bpf_link with another struct_ops.Kui-Feng Lee1-0/+35
2023-03-23libbpf: Create a bpf_link in bpf_map__attach_struct_ops().Kui-Feng Lee1-24/+71
2023-03-22libbpf: Support kfunc detection in light skeleton.Alexei Starovoitov1-2/+5
2023-03-22libbpf: Rename RELO_EXTERN_VAR/FUNC.Alexei Starovoitov1-9/+9
2023-03-20libbpf: Explicitly call write to append content to fileLiu Pan1-5/+9
2023-03-18libbpf: Fix relocation of kfunc ksym in ld_imm64 insn.Alexei Starovoitov1-0/+6
2023-03-06libbpf: Add support to set kprobe/uprobe attach modeMenglong Dong1-1/+47
2023-03-02libbpf: Add support for attaching uprobes to shared objects in APKsDaniel Müller1-7/+84
2023-03-02libbpf: Introduce elf_find_func_offset_from_file() functionDaniel Müller1-21/+36
2023-03-01libbpf: Remove several dead assignmentsViktor Malik1-1/+0
2023-03-01libbpf: Remove unnecessary ternary operatorViktor Malik1-1/+1
2023-02-17libbpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich1-7/+7
2023-02-09libbpf: Add sample_period to creation optionsJon Doron1-2/+7