summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/libbpf.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-14libbpf: Replace '.' with '_' in legacy kprobe event nameMenglong Dong1-0/+7
2023-01-11libbpf: Fix map creation flags sanitizationLudovic L'Hours1-1/+1
2022-12-21libbpf: Fix build warning on ref_ctr_off for 32-bit architecturesKhem Raj1-1/+1
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-11-23selftests/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-10libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman1-12/+6
2022-10-26libbpf: Support new cgroup local storageYonghong Song1-0/+1
2022-10-20libbpf: only add BPF_F_MMAPABLE flag for data maps with global varsAndrii Nakryiko1-19/+78
2022-10-20libbpf: 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-27libbpf: Fix the case of running as non-root with capabilitiesJon Doron1-3/+3
2022-09-24libbpf: Add pathname_concat() helperWang Yufen1-47/+29
2022-09-22bpf: Add libbpf logic for user-space ring bufferDavid Vernet1-2/+8
2022-09-22bpf: 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-16libbpf: Making bpf_prog_load() ignore name if kernel doesn't supportHangbin Liu1-2/+11
2022-08-12libbpf: 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-09libbpf: Do not require executable permission for shared librariesHengqi Chen1-3/+5
2022-08-08libbpf: Reject legacy 'maps' ELF sectionAndrii Nakryiko1-5/+3
2022-08-05libbpf: Skip empty sections in bpf_object__init_global_data_mapsJames Hilliard1-0/+4
2022-07-29libbpf: 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-14libbpf: 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-06libbpf: Cleanup the legacy uprobe_event on failed add/attach_event()Chuang Wang1-5/+14
2022-07-06libbpf: Fix wrong variable used in perf_event_uprobe_open_legacy()Chuang Wang1-1/+1
2022-07-06libbpf: Cleanup the legacy kprobe_event on failed add/attach_event()Chuang Wang1-4/+14
2022-07-06bpf, libbpf: Add type match supportDaniel Müller1-0/+6
2022-06-29libbpf: add lsm_cgoup_sock typeStanislav Fomichev1-0/+3
2022-06-28libbpf: enforce strict libbpf 1.0 behaviorsAndrii Nakryiko1-203/+9
2022-06-28libbpf: clean up SEC() handlingAndrii Nakryiko1-72/+47
2022-06-28libbpf: remove internal multi-instance prog supportAndrii Nakryiko1-283/+34
2022-06-28libbpf: remove multi-instance and custom private data APIsAndrii Nakryiko1-111/+10
2022-06-28libbpf: remove most other deprecated high-level APIsAndrii Nakryiko1-220/+21
2022-06-28libbpf: remove prog_info_linear APIsAndrii Nakryiko1-248/+0
2022-06-28libbpf: clean up perfbuf APIsAndrii Nakryiko1-42/+12