Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtest_progs.c171 bool should_tmon; member
349 static bool should_tmon(struct test_selector *sel, const char *name) in should_tmon() function
625 subtest_state->should_tmon = match_subtest_desc(&env.tmon_selector.whitelist, in test__start_subtest_with_desc()
816 if (env.test->should_tmon || in netns_new()
817 (env.subtest_state && env.subtest_state->should_tmon)) { in netns_new()
2114 test->should_tmon = should_tmon(&env.tmon_selector, test->test_name); in main()
H A Dtest_progs.h78 bool should_tmon; member