Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ktest/
H A Dktest.c854 ktest_stats_t *mod_stats, ktest_stats_t *suite_stats, ofmt_handle_t ofmt) in ktest_run_test() argument
897 ktest_record_stat(mod_stats, suite_stats, in ktest_run_test()
910 ktest_record_stat(mod_stats, suite_stats, in ktest_run_test()
931 ktest_record_stat(mod_stats, suite_stats, &kro.kro_result); in ktest_run_test()
951 ktest_stats_t *suite_stats = NULL; in ktest_run_tests() local
974 if (suite_stats == NULL || in ktest_run_tests()
975 strcmp(suite_stats->ks_name, desc.ktd_suite) != 0) { in ktest_run_tests()
976 suite_stats = ktest_stats_new(KTEST_STAT_SUITE, in ktest_run_tests()
978 list_insert_tail(&stats, suite_stats); in ktest_run_tests()
987 suite_stats, ofmt)) { in ktest_run_tests()
[all …]