aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/libbpf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-05libbpf: Fix wrong variable used in perf_event_uprobe_open_legacy()Chuang Wang1-1/+1
2022-07-05libbpf: Cleanup the legacy kprobe_event on failed add/attach_event()Chuang Wang1-4/+14
2022-07-05bpf, 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
2022-06-28libbpf: remove deprecated BTF APIsAndrii Nakryiko1-30/+14
2022-06-28libbpf: remove deprecated low-level APIsAndrii Nakryiko1-89/+0
2022-06-24bpf: Merge "types_are_compat" logic into relo_core.cDaniel Müller1-71/+1
2022-06-16libbpf: add support for sleepable uprobe programsDelyan Kratunov1-1/+4
2022-06-14libbpf: Fix an unsigned < 0 bugYonghong Song1-1/+1
2022-06-09libbpf: Fix uprobe symbol file offset calculation logicAndrii Nakryiko1-41/+22
2022-06-07libbpf: Add enum64 relocation supportYonghong Song1-3/+4
2022-06-07libbpf: Add enum64 sanitizationYonghong Song1-4/+52
2022-06-03libbpf: Fix is_pow_of_2Yuze Chi1-5/+0
2022-06-02libbpf: Introduce libbpf_bpf_link_type_strDaniel Müller1-0/+21
2022-06-02libbpf: Introduce libbpf_bpf_attach_type_strDaniel Müller1-0/+54
2022-06-02libbpf: Introduce libbpf_bpf_map_type_strDaniel Müller1-0/+42
2022-06-02libbpf: Introduce libbpf_bpf_prog_type_strDaniel Müller1-0/+43
2022-05-23libbpf: Fix typo in commentJulia Lawall1-1/+1