Searched refs:subtest (Results 1 - 25 of 92) sorted by relevance

1234

/linux-master/tools/perf/arch/x86/include/
H A Darch-tests.h8 int test__rdpmc(struct test_suite *test, int subtest);
10 int test__insn_x86(struct test_suite *test, int subtest);
12 int test__intel_pt_pkt_decoder(struct test_suite *test, int subtest);
13 int test__intel_pt_hybrid_compat(struct test_suite *test, int subtest);
14 int test__bp_modify(struct test_suite *test, int subtest);
15 int test__x86_sample_parsing(struct test_suite *test, int subtest);
16 int test__amd_ibs_via_core_pmu(struct test_suite *test, int subtest);
17 int test__hybrid(struct test_suite *test, int subtest);
/linux-master/tools/perf/arch/arm64/include/
H A Darch-tests.h7 int test__cpuid_match(struct test_suite *test, int subtest);
/linux-master/tools/perf/arch/arm64/tests/
H A Dcpuid-match.c9 int subtest __maybe_unused)
/linux-master/drivers/dma-buf/
H A Dselftest.h16 struct subtest { struct
22 const struct subtest *st,
/linux-master/tools/testing/kunit/
H A Dkunit_json.py34 for subtest in test.subtests:
35 if subtest.subtests:
36 sub_group = _get_group_json(subtest, common_fields)
39 status = _status_map.get(subtest.status, "FAIL")
40 test_cases.append({"name": subtest.name, "status": status})
/linux-master/tools/perf/arch/arm/tests/
H A Dvectors-page.c12 static int test__vectors_page(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
/linux-master/tools/perf/tests/
H A Dpython-use.c12 static int test__python_use(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Dbuiltin-test.c173 static const char *skip_reason(const struct test_suite *t, int subtest) argument
178 return t->test_cases[subtest >= 0 ? subtest : 0].skip_reason;
181 static const char *test_description(const struct test_suite *t, int subtest) argument
183 if (t->test_cases && subtest >= 0)
184 return t->test_cases[subtest].desc;
189 static test_fnptr test_function(const struct test_suite *t, int subtest) argument
191 if (subtest <= 0)
194 return t->test_cases[subtest].run_case;
225 int subtest; member in struct:child_test
241 print_test_result(struct test_suite *t, int i, int subtest, int result, int width) argument
[all...]
H A Dunit_number__scnprintf.c10 static int test__unit_number__scnprint(struct test_suite *t __maybe_unused, int subtest __maybe_unused)
H A Ddemangle-java-test.c10 static int test__demangle_java(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Dperf-hooks.c29 static int test__perf_hooks(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Dis_printable_array.c8 static int test__is_printable_array(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Dpfm.c27 int subtest __maybe_unused)
88 int subtest __maybe_unused)
173 int subtest __maybe_unused)
179 int subtest __maybe_unused)
H A Dutil.c19 static int test__util(struct test_suite *t __maybe_unused, int subtest __maybe_unused)
H A Dwp.c72 int subtest __maybe_unused)
96 int subtest __maybe_unused)
120 int subtest __maybe_unused)
144 static int test__wp_modify(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
167 test->test_cases[subtest].skip_reason = "missing kernel support";
H A Dstat.c51 int subtest __maybe_unused)
81 static int test__synthesize_stat(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
108 static int test__synthesize_stat_round(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Ddemangle-ocaml-test.c10 static int test__demangle_ocaml(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Dgenelf.c20 int subtest __maybe_unused)
H A Dpe-file-parsing.c73 int subtest __maybe_unused)
94 int subtest __maybe_unused)
H A Dcpumap.c103 static int test__cpu_map_synthesize(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
147 static int test__cpu_map_print(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
159 static int test__cpu_map_merge(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
191 int subtest __maybe_unused)
214 static int test__cpu_map_equal(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Dthread-map.c23 static int test__thread_map(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
90 static int test__thread_map_synthesize(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
110 static int test__thread_map_remove(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Dmem.c26 static int test__mem(struct test_suite *text __maybe_unused, int subtest __maybe_unused)
H A Devsel-tp-sched.c36 int subtest __maybe_unused)
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dconnect_ping.c20 static void subtest(int cgroup_fd, struct connect_ping *skel, function
147 subtest(cgroup_fd, skel, AF_INET, 0);
154 subtest(cgroup_fd, skel, AF_INET, 1);
161 subtest(cgroup_fd, skel, AF_INET6, 0);
168 subtest(cgroup_fd, skel, AF_INET6, 1);
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_lib.sh181 local subtest
183 for subtest in "${MPTCP_LIB_SUBTESTS[@]}"; do
184 if [[ "${subtest}" == *" - ${KSFT_TEST}: ${*%% #*}" ]]; then
241 local subtest
251 for subtest in "${MPTCP_LIB_SUBTESTS[@]}"; do
252 printf "%s\n" "${subtest}"

Completed in 156 milliseconds

1234