summaryrefslogtreecommitdiff
path: root/tools/lib/bpf
AgeCommit message (Expand)AuthorFilesLines
2022-04-07libbpf: Improve string parsing for uprobe auto-attachAlan Maguire1-48/+33
2022-04-07libbpf: Improve library identification for uprobe binary path resolutionAlan Maguire2-1/+12
2022-04-06libbpf: Fix spelling mistake "libaries" -> "libraries"Colin Ian King1-1/+1
2022-04-05libbpf: Add x86-specific USDT arg spec parsing logicAndrii Nakryiko1-0/+105
2022-04-05libbpf: Wire up spec management and other arch-independent USDT logicAndrii Nakryiko1-1/+167
2022-04-05libbpf: Add USDT notes parsing and resolution logicAndrii Nakryiko1-1/+581
2022-04-05libbpf: Wire up USDT API and bpf_link integrationAndrii Nakryiko6-11/+587
2022-04-05libbpf: Add BPF-side of USDT supportAndrii Nakryiko2-1/+257
2022-04-05libbpf: Support Debian in resolve_full_path()Ilya Leoshkevich1-1/+39
2022-04-04libbpf: Don't return -EINVAL if hdr_len < offsetofend(core_relo_len)Yuntao Wang1-4/+2
2022-04-04libbpf: Add auto-attach for uprobes based on section nameAlan Maguire1-2/+72
2022-04-04libbpf: Support function name-based attach uprobesAlan Maguire2-1/+213
2022-04-04libbpf: auto-resolve programs/libraries when necessary for uprobesAlan Maguire1-1/+53
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-03-21libbpf: Close fd in bpf_object__reuse_mapHengqi Chen1-1/+1
2022-03-21libbpf: Avoid NULL deref when initializing map BTF infoAndrii Nakryiko1-0/+3
2022-03-18libbpf: Add subskeleton scaffoldingDelyan Kratunov3-21/+149
2022-03-18libbpf: Init btf_{key,value}_type_id on internal map openDelyan Kratunov1-1/+14
2022-03-18libbpf: .text routines are subprograms in strict modeDelyan Kratunov2-0/+11
2022-03-18libbpf: Add bpf_program__attach_kprobe_multi_opts functionJiri Olsa3-0/+184
2022-03-18libbpf: Add bpf_link_create support for multi kprobesJiri Olsa2-1/+17
2022-03-18libbpf: Add libbpf_kallsyms_parse functionJiri Olsa2-24/+43
2022-03-10libbpf: Support batch_size option to bpf_prog_test_runToke Høiland-Jørgensen2-1/+3
2022-03-08libbpf: Fix array_size.cocci warningGuo Zhengkui2-3/+4
2022-03-08libbpf: Unmap rings when umem deletedlic1211-0/+11
2022-03-05libbpf: Support custom SEC() handlersAndrii Nakryiko4-53/+268
2022-03-05libbpf: Allow BPF program auto-attach handlers to bail outAndrii Nakryiko1-55/+85
2022-03-03libbpf: Add a check to ensure that page_cnt is non-zeroYuntao Wang1-2/+2
2022-03-01libbpf: Skip forward declaration when counting duplicated type namesXu Kuohai1-0/+5
2022-02-28libbpf: Fix BPF_MAP_TYPE_PERF_EVENT_ARRAY auto-pinningStijn Tintel1-19/+25
2022-02-24libbpf: Simplify the find_elf_sec_sz() functionYuntao Wang1-4/+2
2022-02-22libbpf: Remove redundant check in btf_fixup_datasec()Yuntao Wang1-1/+1
2022-02-17libbpf: Fix memleak in libbpf_netlink_recv()Andrii Nakryiko1-3/+5
2022-02-16libbpf: Expose bpf_core_{add,free}_cands() to bpftoolMauricio Vásquez2-7/+19
2022-02-16libbpf: Split bpf_core_apply_relo()Mauricio Vásquez3-93/+99
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada1-1/+1
2022-02-12libbpf: Use dynamically allocated buffer when receiving netlink messagesToke Høiland-Jørgensen1-4/+51
2022-02-11libbpf: Fix libbpf.map inheritance chain for LIBBPF_0.7.0Andrii Nakryiko1-1/+1
2022-02-11libbpf: Prepare light skeleton for the kernel.Alexei Starovoitov2-21/+179
2022-02-09libbpf: Fix compilation warning due to mismatched printf formatAndrii Nakryiko1-1/+2
2022-02-09libbpf: Add BPF_KPROBE_SYSCALL macroHengqi Chen1-0/+35
2022-02-09libbpf: Fix accessing the first syscall argument on s390Ilya Leoshkevich1-0/+6
2022-02-09libbpf: Fix accessing the first syscall argument on arm64Ilya Leoshkevich1-0/+6
2022-02-09libbpf: Allow overriding PT_REGS_PARM1{_CORE}_SYSCALLIlya Leoshkevich1-8/+12
2022-02-09libbpf: Fix accessing syscall arguments on riscvIlya Leoshkevich1-0/+2
2022-02-09libbpf: Fix riscv register namesIlya Leoshkevich1-2/+2
2022-02-09libbpf: Fix accessing syscall arguments on powerpcIlya Leoshkevich1-0/+2
2022-02-09libbpf: Add PT_REGS_SYSCALL_REGS macroIlya Leoshkevich1-0/+10
2022-02-09libbpf: Fix signedness bug in btf_dump_array_data()Dan Carpenter1-2/+3
2022-02-07libbpf: Remove mode check in libbpf_set_strict_mode()Mauricio Vásquez1-8/+0