aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests/bpf_iter.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-29selftests/bpf_iter: Don't fail test due to missing __builtin_btf_type_idToke Høiland-Jørgensen1-3/+9
2020-09-28selftests/bpf: Add test for bpf_seq_printf_btf helperAlan Maguire1-0/+74
2020-09-28selftests/bpf: Fix overflow tests to reflect iter size increaseAlan Maguire1-7/+7
2020-09-02selftests/bpf: Test task_file iterator without visiting pthreadsYonghong Song1-0/+21
2020-08-06tools/bpf: Support new uapi for map element bpf iteratorYonghong Song1-8/+32
2020-07-31selftests/bpf: Test bpf_iter buffer access with negative offsetYonghong Song1-0/+13
2020-07-25selftests/bpf: Add a test for out of bound rdonly buf accessYonghong Song1-0/+22
2020-07-25selftests/bpf: Add a test for bpf sk_storage_map iteratorYonghong Song1-0/+72
2020-07-25selftests/bpf: Add test for bpf array map iteratorsYonghong Song1-0/+161
2020-07-25selftests/bpf: Add test for bpf hash map iteratorsYonghong Song1-0/+187
2020-07-01selftests/bpf: Add bpf_iter test with bpf_get_task_stack()Song Liu1-0/+17
2020-06-24selftests/bpf: Add tcp/udp iterator programs to selftestsYonghong Song1-0/+68
2020-05-09tools/bpf: selftests: Add bpf_iter selftestsYonghong Song1-0/+409