Home
last modified time | relevance | path

Searched refs:subtest (Results 1 – 25 of 87) sorted by relevance

1234

/linux/lib/
A Dtest_string.c188 int test, subtest; in string_selftest_init() local
191 subtest = memset16_selftest(); in string_selftest_init()
192 if (subtest) in string_selftest_init()
196 subtest = memset32_selftest(); in string_selftest_init()
197 if (subtest) in string_selftest_init()
201 subtest = memset64_selftest(); in string_selftest_init()
202 if (subtest) in string_selftest_init()
206 subtest = strchr_selftest(); in string_selftest_init()
207 if (subtest) in string_selftest_init()
211 subtest = strnchr_selftest(); in string_selftest_init()
[all …]
/linux/tools/perf/tests/
A Dllvm.c127 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()
A Dbuiltin-test.c139 if (t->test_cases && subtest >= 0) in skip_reason()
140 return t->test_cases[subtest].skip_reason; in skip_reason()
147 if (t->test_cases && subtest >= 0) in test_description()
148 return t->test_cases[subtest].desc; in test_description()
155 if (subtest <= 0) in test_function()
158 return t->test_cases[subtest].run_case; in test_function()
185 static int run_test(struct test_suite *test, int subtest) in run_test() argument
217 err = test_function(test, subtest)(test, subtest); in run_test()
246 err = run_test(t, subtest); in test_and_print()
252 pr_debug("%s subtest %d:", t->desc, subtest + 1); in test_and_print()
[all …]
A Dpfm.c27 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()
A Dwp.c68 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()
A Dstat.c51 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()
107 static int test__synthesize_stat_round(struct test_suite *test __maybe_unused, int subtest __maybe_… in test__synthesize_stat_round()
A Dclang.c8 int subtest __maybe_unused) in test__clang_to_IR()
14 int subtest __maybe_unused) in test__clang_to_obj()
A Dthread-map.c22 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()
A Dcpumap.c78 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()
A Dpe-file-parsing.c72 int subtest __maybe_unused) in test__pe_file_parsing()
93 int subtest __maybe_unused) in test__pe_file_parsing()
A Ddso-data.c116 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()
A Dbpf.c333 int subtest __maybe_unused) in test__basic_bpf_test()
344 int subtest __maybe_unused) in test__bpf_pinning()
355 int subtest __maybe_unused) in test__bpf_prologue_test()
A Dfdarray.c31 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()
A Dpython-use.c12 static int test__python_use(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__python_use()
A Dunit_number__scnprintf.c10 static int test__unit_number__scnprint(struct test_suite *t __maybe_unused, int subtest __maybe_unu… in test__unit_number__scnprint()
A Dgenelf.c20 int subtest __maybe_unused) in test__jit_write_elf()
A Dis_printable_array.c8 static int test__is_printable_array(struct test_suite *test __maybe_unused, int subtest __maybe_unu… in test__is_printable_array()
A Dperf-hooks.c29 static int test__perf_hooks(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__perf_hooks()
/linux/tools/perf/arch/x86/include/
A Darch-tests.h8 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/tools/testing/kunit/
A Dkunit_json.py24 for subtest in test.subtests:
25 if len(subtest.subtests):
26 sub_group = _get_group_json(subtest, def_config,
30 test_case = {"name": subtest.name, "status": "FAIL"}
31 if subtest.status == TestStatus.SUCCESS:
33 elif subtest.status == TestStatus.TEST_CRASHED:
/linux/tools/testing/selftests/drivers/net/mlxsw/
A Dsch_red_core.sh580 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/drivers/dma-buf/
A Dselftest.h16 struct subtest { struct
22 const struct subtest *st, argument
/linux/tools/perf/util/c++/
A Dclang-c.h16 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);
A Dclang-test.cpp39 int subtest __maybe_unused) in test__clang_to_IR()
53 int subtest __maybe_unused) in test__clang_to_obj()
/linux/tools/perf/arch/arm/tests/
A Dvectors-page.c12 static int test__vectors_page(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__vectors_page()

Completed in 27 milliseconds

1234