summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf
Commit message (Expand)AuthorAgeFilesLines
...
| * libbpf: Improve string parsing for uprobe auto-attachAlan Maguire2022-04-071-48/+33
| * libbpf: Improve library identification for uprobe binary path resolutionAlan Maguire2022-04-072-1/+12
| * libbpf: Fix spelling mistake "libaries" -> "libraries"Colin Ian King2022-04-061-1/+1
| * libbpf: Add x86-specific USDT arg spec parsing logicAndrii Nakryiko2022-04-051-0/+105
| * libbpf: Wire up spec management and other arch-independent USDT logicAndrii Nakryiko2022-04-051-1/+167
| * libbpf: Add USDT notes parsing and resolution logicAndrii Nakryiko2022-04-051-1/+581
| * libbpf: Wire up USDT API and bpf_link integrationAndrii Nakryiko2022-04-056-11/+587
| * libbpf: Add BPF-side of USDT supportAndrii Nakryiko2022-04-052-1/+257
| * libbpf: Support Debian in resolve_full_path()Ilya Leoshkevich2022-04-041-1/+39
| * libbpf: Don't return -EINVAL if hdr_len < offsetofend(core_relo_len)Yuntao Wang2022-04-031-4/+2
| * libbpf: Add auto-attach for uprobes based on section nameAlan Maguire2022-04-031-2/+72
| * libbpf: Support function name-based attach uprobesAlan Maguire2022-04-032-1/+213
| * libbpf: auto-resolve programs/libraries when necessary for uprobesAlan Maguire2022-04-031-1/+53
* | Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-1/+1
|\ \ | |/ |/|
| * kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada2022-02-151-1/+1
* | libbpf: Close fd in bpf_object__reuse_mapHengqi Chen2022-03-211-1/+1
* | libbpf: Avoid NULL deref when initializing map BTF infoAndrii Nakryiko2022-03-201-0/+3
* | libbpf: Add subskeleton scaffoldingDelyan Kratunov2022-03-173-21/+149
* | libbpf: Init btf_{key,value}_type_id on internal map openDelyan Kratunov2022-03-171-1/+14
* | libbpf: .text routines are subprograms in strict modeDelyan Kratunov2022-03-172-0/+11
* | libbpf: Add bpf_program__attach_kprobe_multi_opts functionJiri Olsa2022-03-173-0/+184
* | libbpf: Add bpf_link_create support for multi kprobesJiri Olsa2022-03-172-1/+17
* | libbpf: Add libbpf_kallsyms_parse functionJiri Olsa2022-03-172-24/+43
* | libbpf: Support batch_size option to bpf_prog_test_runToke Høiland-Jørgensen2022-03-092-1/+3
* | libbpf: Fix array_size.cocci warningGuo Zhengkui2022-03-072-3/+4
* | libbpf: Unmap rings when umem deletedlic1212022-03-071-0/+11
* | libbpf: Support custom SEC() handlersAndrii Nakryiko2022-03-054-53/+268
* | libbpf: Allow BPF program auto-attach handlers to bail outAndrii Nakryiko2022-03-051-55/+85
* | libbpf: Add a check to ensure that page_cnt is non-zeroYuntao Wang2022-03-031-2/+2
* | libbpf: Skip forward declaration when counting duplicated type namesXu Kuohai2022-03-011-0/+5
* | libbpf: Fix BPF_MAP_TYPE_PERF_EVENT_ARRAY auto-pinningStijn Tintel2022-02-281-19/+25
* | libbpf: Simplify the find_elf_sec_sz() functionYuntao Wang2022-02-231-4/+2
* | libbpf: Remove redundant check in btf_fixup_datasec()Yuntao Wang2022-02-221-1/+1
* | libbpf: Fix memleak in libbpf_netlink_recv()Andrii Nakryiko2022-02-171-3/+5
* | libbpf: Expose bpf_core_{add,free}_cands() to bpftoolMauricio Vásquez2022-02-162-7/+19
* | libbpf: Split bpf_core_apply_relo()Mauricio Vásquez2022-02-163-93/+99
* | libbpf: Use dynamically allocated buffer when receiving netlink messagesToke Høiland-Jørgensen2022-02-121-4/+51
* | libbpf: Fix libbpf.map inheritance chain for LIBBPF_0.7.0Andrii Nakryiko2022-02-111-1/+1
* | libbpf: Prepare light skeleton for the kernel.Alexei Starovoitov2022-02-102-21/+179
* | libbpf: Fix compilation warning due to mismatched printf formatAndrii Nakryiko2022-02-091-1/+2
* | libbpf: Add BPF_KPROBE_SYSCALL macroHengqi Chen2022-02-081-0/+35
* | libbpf: Fix accessing the first syscall argument on s390Ilya Leoshkevich2022-02-081-0/+6
* | libbpf: Fix accessing the first syscall argument on arm64Ilya Leoshkevich2022-02-081-0/+6
* | libbpf: Allow overriding PT_REGS_PARM1{_CORE}_SYSCALLIlya Leoshkevich2022-02-081-8/+12
* | libbpf: Fix accessing syscall arguments on riscvIlya Leoshkevich2022-02-081-0/+2
* | libbpf: Fix riscv register namesIlya Leoshkevich2022-02-081-2/+2
* | libbpf: Fix accessing syscall arguments on powerpcIlya Leoshkevich2022-02-081-0/+2
* | libbpf: Add PT_REGS_SYSCALL_REGS macroIlya Leoshkevich2022-02-081-0/+10
* | libbpf: Fix signedness bug in btf_dump_array_data()Dan Carpenter2022-02-081-2/+3
* | libbpf: Remove mode check in libbpf_set_strict_mode()Mauricio Vásquez2022-02-071-8/+0