| /tools/testing/selftests/kvm/x86_64/ |
| D | monitor_mwait_test.c | 23 #define GUEST_ASSERT_MONITOR_MWAIT(insn, testcase, vector) \ argument 25 bool fault_wanted = ((testcase) & MWAIT_QUIRK_DISABLED) && \ 26 ((testcase) & MWAIT_DISABLED); \ 31 testcase, vector); \ 35 testcase, vector); \ 38 static void guest_monitor_wait(int testcase) in guest_monitor_wait() argument 42 GUEST_SYNC(testcase); in guest_monitor_wait() 49 GUEST_ASSERT_MONITOR_MWAIT("MONITOR", testcase, vector); in guest_monitor_wait() 52 GUEST_ASSERT_MONITOR_MWAIT("MWAIT", testcase, vector); in guest_monitor_wait() 76 int testcase; in main() local [all …]
|
| /tools/perf/tests/shell/ |
| 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"
|
| D | perftool-testsuite_probe.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/mm/ |
| 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()
|
| /tools/testing/selftests/powerpc/stringloops/ |
| D | memcmp.c | 74 static int testcase(bool islarge) in testcase() function 160 testcase(0); in testcases() 161 testcase(1); in testcases()
|
| D | strlen.c | 51 static int testcase(void) in testcase() function 126 return test_harness(testcase, "strlen"); in main()
|
| /tools/testing/selftests/net/ |
| 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/ |
| D | backward-ring-buffer.c | 20 static void testcase(void) in testcase() function 76 testcase(); in do_test()
|
| /tools/testing/selftests/sched_ext/ |
| D | Makefile | 185 testcase-targets := $(addsuffix .o,$(addprefix $(SCXOBJ_DIR)/,$(auto-test-targets))) 196 $(testcase-targets): $(SCXOBJ_DIR)/%.o: %.c $(SCXOBJ_DIR)/runner.o $(all_test_bpfprogs) | $(SCXOBJ_… 203 $(OUTPUT)/runner: $(SCXOBJ_DIR)/runner.o $(SCXOBJ_DIR)/util.o $(BPFOBJ) $(testcase-targets)
|
| /tools/testing/selftests/tc-testing/ |
| D | TODO.txt | 25 - a TestCase class, for easier testcase handling, searching, comparison
|
| /tools/testing/selftests/ftrace/ |
| D | ftracetest | 293 testcase() { # testfile function 429 testcase $1
|
| D | README | 26 Copy test.d/template to your testcase (whose filename must have *.tc
|
| /tools/testing/selftests/cgroup/ |
| D | memcg_protection.m | 19 % example from testcase (values in GB)
|
| /tools/testing/selftests/arm64/signal/ |
| D | README | 14 - Each signal testcase is compiled into its own executable: a separate
|
| /tools/testing/selftests/net/openvswitch/ |
| D | openvswitch.sh | 274 for testcase in \ 279 set -- $testcase;
|