summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-09-26selftests/bpf: Add test for recursion counts of perf event link tracepointJiri Olsa2-0/+81
2023-09-26selftests/bpf: Add test for recursion counts of perf event link kprobeJiri Olsa3-0/+100
2023-09-26selftests/bpf: Add test for missed counts of perf event link kprobeJiri Olsa4-0/+84
2023-09-26bpftool: Display missed count for kprobe perf linkJiri Olsa1-0/+3
2023-09-26bpftool: Display missed count for kprobe_multi linkJiri Olsa1-0/+3
2023-09-26bpf: Add missed value to kprobe perf link infoJiri Olsa1-0/+1
2023-09-26bpf: Add missed value to kprobe_multi link infoJiri Olsa1-0/+1
2023-09-26selftests/bpf: Add tests for ring__consumeMartin Kelly1-0/+4
2023-09-26libbpf: Add ring__consumeMartin Kelly3-0/+22
2023-09-26selftests/bpf: Add tests for ring__map_fdMartin Kelly1-0/+4
2023-09-26libbpf: Add ring__map_fdMartin Kelly3-0/+15
2023-09-26selftests/bpf: Add tests for ring__sizeMartin Kelly1-1/+3
2023-09-26libbpf: Add ring__sizeMartin Kelly3-0/+16
2023-09-26selftests/bpf: Add tests for ring__avail_data_sizeMartin Kelly1-1/+3
2023-09-26libbpf: Add ring__avail_data_sizeMartin Kelly3-0/+21
2023-09-26selftests/bpf: Add tests for ring__*_posMartin Kelly1-0/+14
2023-09-26libbpf: Add ring__producer_pos, ring__consumer_posMartin Kelly3-0/+34
2023-09-26selftests/bpf: Add tests for ring_buffer__ringMartin Kelly1-0/+15
2023-09-26libbpf: Add ring_buffer__ringMartin Kelly3-0/+24
2023-09-26libbpf: Switch rings to array of pointersMartin Kelly1-8/+12
2023-09-26libbpf: Refactor cleanup in ring_buffer__addMartin Kelly1-6/+9
2023-09-23selftests/bpf: Add tests for symbol versioning for uprobeHengqi Chen6-4/+209
2023-09-23libbpf: Support symbol versioning for uprobeHengqi Chen2-12/+124
2023-09-23libbpf: Resolve symbol conflicts at the same offset for uprobeHengqi Chen1-1/+4
2023-09-22selftests/bpf: Trim DENYLIST.s390xIlya Leoshkevich1-25/+0
2023-09-22selftests/bpf: Enable the cpuv4 tests for s390xIlya Leoshkevich6-6/+12
2023-09-22selftests/bpf: Add big-endian support to the ldsx testIlya Leoshkevich2-62/+90
2023-09-22selftests/bpf: Unmount the cgroup2 work directoryIlya Leoshkevich1-7/+26
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni37-162/+872
2023-09-21Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds19-143/+726
2023-09-21Merge tag 'fixes-2023-09-21' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-5/+10
2023-09-21Merge tag 'sound-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds4-12/+5
2023-09-19selftests/bpf: Print log buffer for exceptions test only on failureKumar Kartikeya Dwivedi1-2/+3
2023-09-18kselftest: rtnetlink: add pause and pause on fail flagDaniel Mendes1-4/+23
2023-09-18kselftest: rtnetlink.sh: add verbose flagDaniel Mendes1-581/+381
2023-09-18selftests: hsr: Extend the testsuite to also cover HSRv1.Sebastian Andrzej Siewior1-6/+17
2023-09-18selftests: hsr: Reorder the testsuite.Sebastian Andrzej Siewior1-123/+132
2023-09-18selftests: hsr: Use `let' properly.Sebastian Andrzej Siewior1-1/+1
2023-09-17Merge tag 'objtool-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+2
2023-09-17vsock/test: track bytes in sk_buff merging test for SOCK_SEQPACKETStefano Garzarella1-3/+11
2023-09-17vsock/test: use send_buf() in vsock_test.cStefano Garzarella1-66/+9
2023-09-17vsock/test: add send_buf() utility functionStefano Garzarella2-36/+56
2023-09-17vsock/test: use recv_buf() in vsock_test.cStefano Garzarella1-87/+17
2023-09-17vsock/test: add recv_buf() utility functionStefano Garzarella2-35/+54
2023-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller45-365/+3585
2023-09-16selftests/bpf: Add tests for BPF exceptionsKumar Kartikeya Dwivedi7-0/+1332
2023-09-16selftests/bpf: Add BPF assertion macrosKumar Kartikeya Dwivedi1-0/+243
2023-09-16libbpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi1-5/+109
2023-09-16libbpf: Refactor bpf_object__reloc_codeKumar Kartikeya Dwivedi1-19/+33
2023-09-16bpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi1-1/+30