Home
last modified time | relevance | path

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

/tools/testing/selftests/kvm/x86_64/
Dmonitor_mwait_test.c23 #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/
Dperftool-testsuite_report.sh12 for testcase in setup.sh test_*; do # skip setup.sh if not present or not executab…
13 test -x "$testcase" || continue
14 ./"$testcase"
Dperftool-testsuite_probe.sh12 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/
Dva_high_addr_switch.c26 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/
Dmemcmp.c74 static int testcase(bool islarge) in testcase() function
160 testcase(0); in testcases()
161 testcase(1); in testcases()
Dstrlen.c51 static int testcase(void) in testcase() function
126 return test_harness(testcase, "strlen"); in main()
/tools/testing/selftests/net/
Dudpgso.c64 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/
Dbackward-ring-buffer.c20 static void testcase(void) in testcase() function
76 testcase(); in do_test()
/tools/testing/selftests/sched_ext/
DMakefile185 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/
DTODO.txt25 - a TestCase class, for easier testcase handling, searching, comparison
/tools/testing/selftests/ftrace/
Dftracetest293 testcase() { # testfile function
429 testcase $1
DREADME26 Copy test.d/template to your testcase (whose filename must have *.tc
/tools/testing/selftests/cgroup/
Dmemcg_protection.m19 % example from testcase (values in GB)
/tools/testing/selftests/arm64/signal/
DREADME14 - Each signal testcase is compiled into its own executable: a separate
/tools/testing/selftests/net/openvswitch/
Dopenvswitch.sh274 for testcase in \
279 set -- $testcase;