Home
last modified time | relevance | path

Searched refs:test_selector (Results 1 – 2 of 2) sorted by relevance

/tools/testing/selftests/bpf/
Dtest_progs.h63 struct test_selector { struct
102 struct test_selector test_selector; member
103 struct test_selector subtest_selector;
104 struct test_selector tmon_selector;
Dtest_progs.c182 static bool should_run(struct test_selector *sel, int num, const char *name) in should_run()
225 static bool should_run_subtest(struct test_selector *sel, in should_run_subtest()
226 struct test_selector *subtest_sel, in should_run_subtest()
243 static bool should_tmon(struct test_selector *sel, const char *name) in should_tmon()
503 if (!should_run_subtest(&env.test_selector, in test__start_subtest()
901 static void free_test_selector(struct test_selector *test_selector) in free_test_selector() argument
903 free_test_filter_set(&test_selector->blacklist); in free_test_selector()
904 free_test_filter_set(&test_selector->whitelist); in free_test_selector()
905 free(test_selector->num_set); in free_test_selector()
929 if (parse_num_list(arg, &env->test_selector.num_set, in parse_arg()
[all …]