Home
last modified time | relevance | path

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

/tools/testing/ktest/
Dktest.pl94 my $test_type;
272 "TEST_TYPE" => \$test_type,
1443 return $test_type eq "build" || $no_reboot ||
1444 ($test_type eq "patchcheck" && $opt{"PATCHCHECK_TYPE[$i]"} eq "build") ||
1445 ($test_type eq "bisect" && $opt{"BISECT_TYPE[$i]"} eq "build") ||
1446 ($test_type eq "config_bisect" && $opt{"CONFIG_BISECT_TYPE[$i]"} eq "build");
1455 $name = "$test_name:$test_type";
1457 $name = $test_type;
1688 my $dir = "$machine-$test_type-$type-$result-$date";
4314 if ($test_type eq "patchcheck") {
[all …]
/tools/testing/selftests/vm/
Duserfaultfd.c73 static int test_type; variable
720 if (test_type != TEST_HUGETLB) in faulting_process()
768 if (test_type == TEST_HUGETLB) in faulting_process()
1253 test_type = TEST_ANON; in set_test_type()
1256 test_type = TEST_HUGETLB; in set_test_type()
1260 test_type = TEST_HUGETLB; in set_test_type()
1264 test_type = TEST_SHMEM; in set_test_type()
1270 if (test_type == TEST_HUGETLB) in set_test_type()
1318 if (test_type == TEST_HUGETLB) { in main()
/tools/testing/selftests/bpf/
Dtest_btf.c6835 const struct btf_type *test_type, *expect_type; in do_test_dedup() local
6838 test_type = btf__type_by_id(test_btf, i); in do_test_dedup()
6840 test_size = btf_type_size(test_type); in do_test_dedup()
6849 if (CHECK(memcmp((void *)test_type, in do_test_dedup()
/tools/lib/traceevent/
Devent-parse.c1258 static int test_type(enum tep_event_type type, enum tep_event_type expect) in test_type() function
1293 return test_type(type, expect); in __read_expect_type()
1520 if (test_type(type, TEP_EVENT_OP)) in event_read_fields()