summaryrefslogtreecommitdiff
path: root/tools/lib/bpf
AgeCommit message (Expand)Author
2022-04-07libbpf: Improve string parsing for uprobe auto-attachAlan Maguire
2022-04-07libbpf: Improve library identification for uprobe binary path resolutionAlan Maguire
2022-04-06libbpf: Fix spelling mistake "libaries" -> "libraries"Colin Ian King
2022-04-05libbpf: Add x86-specific USDT arg spec parsing logicAndrii Nakryiko
2022-04-05libbpf: Wire up spec management and other arch-independent USDT logicAndrii Nakryiko
2022-04-05libbpf: Add USDT notes parsing and resolution logicAndrii Nakryiko
2022-04-05libbpf: Wire up USDT API and bpf_link integrationAndrii Nakryiko
2022-04-05libbpf: Add BPF-side of USDT supportAndrii Nakryiko
2022-04-04libbpf: Support Debian in resolve_full_path()Ilya Leoshkevich
2022-04-03libbpf: Don't return -EINVAL if hdr_len < offsetofend(core_relo_len)Yuntao Wang
2022-04-03libbpf: Add auto-attach for uprobes based on section nameAlan Maguire
2022-04-03libbpf: Support function name-based attach uprobesAlan Maguire
2022-04-03libbpf: auto-resolve programs/libraries when necessary for uprobesAlan Maguire
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-21libbpf: Close fd in bpf_object__reuse_mapHengqi Chen
2022-03-20libbpf: Avoid NULL deref when initializing map BTF infoAndrii Nakryiko
2022-03-17libbpf: Add subskeleton scaffoldingDelyan Kratunov
2022-03-17libbpf: Init btf_{key,value}_type_id on internal map openDelyan Kratunov
2022-03-17libbpf: .text routines are subprograms in strict modeDelyan Kratunov
2022-03-17libbpf: Add bpf_program__attach_kprobe_multi_opts functionJiri Olsa
2022-03-17libbpf: Add bpf_link_create support for multi kprobesJiri Olsa
2022-03-17libbpf: Add libbpf_kallsyms_parse functionJiri Olsa
2022-03-09libbpf: Support batch_size option to bpf_prog_test_runToke Høiland-Jørgensen
2022-03-07libbpf: Fix array_size.cocci warningGuo Zhengkui
2022-03-07libbpf: Unmap rings when umem deletedlic121
2022-03-05libbpf: Support custom SEC() handlersAndrii Nakryiko
2022-03-05libbpf: Allow BPF program auto-attach handlers to bail outAndrii Nakryiko
2022-03-03libbpf: Add a check to ensure that page_cnt is non-zeroYuntao Wang
2022-03-01libbpf: Skip forward declaration when counting duplicated type namesXu Kuohai
2022-02-28libbpf: Fix BPF_MAP_TYPE_PERF_EVENT_ARRAY auto-pinningStijn Tintel
2022-02-23libbpf: Simplify the find_elf_sec_sz() functionYuntao Wang
2022-02-22libbpf: Remove redundant check in btf_fixup_datasec()Yuntao Wang
2022-02-17libbpf: Fix memleak in libbpf_netlink_recv()Andrii Nakryiko
2022-02-16libbpf: Expose bpf_core_{add,free}_cands() to bpftoolMauricio Vásquez
2022-02-16libbpf: Split bpf_core_apply_relo()Mauricio Vásquez
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada
2022-02-12libbpf: Use dynamically allocated buffer when receiving netlink messagesToke Høiland-Jørgensen
2022-02-11libbpf: Fix libbpf.map inheritance chain for LIBBPF_0.7.0Andrii Nakryiko
2022-02-10libbpf: Prepare light skeleton for the kernel.Alexei Starovoitov
2022-02-09libbpf: Fix compilation warning due to mismatched printf formatAndrii Nakryiko
2022-02-08libbpf: Add BPF_KPROBE_SYSCALL macroHengqi Chen
2022-02-08libbpf: Fix accessing the first syscall argument on s390Ilya Leoshkevich
2022-02-08libbpf: Fix accessing the first syscall argument on arm64Ilya Leoshkevich
2022-02-08libbpf: Allow overriding PT_REGS_PARM1{_CORE}_SYSCALLIlya Leoshkevich
2022-02-08libbpf: Fix accessing syscall arguments on riscvIlya Leoshkevich
2022-02-08libbpf: Fix riscv register namesIlya Leoshkevich
2022-02-08libbpf: Fix accessing syscall arguments on powerpcIlya Leoshkevich
2022-02-08libbpf: Add PT_REGS_SYSCALL_REGS macroIlya Leoshkevich
2022-02-08libbpf: Fix signedness bug in btf_dump_array_data()Dan Carpenter
2022-02-07libbpf: Remove mode check in libbpf_set_strict_mode()Mauricio Vásquez