summaryrefslogtreecommitdiff
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * libbpf: Fix bpf_xdp_query() in old kernelsYonghong Song2023-02-271-1/+7
| * libbpf: Document bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich2023-02-271-5/+64
| * libbpf: Fix arm syscall regs spec in bpf_tracing.hPuranjay Mohan2023-02-271-0/+1
| * libbpf: Use struct user_pt_regs to define __PT_REGS_CAST() for LoongArchTiezhu Yang2023-02-271-0/+2
* | Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-02-231-2/+2
|\ \ | |/ |/|
| * tracing: Always use canonical ftrace pathRoss Zwisler2023-02-181-2/+2
* | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-2119-177/+856
|\ \
| * | libbpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich2023-02-164-14/+14
| * | libbpf: Introduce bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich2023-02-163-0/+34
| * | libbpf: Fix alen calculation in libbpf_nla_dump_errormsg()Ilya Leoshkevich2023-02-101-1/+1
| * | libbpf: Add sample_period to creation optionsJon Doron2023-02-082-3/+10
| * | libbpf: Always use libbpf_err to return an error in bpf_xdp_query()Lorenzo Bianconi2023-02-071-1/+1
| * | libbpf: Correctly set the kernel code version in Debian kernel.Hao Xiang2023-02-062-37/+83
| * | libbpf: add API to get XDP/XSK supported featuresLorenzo Bianconi2023-02-023-1/+110
| * | libbpf: add the capability to specify netlink proto in libbpf_netlink_send_recvLorenzo Bianconi2023-02-021-10/+12
| * | libbpf: Fix BPF_PROBE_READ{_STR}_INTO() on s390xIlya Leoshkevich2023-01-281-2/+2
| * | libbpf: Fix unbounded memory access in bpf_usdt_arg()Ilya Leoshkevich2023-01-281-1/+4
| * | libbpf: Simplify barrier_var()Ilya Leoshkevich2023-01-281-1/+1
| * | libbpf: Add documentation to map pinning API functionsGrant Seltzer2023-01-271-3/+69
| * | libbpf: Fix malformed documentation formattingGrant Seltzer2023-01-271-6/+12
| * | libbpf: Support sleepable struct_ops.s sectionDavid Vernet2023-01-251-0/+1
| * | libbpf: Clean up now not needed __PT_PARM{1-6}_SYSCALL_REG defaultsAndrii Nakryiko2023-01-231-18/+0
| * | libbpf: Define loongarch syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-2/+10
| * | libbpf: Define arc syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-2/+10
| * | libbpf: Define riscv syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-2/+10
| * | libbpf: Define sparc syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-0/+8
| * | libbpf: Define powerpc syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-2/+13
| * | libbpf: Define mips syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-0/+8
| * | libbpf: Define arm64 syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-2/+11
| * | libbpf: Define arm syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-0/+8
| * | libbpf: Define s390x syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-2/+15
| * | libbpf: Define i386 syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-0/+8
| * | libbpf: Define x86-64 syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-6/+19
| * | libbpf: Improve syscall tracing support in bpf_tracing.hAndrii Nakryiko2023-01-231-13/+58
| * | libbpf: Add BPF_UPROBE and BPF_URETPROBE macro aliasesAndrii Nakryiko2023-01-231-0/+7
| * | libbpf: Complete LoongArch (loongarch) spec in bpf_tracing.hAndrii Nakryiko2023-01-231-1/+7
| * | libbpf: Fix and complete ARC spec in bpf_tracing.hAndrii Nakryiko2023-01-231-1/+9
| * | libbpf: Complete riscv arch spec in bpf_tracing.hAndrii Nakryiko2023-01-231-0/+7
| * | libbpf: Complete sparc spec in bpf_tracing.hAndrii Nakryiko2023-01-231-0/+5
| * | libbpf: Complete powerpc spec in bpf_tracing.hAndrii Nakryiko2023-01-231-0/+8
| * | libbpf: Complete mips spec in bpf_tracing.hAndrii Nakryiko2023-01-231-0/+8
| * | libbpf: Fix arm and arm64 specs in bpf_tracing.hAndrii Nakryiko2023-01-231-1/+11
| * | libbpf: Add 6th argument support for x86-64 in bpf_tracing.hAndrii Nakryiko2023-01-231-0/+6
| * | libbpf: Add support for fetching up to 8 arguments in kprobesAndrii Nakryiko2023-01-231-4/+37
| * | libbpf: Replace '.' with '_' in legacy kprobe event nameMenglong Dong2023-01-131-0/+7
| * | libbpf: Fix map creation flags sanitizationLudovic L'Hours2023-01-101-1/+1
| * | libbpf: Poison strlcpy()Rong Tao2023-01-061-2/+2
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-049-61/+232
| |\ \ | | |/ | |/|
| | * libbpf: Return -ENODATA for missing btf sectionChangbin Du2023-01-031-1/+1
| | * libbpf: Add LoongArch support to bpf_tracing.hHengqi Chen2023-01-031-0/+23