Home
last modified time | relevance | path

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

1234

/Linux-v5.15/tools/perf/tests/
Dtests.h32 int (*func)(struct test *test, int subtest);
36 const char *(*get_desc)(int subtest);
37 const char *(*skip_reason)(int subtest);
38 } subtest; member
44 int test__vmlinux_matches_kallsyms(struct test *test, int subtest);
45 int test__openat_syscall_event(struct test *test, int subtest);
46 int test__openat_syscall_event_on_all_cpus(struct test *test, int subtest);
47 int test__basic_mmap(struct test *test, int subtest);
48 int test__PERF_RECORD(struct test *test, int subtest);
49 int test__perf_evsel__roundtrip_name_test(struct test *test, int subtest);
[all …]
Dllvm.c127 int test__llvm(struct test *test __maybe_unused, 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()
157 const char *test__llvm_subtest_get_desc(int subtest) in test__llvm_subtest_get_desc() argument
159 if ((subtest < 0) || (subtest >= __LLVM_TESTCASE_MAX)) in test__llvm_subtest_get_desc()
162 return bpf_source_table[subtest].desc; in test__llvm_subtest_get_desc()
165 int test__llvm(struct test *test __maybe_unused, int subtest __maybe_unused) in test__llvm()
175 const char *test__llvm_subtest_get_desc(int subtest __maybe_unused) in test__llvm_subtest_get_desc()
Dbuiltin-test.c79 .subtest = {
142 .subtest = {
216 .subtest = {
229 .subtest = {
299 .subtest = {
324 .subtest = {
401 static int run_test(struct test *test, int subtest) in run_test() argument
433 err = test->func(test, subtest); in run_test()
457 static int test_and_print(struct test *t, bool force_skip, int subtest) in test_and_print() argument
463 err = run_test(t, subtest); in test_and_print()
[all …]
Dpmu-events.c1021 const char *test__pmu_events_subtest_get_desc(int subtest) in test__pmu_events_subtest_get_desc() argument
1023 if (subtest < 0 || in test__pmu_events_subtest_get_desc()
1024 subtest >= (int)ARRAY_SIZE(pmu_events_testcase_table)) in test__pmu_events_subtest_get_desc()
1026 return pmu_events_testcase_table[subtest].desc; in test__pmu_events_subtest_get_desc()
1029 const char *test__pmu_events_subtest_skip_reason(int subtest) in test__pmu_events_subtest_skip_reason() argument
1031 if (subtest < 0 || in test__pmu_events_subtest_skip_reason()
1032 subtest >= (int)ARRAY_SIZE(pmu_events_testcase_table)) in test__pmu_events_subtest_skip_reason()
1034 if (pmu_events_testcase_table[subtest].func != test_parsing) in test__pmu_events_subtest_skip_reason()
1044 int test__pmu_events(struct test *test __maybe_unused, int subtest) in test__pmu_events() argument
1046 if (subtest < 0 || in test__pmu_events()
[all …]
Dstat.c50 int test__synthesize_stat_config(struct test *test __maybe_unused, int subtest __maybe_unused) in test__synthesize_stat_config()
80 int test__synthesize_stat(struct test *test __maybe_unused, int subtest __maybe_unused) in test__synthesize_stat()
106 int test__synthesize_stat_round(struct test *test __maybe_unused, int subtest __maybe_unused) in test__synthesize_stat_round()
Dthread-map.c22 int test__thread_map(struct test *test __maybe_unused, int subtest __maybe_unused) in test__thread_map()
89 int test__thread_map_synthesize(struct test *test __maybe_unused, int subtest __maybe_unused) in test__thread_map_synthesize()
109 int test__thread_map_remove(struct test *test __maybe_unused, int subtest __maybe_unused) in test__thread_map_remove()
Dcpumap.c78 int test__cpu_map_synthesize(struct test *test __maybe_unused, int subtest __maybe_unused) in test__cpu_map_synthesize()
114 int test__cpu_map_print(struct test *test __maybe_unused, int subtest __maybe_unused) in test__cpu_map_print()
126 int test__cpu_map_merge(struct test *test __maybe_unused, int subtest __maybe_unused) in test__cpu_map_merge()
Dpe-file-parsing.c72 int subtest __maybe_unused) in test__pe_file_parsing()
93 int subtest __maybe_unused) in test__pe_file_parsing()
Ddso-data.c116 int test__dso_data(struct test *test __maybe_unused, int subtest __maybe_unused) in test__dso_data()
251 int test__dso_data_cache(struct test *test __maybe_unused, int subtest __maybe_unused) in test__dso_data_cache()
321 int test__dso_data_reopen(struct test *test __maybe_unused, int subtest __maybe_unused) in test__dso_data_reopen()
Dpython-use.c12 int test__python_use(struct test *test __maybe_unused, int subtest __maybe_unused) in test__python_use()
Dfdarray.c31 int test__fdarray__filter(struct test *test __maybe_unused, int subtest __maybe_unused) in test__fdarray__filter()
92 int test__fdarray__add(struct test *test __maybe_unused, int subtest __maybe_unused) in test__fdarray__add()
Dgenelf.c20 int subtest __maybe_unused) in test__jit_write_elf()
Dunit_number__scnprintf.c10 int test__unit_number__scnprint(struct test *t __maybe_unused, int subtest __maybe_unused) in test__unit_number__scnprint()
Dperf-hooks.c29 int test__perf_hooks(struct test *test __maybe_unused, int subtest __maybe_unused) in test__perf_hooks()
Dis_printable_array.c8 int test__is_printable_array(struct test *test __maybe_unused, int subtest __maybe_unused) in test__is_printable_array()
Ddemangle-java-test.c10 int test__demangle_java(struct test *test __maybe_unused, int subtest __maybe_unused) in test__demangle_java()
Ddemangle-ocaml-test.c10 int test__demangle_ocaml(struct test *test __maybe_unused, int subtest __maybe_unused) in test__demangle_ocaml()
Dbitmap.c43 int test__bitmap_print(struct test *test __maybe_unused, int subtest __maybe_unused) in test__bitmap_print()
Dopenat-syscall.c16 int test__openat_syscall_event(struct test *test __maybe_unused, int subtest __maybe_unused) in test__openat_syscall_event()
Dmem.c26 int test__mem(struct test *text __maybe_unused, int subtest __maybe_unused) in test__mem()
/Linux-v5.15/lib/
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-v5.15/tools/perf/arch/x86/include/
Darch-tests.h8 int test__rdpmc(struct test *test, int subtest);
9 int test__insn_x86(struct test *test, int subtest);
10 int test__intel_pt_pkt_decoder(struct test *test, int subtest);
11 int test__bp_modify(struct test *test, int subtest);
12 int test__x86_sample_parsing(struct test *test, int subtest);
/Linux-v5.15/drivers/dma-buf/
Dselftest.h16 struct subtest { struct
22 const struct subtest *st, argument
/Linux-v5.15/tools/perf/arch/arm/tests/
Dvectors-page.c13 int subtest __maybe_unused) in test__vectors_page()
/Linux-v5.15/tools/testing/selftests/drivers/net/mlxsw/
Dsch_red_core.sh552 local subtest=$1; shift
564 qevent_rule_install_$subtest
588 qevent_rule_uninstall_$subtest
593 log_test "TC $((vlan - 10)): ${trigger}ped packets $subtest'd"

1234