aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/lib/bpf/libbpf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-20libbpf: Explicitly call write to append content to fileLiu Pan1-5/+9
2023-03-17libbpf: 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-01libbpf: Add support for attaching uprobes to shared objects in APKsDaniel Müller1-7/+84
2023-03-01libbpf: 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-16libbpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich1-7/+7
2023-02-08libbpf: Add sample_period to creation optionsJon Doron1-2/+7
2023-02-06libbpf: Correctly set the kernel code version in Debian kernel.Hao Xiang1-37/+0
2023-01-25libbpf: Support sleepable struct_ops.s sectionDavid Vernet1-0/+1
2023-01-13libbpf: Replace '.' with '_' in legacy kprobe event nameMenglong Dong1-0/+7
2023-01-10libbpf: Fix map creation flags sanitizationLudovic L'Hours1-1/+1
2022-12-20libbpf: Fix build warning on ref_ctr_off for 32-bit architecturesKhem Raj1-1/+1
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-11-22selftests/bpf: Workaround for llvm nop-4 bugAlexei Starovoitov1-1/+2
2022-11-14libbpf: Fixed various checkpatch issues in libbpf.cKang Minchul1-17/+28
2022-11-14libbpf: Use correct return pointer in attach_raw_tpJiri Olsa1-1/+1
2022-11-09libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman1-12/+6
2022-10-25libbpf: Support new cgroup local storageYonghong Song1-0/+1
2022-10-19libbpf: only add BPF_F_MMAPABLE flag for data maps with global varsAndrii Nakryiko1-19/+78
2022-10-19libbpf: clean up and refactor BTF fixup stepAndrii Nakryiko1-54/+42
2022-10-13libbpf: Fix null-pointer dereference in find_prog_by_sec_insn()Shung-Hsi Yu1-0/+3
2022-10-13libbpf: Deal with section with no data gracefullyShung-Hsi Yu1-1/+5
2022-10-13libbpf: Use elf_getshdrnum() instead of e_shnumShung-Hsi Yu1-4/+9
2022-09-26libbpf: Fix the case of running as non-root with capabilitiesJon Doron1-3/+3
2022-09-23libbpf: Add pathname_concat() helperWang Yufen1-47/+29
2022-09-21bpf: Add libbpf logic for user-space ring bufferDavid Vernet1-2/+8
2022-09-21bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet1-0/+1
2022-09-16libbpf: Fix crash if SEC("freplace") programs don't have attach_prog_fd setAndrii Nakryiko1-4/+9
2022-08-17libbpf: Clean up deprecated and legacy aliasesAndrii Nakryiko1-2/+0
2022-08-17libbpf: Streamline bpf_attr and perf_event_attr initializationAndrii Nakryiko1-15/+28
2022-08-17libbpf: Fix potential NULL dereference when parsing ELFAndrii Nakryiko1-1/+1
2022-08-17libbpf: Allows disabling auto attachHao Luo1-1/+14
2022-08-15libbpf: Making bpf_prog_load() ignore name if kernel doesn't supportHangbin Liu1-2/+11
2022-08-11libbpf: Add names for auxiliary mapsHangbin Liu1-3/+3
2022-08-10libbpf: preserve errno across pr_warn/pr_info/pr_debugAndrii Nakryiko1-0/+5
2022-08-08libbpf: Do not require executable permission for shared librariesHengqi Chen1-3/+5
2022-08-08libbpf: Reject legacy 'maps' ELF sectionAndrii Nakryiko1-5/+3
2022-08-04libbpf: Skip empty sections in bpf_object__init_global_data_mapsJames Hilliard1-0/+4
2022-07-28libbpf: Support PPC in arch_specific_syscall_pfxDaniel Müller1-1/+10
2022-07-19libbpf: make RINGBUF map size adjustments more eagerlyAndrii Nakryiko1-35/+42
2022-07-19libbpf: fallback to tracefs mount point if debugfs is not mountedAndrii Nakryiko1-21/+40
2022-07-19libbpf: add ksyscall/kretsyscall sections support for syscall kprobesAndrii Nakryiko1-9/+108
2022-07-19libbpf: improve BPF_KPROBE_SYSCALL macro and rename it to BPF_KSYSCALLAndrii Nakryiko1-0/+2
2022-07-19libbpf: generalize virtual __kconfig externs and use it for USDTAndrii Nakryiko1-31/+64
2022-07-15libbpf: perfbuf: Add API to get the ring bufferJon Doron1-0/+16
2022-07-13libbpf: Fix the name of a reused mapAnquan Wu1-2/+7
2022-07-13libbpf: Error out when binary_path is NULL for uprobe and USDTHengqi Chen1-6/+7
2022-07-05libbpf: Cleanup the legacy uprobe_event on failed add/attach_event()Chuang Wang1-5/+14