/linux-5.19.10/lib/ |
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 …]
|
/linux-5.19.10/tools/perf/arch/x86/include/ |
D | arch-tests.h | 8 int test__rdpmc(struct test_suite *test, int subtest); 9 int test__insn_x86(struct test_suite *test, int subtest); 10 int test__intel_pt_pkt_decoder(struct test_suite *test, int subtest); 11 int test__bp_modify(struct test_suite *test, int subtest); 12 int test__x86_sample_parsing(struct test_suite *test, int subtest);
|
/linux-5.19.10/tools/perf/tests/ |
D | llvm.c | 127 static int test__llvm(int subtest) in test__llvm() argument 134 if ((subtest < 0) || (subtest >= __LLVM_TESTCASE_MAX)) in test__llvm() 138 subtest, false, &should_load_fail); in test__llvm() 144 bpf_source_table[subtest].desc); in test__llvm() 154 int subtest __maybe_unused) in test__llvm__bpf_base_prog() 165 int subtest __maybe_unused) in test__llvm__bpf_test_kbuild_prog() 176 int subtest __maybe_unused) in test__llvm__bpf_test_prologue_prog() 187 int subtest __maybe_unused) in test__llvm__bpf_test_relocation()
|
D | builtin-test.c | 138 static const char *skip_reason(const struct test_suite *t, int subtest) in skip_reason() argument 143 return t->test_cases[subtest >= 0 ? subtest : 0].skip_reason; in skip_reason() 146 static const char *test_description(const struct test_suite *t, int subtest) in test_description() argument 148 if (t->test_cases && subtest >= 0) in test_description() 149 return t->test_cases[subtest].desc; in test_description() 154 static test_fnptr test_function(const struct test_suite *t, int subtest) in test_function() argument 156 if (subtest <= 0) in test_function() 159 return t->test_cases[subtest].run_case; in test_function() 186 static int run_test(struct test_suite *test, int subtest) in run_test() argument 218 err = test_function(test, subtest)(test, subtest); in run_test() [all …]
|
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()
|
D | wp.c | 68 int subtest __maybe_unused) in test__wp_ro() 92 int subtest __maybe_unused) in test__wp_wo() 116 int subtest __maybe_unused) in test__wp_rw() 141 int subtest __maybe_unused) in test__wp_modify()
|
D | clang.c | 8 int subtest __maybe_unused) in test__clang_to_IR() 14 int subtest __maybe_unused) in test__clang_to_obj()
|
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()
|
D | thread-map.c | 22 static int test__thread_map(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__thread_map() 89 static int test__thread_map_synthesize(struct test_suite *test __maybe_unused, int subtest __maybe_… in test__thread_map_synthesize() 109 static int test__thread_map_remove(struct test_suite *test __maybe_unused, int subtest __maybe_unus… in test__thread_map_remove()
|
D | cpumap.c | 78 static int test__cpu_map_synthesize(struct test_suite *test __maybe_unused, int subtest __maybe_unu… in test__cpu_map_synthesize() 114 static int test__cpu_map_print(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__cpu_map_print() 126 static int test__cpu_map_merge(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__cpu_map_merge()
|
D | pe-file-parsing.c | 72 int subtest __maybe_unused) in test__pe_file_parsing() 93 int subtest __maybe_unused) in test__pe_file_parsing()
|
D | bpf.c | 331 int subtest __maybe_unused) in test__basic_bpf_test() 342 int subtest __maybe_unused) in test__bpf_pinning() 353 int subtest __maybe_unused) in test__bpf_prologue_test()
|
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()
|
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()
|
D | python-use.c | 12 static int test__python_use(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__python_use()
|
D | perf-time-to-tsc.c | 49 int subtest __maybe_unused) in test__tsc_is_supported() 67 static int test__perf_time_to_tsc(struct test_suite *test __maybe_unused, int subtest __maybe_unuse… in test__perf_time_to_tsc()
|
D | genelf.c | 20 int subtest __maybe_unused) in test__jit_write_elf()
|
D | unit_number__scnprintf.c | 10 static int test__unit_number__scnprint(struct test_suite *t __maybe_unused, int subtest __maybe_unu… in test__unit_number__scnprint()
|
D | perf-hooks.c | 29 static int test__perf_hooks(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__perf_hooks()
|
/linux-5.19.10/tools/testing/kunit/ |
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})
|
/linux-5.19.10/tools/testing/selftests/drivers/net/mlxsw/ |
D | sch_red_core.sh | 580 local subtest=$1; shift 593 qevent_rule_install_$subtest 607 check_err_fail "$should_fail" $? "ECN-marked packets $subtest'd" 610 qevent_rule_uninstall_$subtest 616 log_test "TC $((vlan - 10)): marked packets not $subtest'd" 618 log_test "TC $((vlan - 10)): marked packets $subtest'd" 630 local subtest=$1; shift 642 qevent_rule_install_$subtest 666 qevent_rule_uninstall_$subtest 671 log_test "TC $((vlan - 10)): ${trigger}ped packets $subtest'd"
|
/linux-5.19.10/drivers/dma-buf/ |
D | selftest.h | 16 struct subtest { struct 22 const struct subtest *st, argument
|
/linux-5.19.10/tools/perf/util/c++/ |
D | clang-c.h | 16 extern int test__clang_to_IR(struct test_suite *test, int subtest); 17 extern int test__clang_to_obj(struct test_suite *test, int subtest);
|
D | clang-test.cpp | 39 int subtest __maybe_unused) in test__clang_to_IR() 53 int subtest __maybe_unused) in test__clang_to_obj()
|
/linux-5.19.10/tools/perf/arch/arm/tests/ |
D | vectors-page.c | 12 static int test__vectors_page(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__vectors_page()
|