Home
last modified time | relevance | path

Searched refs:test__start_subtest (Results 1 – 7 of 7) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
Dsockmap_basic.c75 if (test__start_subtest("sockmap create_update_free")) in test_sockmap_basic()
77 if (test__start_subtest("sockhash create_update_free")) in test_sockmap_basic()
Dsend_signal.c219 if (test__start_subtest("send_signal_tracepoint")) in test_send_signal()
221 if (test__start_subtest("send_signal_perf")) in test_send_signal()
223 if (test__start_subtest("send_signal_nmi")) in test_send_signal()
Dbpf_verif_scale.c102 if (!test__start_subtest(test->file)) in test_bpf_verif_scale()
Dcore_reloc.c305 if (!test__start_subtest(test_case->case_name)) in test_core_reloc()
Dsockopt.c980 test__start_subtest(tests[i].descr); in test_sockopt()
/tools/testing/selftests/bpf/
Dtest_progs.h72 extern bool test__start_subtest(const char *name);
Dtest_progs.c91 bool test__start_subtest(const char *name) in test__start_subtest() function