| /tools/testing/selftests/kvm/x86/ |
| A D | monitor_mwait_test.c | 29 ((testcase) & MWAIT_DISABLED); \ 34 testcase, vector); \ 38 testcase, vector); \ 43 int testcase = (int) (long) arg; in guest_monitor_wait() local 47 if (!(testcase & MWAIT_DISABLED)) in guest_monitor_wait() 74 int testcase; in main() local 82 for (testcase = 0; testcase <= TEST_MAX; testcase++) { in main() 87 if (testcase & MWAIT_QUIRK_DISABLED) { in main() 103 (!!(testcase & CPUID_DISABLED) ^ !!(testcase & MWAIT_DISABLED))) in main() 106 if (testcase & CPUID_DISABLED) { in main() [all …]
|
| /tools/testing/selftests/net/can/ |
| A D | test_raw_filter.c | 97 int testcase; in FIXTURE_VARIANT() local 106 .testcase = 1, in FIXTURE_VARIANT_ADD() 120 .testcase = 2, in FIXTURE_VARIANT_ADD() 134 .testcase = 3, in FIXTURE_VARIANT_ADD() 148 .testcase = 4, in FIXTURE_VARIANT_ADD() 162 .testcase = 5, in FIXTURE_VARIANT_ADD() 174 .testcase = 6, in FIXTURE_VARIANT_ADD() 186 .testcase = 7, in FIXTURE_VARIANT_ADD() 200 .testcase = 8, in FIXTURE_VARIANT_ADD() 212 .testcase = 9, in FIXTURE_VARIANT_ADD() [all …]
|
| /tools/perf/tests/shell/ |
| A D | perftool-testsuite_probe.sh | 13 for testcase in setup.sh test_*; do # skip setup.sh if not present or not executab… 14 test -x "$testcase" || continue 15 ./"$testcase"
|
| A D | perftool-testsuite_report.sh | 12 for testcase in setup.sh test_*; do # skip setup.sh if not present or not executab… 13 test -x "$testcase" || continue 14 ./"$testcase"
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | test_csum_diff.c | 8 struct testcase { struct 19 struct testcase push_tests[NUM_PUSH_TESTS] = { argument 133 struct testcase pull_tests[NUM_PULL_TESTS] = { 247 struct testcase diff_tests[NUM_DIFF_TESTS] = { 304 struct testcase edge_tests[NUM_EDGE_TESTS] = { 365 static void test_csum_diff(struct testcase *tests, int num_tests) in test_csum_diff()
|
| /tools/testing/selftests/mm/ |
| A D | va_high_addr_switch.c | 26 struct testcase { struct 35 static struct testcase *testcases; argument 36 static struct testcase *hugetlb_testcases; 58 struct testcase t[] = { in testcases_init() 184 struct testcase ht[] = { in testcases_init() 260 static int run_test(struct testcase *test, int count) in run_test() 266 struct testcase *t = test + i; in run_test()
|
| A D | uffd-wp-mremap.c | 251 struct testcase { struct 259 static const struct testcase testcases[] = { argument 367 const struct testcase *tc = &testcases[i]; in main()
|
| /tools/testing/selftests/powerpc/stringloops/ |
| A D | memcmp.c | 74 static int testcase(bool islarge) in testcase() function 160 testcase(0); in testcases() 161 testcase(1); in testcases()
|
| A D | strlen.c | 51 static int testcase(void) in testcase() function 126 return test_harness(testcase, "strlen"); in main()
|
| /tools/testing/selftests/net/ |
| A D | udpgso.c | 64 struct testcase { struct 83 struct testcase testcases_v4[] = { argument 199 struct testcase testcases_v6[] = { 429 static void run_one(struct testcase *test, int fdt, int fdr, in run_one() 499 struct testcase *tests, *test; in run_all()
|
| /tools/perf/tests/ |
| A D | backward-ring-buffer.c | 20 static void testcase(void) in testcase() function 76 testcase(); in do_test()
|
| /tools/testing/selftests/sched_ext/ |
| A D | Makefile | 187 testcase-targets := $(addsuffix .o,$(addprefix $(SCXOBJ_DIR)/,$(auto-test-targets))) 198 $(testcase-targets): $(SCXOBJ_DIR)/%.o: %.c $(SCXOBJ_DIR)/runner.o $(all_test_bpfprogs) | $(SCXOBJ_… 205 $(OUTPUT)/runner: $(SCXOBJ_DIR)/runner.o $(SCXOBJ_DIR)/util.o $(BPFOBJ) $(testcase-targets)
|
| /tools/testing/selftests/tc-testing/ |
| A D | TODO.txt | 25 - a TestCase class, for easier testcase handling, searching, comparison
|
| /tools/testing/selftests/ftrace/ |
| A D | ftracetest | 293 testcase() { # testfile 429 testcase $1
|
| A D | README | 26 Copy test.d/template to your testcase (whose filename must have *.tc
|
| /tools/testing/selftests/cgroup/ |
| A D | memcg_protection.m | 19 % example from testcase (values in GB)
|
| /tools/testing/selftests/arm64/signal/ |
| A D | README | 14 - Each signal testcase is compiled into its own executable: a separate
|
| /tools/testing/selftests/net/openvswitch/ |
| A D | openvswitch.sh | 274 for testcase in \ 279 set -- $testcase;
|