/openbmc/linux/tools/perf/arch/x86/include/ |
H A D | arch-tests.h | 8 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);
|
/openbmc/linux/lib/ |
H A D | test_string.c | 216 int test, subtest; in string_selftest_init() local 219 subtest = memset16_selftest(); in string_selftest_init() 220 if (subtest) in string_selftest_init() 224 subtest = memset32_selftest(); in string_selftest_init() 225 if (subtest) in string_selftest_init() 229 subtest = memset64_selftest(); in string_selftest_init() 230 if (subtest) in string_selftest_init() 234 subtest = strchr_selftest(); in string_selftest_init() 235 if (subtest) in string_selftest_init() 239 subtest = strnchr_selftest(); in string_selftest_init() [all …]
|
/openbmc/linux/tools/perf/tests/ |
H A D | builtin-test.c | 163 static const char *skip_reason(const struct test_suite *t, int subtest) in skip_reason() argument 168 return t->test_cases[subtest >= 0 ? subtest : 0].skip_reason; in skip_reason() 171 static const char *test_description(const struct test_suite *t, int subtest) in test_description() argument 173 if (t->test_cases && subtest >= 0) in test_description() 174 return t->test_cases[subtest].desc; in test_description() 179 static test_fnptr test_function(const struct test_suite *t, int subtest) in test_function() argument 181 if (subtest <= 0) in test_function() 184 return t->test_cases[subtest].run_case; in test_function() 211 static int run_test(struct test_suite *test, int subtest) in run_test() argument 243 err = test_function(test, subtest)(test, subtest); in run_test() [all …]
|
H A D | wp.c | 72 int subtest __maybe_unused) in test__wp_ro() 96 int subtest __maybe_unused) in test__wp_wo() 120 int subtest __maybe_unused) in test__wp_rw() 144 static int test__wp_modify(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__wp_modify() 167 test->test_cases[subtest].skip_reason = "missing kernel support"; in test__wp_modify()
|
H A D | pfm.c | 27 int subtest __maybe_unused) in test__pfm_events() 88 int subtest __maybe_unused) in test__pfm_group() 173 int subtest __maybe_unused) in test__pfm_events() 179 int subtest __maybe_unused) in test__pfm_group()
|
H A D | stat.c | 51 int subtest __maybe_unused) in test__synthesize_stat_config() 81 static int test__synthesize_stat(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__synthesize_stat() 108 static int test__synthesize_stat_round(struct test_suite *test __maybe_unused, int subtest __maybe_… in test__synthesize_stat_round()
|
H A D | cpumap.c | 103 static int test__cpu_map_synthesize(struct test_suite *test __maybe_unused, int subtest __maybe_unu… in test__cpu_map_synthesize() 147 static int test__cpu_map_print(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__cpu_map_print() 159 static int test__cpu_map_merge(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__cpu_map_merge() 191 int subtest __maybe_unused) in test__cpu_map_intersect() 214 static int test__cpu_map_equal(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__cpu_map_equal()
|
H A D | thread-map.c | 23 static int test__thread_map(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__thread_map() 90 static int test__thread_map_synthesize(struct test_suite *test __maybe_unused, int subtest __maybe_… in test__thread_map_synthesize() 110 static int test__thread_map_remove(struct test_suite *test __maybe_unused, int subtest __maybe_unus… in test__thread_map_remove()
|
H A D | pe-file-parsing.c | 73 int subtest __maybe_unused) in test__pe_file_parsing() 94 int subtest __maybe_unused) in test__pe_file_parsing()
|
H A D | mmap-basic.c | 32 static int test__basic_mmap(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__basic_mmap() 270 int subtest __maybe_unused) in test__mmap_user_read_instr() 276 int subtest __maybe_unused) in test__mmap_user_read_cycles()
|
H A D | dso-data.c | 116 static int test__dso_data(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__dso_data() 251 static int test__dso_data_cache(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__dso_data_cache() 321 static int test__dso_data_reopen(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__dso_data_reopen()
|
H A D | dwarf-unwind.c | 70 int test__dwarf_unwind(struct test_suite *test, int subtest); 200 int subtest __maybe_unused) in test__dwarf_unwind()
|
H A D | fdarray.c | 31 static int test__fdarray__filter(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__fdarray__filter() 92 static int test__fdarray__add(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__fdarray__add()
|
H A D | perf-time-to-tsc.c | 50 int subtest __maybe_unused) in test__tsc_is_supported() 68 static int test__perf_time_to_tsc(struct test_suite *test __maybe_unused, int subtest __maybe_unuse… in test__perf_time_to_tsc()
|
H A D | python-use.c | 12 static int test__python_use(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__python_use()
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit_json.py | 34 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})
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | connect_ping.c | 20 static void subtest(int cgroup_fd, struct connect_ping *skel, in subtest() function 147 subtest(cgroup_fd, skel, AF_INET, 0); in test_connect_ping() 154 subtest(cgroup_fd, skel, AF_INET, 1); in test_connect_ping() 161 subtest(cgroup_fd, skel, AF_INET6, 0); in test_connect_ping() 168 subtest(cgroup_fd, skel, AF_INET6, 1); in test_connect_ping()
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | sch_red_core.sh | 578 local subtest=$1; shift 591 qevent_rule_install_$subtest 605 check_err_fail "$should_fail" $? "ECN-marked packets $subtest'd" 608 qevent_rule_uninstall_$subtest 614 log_test "TC $((vlan - 10)): marked packets not $subtest'd" 616 log_test "TC $((vlan - 10)): marked packets $subtest'd" 628 local subtest=$1; shift 640 qevent_rule_install_$subtest 664 qevent_rule_uninstall_$subtest 669 log_test "TC $((vlan - 10)): ${trigger}ped packets $subtest'd"
|
/openbmc/linux/drivers/dma-buf/ |
H A D | selftest.h | 16 struct subtest { struct 22 const struct subtest *st, argument
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_lib.sh | 211 local subtest 221 for subtest in "${MPTCP_LIB_SUBTESTS[@]}"; do 222 printf "%s\n" "${subtest}"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/ |
H A D | openhpi_3.8.0.bb | 115 for subtest in ${TESTS}; do 116 mkdir -p ${D}${PTEST_PATH}/${subtest}/t 117 cp -rf ${B}/${subtest}/t/* ${D}${PTEST_PATH}/${subtest}/t
|
/openbmc/linux/tools/perf/arch/arm64/include/ |
H A D | arch-tests.h | 7 int test__cpuid_match(struct test_suite *test, int subtest);
|
/openbmc/linux/tools/perf/arch/arm64/tests/ |
H A D | cpuid-match.c | 9 int subtest __maybe_unused) in test__cpuid_match()
|
/openbmc/linux/tools/perf/arch/arm/tests/ |
H A D | vectors-page.c | 12 static int test__vectors_page(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__vectors_page()
|
/openbmc/u-boot/test/overlay/ |
H A D | test-fdt-base.dts | 14 subtest: sub-test-node { label
|