Home
last modified time | relevance | path

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

1234

/linux/tools/perf/arch/x86/include/
H A Darch-tests.h8 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);
/linux/tools/testing/kunit/
H A Dkunit_json.py34 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/tools/testing/selftests/bpf/prog_tests/
H A Dconnect_ping.c20 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()
/linux/tools/perf/tests/
H A Dwp.c77 int subtest __maybe_unused) in test__wp_ro()
101 int subtest __maybe_unused) in test__wp_wo()
125 int subtest __maybe_unused) in test__wp_rw()
149 static int test__wp_modify(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__wp_modify()
172 test->test_cases[subtest].skip_reason = "missing kernel support"; in test__wp_modify()
H 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()
H A Dcpumap.c103 static int test__cpu_map_synthesize(struct test_suite *test __maybe_unused, int subtest __maybe_unused) 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()
184 int subtest __maybe_unused) in __test__cpu_map_intersect()
224 int subtest __maybe_unused) in test__cpu_map_equal()
247 static int test__cpu_map_equal(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__cpu_map_equal()
H A Dstat.c51 int subtest __maybe_unused) in test__synthesize_stat_config()
83 static int test__synthesize_stat(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__synthesize_stat()
110 static int test__synthesize_stat_round(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__synthesize_stat_round()
H A Dthread-map.c23 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 Dpe-file-parsing.c73 int subtest __maybe_unused) in test__pe_file_parsing()
94 int subtest __maybe_unused) in test__pe_file_parsing()
H A Dmmap-basic.c32 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 Dhwmon_pmu.c234 int subtest __maybe_unused) in test__hwmon_pmu_without_pmu()
240 int subtest __maybe_unused) in test__hwmon_pmu_with_pmu()
246 int subtest __maybe_unused) in test__parse_hwmon_filename()
H A Ddso-data.c117 static int test__dso_data(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__dso_data()
249 static int test__dso_data_cache(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in set_fd_limit()
319 static int test__dso_data_reopen(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in new_limit()
H 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()
H A Ddwarf-unwind.c70 int test__dwarf_unwind(struct test_suite *test, int subtest);
200 int subtest __maybe_unused) in test__dwarf_unwind()
H A Dperf-time-to-tsc.c50 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 Dpython-use.c12 static int test__python_use(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__python_use()
H A Dutil.c19 static int test__util(struct test_suite *t __maybe_unused, int subtest __maybe_unused) in test__util()
H A Dgenelf.c20 int subtest __maybe_unused) in test__jit_write_elf()
H 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()
H A Dperf-hooks.c29 static int test__perf_hooks(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__perf_hooks()
/linux/drivers/dma-buf/
H A Dselftest.h16 struct subtest { struct
22 const struct subtest *st, argument
/linux/drivers/gpu/drm/ci/
H A Dbuild-igt.sh21 echo "$output" | while read -r subtest; do
22 echo "$test@$subtest"
/linux/tools/perf/arch/arm64/include/
H A Darch-tests.h7 int test__cpuid_match(struct test_suite *test, int subtest);
/linux/tools/perf/arch/arm64/tests/
H A Dcpuid-match.c9 int subtest __maybe_unused) in test__cpuid_match()
/linux/tools/perf/arch/arm/tests/
H A Dvectors-page.c12 static int test__vectors_page(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__vectors_page()

1234