Searched refs:subtest (Results 76 - 92 of 92) sorted by relevance

1234

/linux-master/tools/perf/tests/
H A Dtests-scripts.c125 static int shell_test__run(struct test_suite *test, int subtest __maybe_unused)
H A Dexpr.c70 static int test__expr(struct test_suite *t __maybe_unused, int subtest __maybe_unused)
H A Dhists_link.c286 static int test__hists_link(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Dparse-events.c2576 static int test__events2(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
2617 static int test__terms2(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
2622 static int test__pmu_events(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
2741 static int test__pmu_events2(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
2827 static int test__alias(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
2843 int subtest __maybe_unused)
H A Dsample-parsing.c377 static int test__sample_parsing(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Dhists_cumulate.c705 static int test__hists_cumulate(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Ddlfilter-test.c427 static int test__dlfilter(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Dswitch-tracking.c326 static int test__switch_tracking(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Dhists_output.c591 static int test__hists_output(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Dcode-reading.c709 static int test__code_reading(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
/linux-master/tools/perf/arch/x86/tests/
H A Dhybrid.c304 int test__hybrid(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
/linux-master/tools/testing/selftests/net/netfilter/
H A Dnft_concat_range.sh1559 eval test_bug_"${subtest}"
1577 for subtest in ${SUBTESTS}; do
1578 eval desc=\$TYPE_"${subtest}"
/linux-master/drivers/dma-buf/
H A Dst-dma-fence.c562 static const struct subtest tests[] = {
H A Dst-dma-fence-chain.c678 static const struct subtest tests[] = {
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c121 const char *subtest; member in struct:test_env
187 env.subtest = t->title;
208 env.subtest, error ? "FAIL" : "OK");
/linux-master/drivers/scsi/bfa/
H A Dbfa_defs.h1223 struct bfa_diag_dport_subtest_result_s subtest[DPORT_TEST_MAX]; member in struct:bfa_diag_dport_result_s
H A Dbfa_svc.c6550 dport->result.subtest[i].status =
6552 bfa_trc(dport->bfa, dport->result.subtest[i].status);
6573 dport->result.subtest[subtesttype].start_time =
6575 dport->result.subtest[subtesttype].status =
6580 dport->result.subtest[subtesttype].start_time);

Completed in 220 milliseconds

1234