Home
last modified time | relevance | path

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

1234

/Linux-v5.10/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 …]
Dbuiltin-test.c78 .subtest = {
141 .subtest = {
214 .subtest = {
227 .subtest = {
297 .subtest = {
322 .subtest = {
386 static int run_test(struct test *test, int subtest) in run_test() argument
418 err = test->func(test, subtest); in run_test()
442 static int test_and_print(struct test *t, bool force_skip, int subtest) in test_and_print() argument
448 err = run_test(t, subtest); in test_and_print()
[all …]
Dllvm.c136 int test__llvm(struct test *test __maybe_unused, int subtest) in test__llvm() argument
143 if ((subtest < 0) || (subtest >= __LLVM_TESTCASE_MAX)) in test__llvm()
147 subtest, false, &should_load_fail); in test__llvm()
153 bpf_source_table[subtest].desc); in test__llvm()
166 const char *test__llvm_subtest_get_desc(int subtest) in test__llvm_subtest_get_desc() argument
168 if ((subtest < 0) || (subtest >= __LLVM_TESTCASE_MAX)) in test__llvm_subtest_get_desc()
171 return bpf_source_table[subtest].desc; in test__llvm_subtest_get_desc()
Dpmu-events.c635 const char *test__pmu_events_subtest_get_desc(int subtest) in test__pmu_events_subtest_get_desc() argument
637 if (subtest < 0 || in test__pmu_events_subtest_get_desc()
638 subtest >= (int)ARRAY_SIZE(pmu_events_testcase_table)) in test__pmu_events_subtest_get_desc()
640 return pmu_events_testcase_table[subtest].desc; in test__pmu_events_subtest_get_desc()
643 const char *test__pmu_events_subtest_skip_reason(int subtest) in test__pmu_events_subtest_skip_reason() argument
645 if (subtest < 0 || in test__pmu_events_subtest_skip_reason()
646 subtest >= (int)ARRAY_SIZE(pmu_events_testcase_table)) in test__pmu_events_subtest_skip_reason()
648 if (pmu_events_testcase_table[subtest].func != test_parsing) in test__pmu_events_subtest_skip_reason()
658 int test__pmu_events(struct test *test __maybe_unused, int subtest) in test__pmu_events() argument
660 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()
108 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()
112 int test__cpu_map_print(struct test *test __maybe_unused, int subtest __maybe_unused) in test__cpu_map_print()
124 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()
311 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()
Dbitmap.c43 int test__bitmap_print(struct test *test __maybe_unused, int subtest __maybe_unused) in test__bitmap_print()
Dmem.c26 int test__mem(struct test *text __maybe_unused, int subtest __maybe_unused) in test__mem()
Dopenat-syscall.c16 int test__openat_syscall_event(struct test *test __maybe_unused, int subtest __maybe_unused) in test__openat_syscall_event()
Dparse-no-sample-id-all.c70 int test__parse_no_sample_id_all(struct test *test __maybe_unused, int subtest __maybe_unused) in test__parse_no_sample_id_all()
/Linux-v5.10/lib/
Dtest_string.c184 int test, subtest; in string_selftest_init() local
187 subtest = memset16_selftest(); in string_selftest_init()
188 if (subtest) in string_selftest_init()
192 subtest = memset32_selftest(); in string_selftest_init()
193 if (subtest) in string_selftest_init()
197 subtest = memset64_selftest(); in string_selftest_init()
198 if (subtest) in string_selftest_init()
202 subtest = strchr_selftest(); in string_selftest_init()
203 if (subtest) in string_selftest_init()
207 subtest = strnchr_selftest(); in string_selftest_init()
[all …]
/Linux-v5.10/tools/perf/arch/x86/include/
Darch-tests.h9 int test__rdpmc(struct test *test __maybe_unused, int subtest);
10 int test__perf_time_to_tsc(struct test *test __maybe_unused, int subtest);
11 int test__insn_x86(struct test *test __maybe_unused, int subtest);
12 int test__intel_pt_pkt_decoder(struct test *test, int subtest);
13 int test__bp_modify(struct test *test, int subtest);
/Linux-v5.10/drivers/dma-buf/
Dselftest.h16 struct subtest { struct
22 const struct subtest *st, argument
/Linux-v5.10/tools/perf/arch/arm/tests/
Dvectors-page.c13 int subtest __maybe_unused) in test__vectors_page()
/Linux-v5.10/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