aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests/bpf_iter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-10selftests/bpf: Ensure sleepable program is rejected by hash map iterHou Tao1-0/+6
2022-08-10selftests/bpf: Add write tests for sk local storage map iteratorHou Tao1-2/+18
2022-08-10selftests/bpf: Add tests for reading a dangling map iter fdHou Tao1-0/+92
2022-07-12selftests/bpf: add a ksym iter subtestAlan Maguire1-0/+16
2022-05-10selftests/bpf: Add bpf link iter testDmitrii Dolgov1-0/+16
2022-05-10selftests/bpf: Use ASSERT_* instead of CHECKDmitrii Dolgov1-154/+88
2022-05-10selftests/bpf: Fix result check for test_bpf_hash_mapDmitrii Dolgov1-2/+1
2022-04-11selftests/bpf: Drop duplicate max/min definitionsGeliang Tang1-3/+1
2022-01-24selftests/bpf: Add test for sleepable bpf iterator programsKenny Yu1-0/+20
2021-12-03bpf: Fix the test_task_vma selftest to support output shorter than 1 kBMaxim Mikityanskiy1-2/+3
2021-11-25selftests/bpf: Migrate selftests to bpf_map_create()Andrii Nakryiko1-4/+4
2021-11-07selftests/bpf: Free per-cpu values array in bpf_iter selftestAndrii Nakryiko1-4/+4
2021-09-17selftests/bpf: Fix a few compiler warningsYonghong Song1-4/+2
2021-08-15selftest/bpf: Implement sample UNIX domain socket iterator program.Kuniyuki Iwashima1-0/+16
2021-05-25selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checksAndrii Nakryiko1-17/+14
2021-04-19bpf/selftests: Add bpf_get_task_stack retval bounds test_progDave Marchevsky1-0/+1
2021-02-12selftests/bpf: Add test for bpf_iter_task_vmaSong Liu1-10/+108
2020-12-04selftests/bpf: Test bpf_sk_storage_get in tcp iteratorsFlorent Revest1-2/+16
2020-12-04selftests/bpf: Add an iterator selftest for bpf_sk_storage_getFlorent Revest1-0/+40
2020-12-04selftests/bpf: Add an iterator selftest for bpf_sk_storage_deleteFlorent Revest1-0/+64
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