aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/bpf/test_progs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-06selftests/bpf: Utility functions to capture libbpf log in test_progsEduard Zingerman1-0/+3
2024-01-29selftests/bpf: Remove "&>" usage in the selftestsMartin KaFai Lau1-1/+6
2023-10-04selftests/bpf: Define SYS_NANOSLEEP_KPROBE_NAME for riscvBjörn Töpel1-0/+2
2023-05-16selftests/bpf: Move test_progs helpers to testing_helpers objectJiri Olsa1-1/+0
2023-04-20selftests/bpf: add pre bpf_prog_test_run_opts() callback for test_loaderEduard Zingerman1-0/+9
2023-03-31selftests/bpf: Replace extract_build_id with read_build_idJiri Olsa1-1/+0
2023-03-17selftests/bpf: Add --json-summary option to test_progsManu Bretelle1-0/+1
2023-03-01selftests/bpf: Support custom per-test flags and multiple expected messagesAndrii Nakryiko1-0/+1
2023-02-24selftests/bpf: move SYS() macro into the test_progs.hHangbin Liu1-0/+15
2023-01-28selftests/bpf: Query BPF_MAX_TRAMP_LINKS using BTFIlya Leoshkevich1-0/+2
2022-12-07selftests/bpf: add generic BPF program tester-loaderAndrii Nakryiko1-0/+33
2022-09-09selftests/bpf: Deduplicate write_sysctl() to test_progs.cYiFei Zhu1-0/+1
2022-05-20selftests/bpf: Remove filtered subtests from outputMykola Lysenko1-0/+2
2022-04-27bpf/selftests: Add granular subtest output for prog_testMykola Lysenko1-8/+27
2022-04-26selftests/bpf: Add libbpf's log fixup logic selftestsAndrii Nakryiko1-0/+11
2022-04-18selftests/bpf: Refactor prog_tests logging and test executionMykola Lysenko1-8/+27
2022-04-11selftests/bpf: Drop duplicate max/min definitionsGeliang Tang1-0/+1
2022-04-10selftests/bpf: Improve by-name subtest selection logic in prog_testsMykola Lysenko1-5/+10
2022-04-04selftests/bpf: Define SYS_NANOSLEEP_KPROBE_NAME for aarch64Ilya Leoshkevich1-0/+2
2021-10-08selftests/bpf: Add parallelism to test_progsYucong Sun1-1/+35
2021-10-08bpf/selftests: Add test for writable bare tracepointHou Tao1-0/+2
2021-09-13selftests/bpf: Add test for bpf_get_branch_snapshotSong Liu1-0/+2
2021-07-16selftests/bpf: Add ASSERT_STRNEQ() variant for test_progsAlan Maguire1-0/+12
2021-05-25selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checksAndrii Nakryiko1-4/+5
2021-04-26selftests/bpf: Add remaining ASSERT_xxx() variantsAndrii Nakryiko1-1/+49
2021-04-14selftests/bpf: Fix the ASSERT_ERR_PTR macroFlorent Revest1-1/+1
2021-02-26selftests/bpf: Add hashmap test for bpf_for_each_map_elem() helperYonghong Song1-0/+11
2021-01-20bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev1-1/+0
2021-01-12selftests/bpf: Sync RCU before unloading bpf_testmodAndrii Nakryiko1-0/+1
2020-12-03selftests/bpf: Add bpf_testmod kernel module for testingAndrii Nakryiko1-0/+1
2020-11-05selftests/bpf: Add split BTF basic testAndrii Nakryiko1-0/+11
2020-09-29selftests/bpf: Move and extend ASSERT_xxx() testing macrosAndrii Nakryiko1-0/+63
2020-08-13selftest/bpf: Fix compilation warnings in 32-bit modeAndrii Nakryiko1-0/+5
2020-07-02bpf: selftests: Restore netns after each testMartin KaFai Lau1-0/+2
2020-07-01selftests/bpf: Test_progs option for listing test namesJesper Dangaard Brouer1-0/+1
2020-07-01selftests/bpf: Test_progs option for getting number of testsJesper Dangaard Brouer1-0/+1
2020-05-13selftests/bpf: Extract parse_num_list into generic testing_helpers.cAndrii Nakryiko1-0/+1
2020-05-09selftests/bpf: Move existing common networking parts into network_helpersStanislav Fomichev1-23/+0
2020-04-26selftests/bpf: Add cls_redirect classifierLorenz Bauer1-0/+7
2020-03-17selftests/bpf: Reset process and thread affinity after each test/sub-testAndrii Nakryiko1-0/+1
2020-03-13selftests/bpf: Ensure consistent test failure outputAndrii Nakryiko1-4/+4
2020-01-20selftests: Use consistent include paths for libbpfToke Høiland-Jørgensen1-1/+1
2020-01-15selftests/bpf: Add whitelist/blacklist of test names to test_progsAndrii Nakryiko1-1/+7
2019-12-20selftests/bpf: Preserve errno in test_progs CHECK macrosAndrey Ignatov1-0/+4
2019-11-24selftests/bpf: Integrate verbose verifier log into test_progsAndrii Nakryiko1-2/+8
2019-09-06selftests/bpf: test_progs: convert test_sockopt_skStanislav Fomichev1-1/+2
2019-09-06selftests/bpf: test_progs: add test__join_cgroup helperStanislav Fomichev1-0/+1
2019-09-03selftests/bpf: test_progs: add missing \n to CHECK_FAILStanislav Fomichev1-1/+1
2019-08-28selftests/bpf: test_progs: remove global fail/success countsStanislav Fomichev1-6/+11
2019-08-28selftests/bpf: test_progs: test__skipStanislav Fomichev1-0/+2