| /linux/tools/perf/arch/x86/include/ |
| H A D | arch-tests.h | 10 int test__rdpmc(struct test_suite *test, int subtest); 12 int test__insn_x86(struct test_suite *test, int subtest); 14 int test__intel_pt_pkt_decoder(struct test_suite *test, int subtest); 15 int test__intel_pt_hybrid_compat(struct test_suite *test, int subtest); 16 int test__bp_modify(struct test_suite *test, int subtest); 17 int test__amd_ibs_via_core_pmu(struct test_suite *test, int subtest); 18 int test__amd_ibs_period(struct test_suite *test, int subtest); 19 int test__hybrid(struct test_suite *test, int subtest);
|
| /linux/tools/testing/kunit/ |
| H A 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/tools/testing/selftests/bpf/prog_tests/ |
| H A D | connect_ping.c | 20 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 D | wp.c | 77 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 D | pfm.c | 28 int subtest __maybe_unused) in test__pfm_events() 89 int subtest __maybe_unused) in test__pfm_group() 174 int subtest __maybe_unused) in test__pfm_events() 180 int subtest __maybe_unused) in test__pfm_group()
|
| H A D | subcmd-help.c | 7 int subtest __maybe_unused) in test__load_cmdnames() 24 int subtest __maybe_unused) in test__uniq_cmdnames() 47 int subtest __maybe_unused) in test__exclude_cmdnames()
|
| H A D | pmu.c | 158 static int test__pmu_format(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__pmu_format() 205 static int test__pmu_events(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__pmu_events() 299 int subtest __maybe_unused) in test__pmu_event_names() 411 static int test__name_len(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__name_len() 429 static int test__name_cmp(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__name_cmp() 459 static int test__pmu_match(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__pmu_match()
|
| H A D | thread-map.c | 23 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 D | mmap-basic.c | 35 static int test__basic_mmap(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__basic_mmap() 376 int subtest __maybe_unused) in test__mmap_user_read_instr() 382 int subtest __maybe_unused) in test__mmap_user_read_cycles() 388 int subtest __maybe_unused) in test__mmap_user_read_instr_disabled() 394 int subtest __maybe_unused) in test__mmap_user_read_cycles_disabled()
|
| H A D | pe-file-parsing.c | 73 int subtest __maybe_unused) in test__pe_file_parsing() 94 int subtest __maybe_unused) in test__pe_file_parsing()
|
| H A D | dso-data.c | 128 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 D | hwmon_pmu.c | 242 int subtest __maybe_unused) in test__hwmon_pmu_without_pmu() 248 int subtest __maybe_unused) in test__hwmon_pmu_with_pmu() 254 int subtest __maybe_unused) in test__parse_hwmon_filename()
|
| H A D | dwarf-unwind.c | 52 int test__dwarf_unwind(struct test_suite *test, int subtest); 182 int subtest __maybe_unused) in test__dwarf_unwind()
|
| H A 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()
|
| H A D | perf-time-to-tsc.c | 50 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 D | pmu-events.c | 446 int subtest __maybe_unused) in test__pmu_event_table() 726 int subtest __maybe_unused) in test__aliases() 907 int subtest __maybe_unused) in test__parsing() 1004 int subtest __maybe_unused) in test__parsing_fake() 1031 int subtest __maybe_unused) in test__parsing_threshold()
|
| H A D | genelf.c | 20 int subtest __maybe_unused) in test__jit_write_elf()
|
| H A 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()
|
| H A D | maps.c | 74 static int test__maps__merge_in(struct test_suite *t __maybe_unused, int subtest __maybe_unused) in test__maps__merge_in() 166 int subtest __maybe_unused) in test__maps__fixup_overlap_and_insert()
|
| /linux/drivers/dma-buf/ |
| H A D | selftest.h | 16 struct subtest { struct 22 const struct subtest *st, argument
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_lib.sh | 244 local subtest 246 for subtest in "${MPTCP_LIB_SUBTESTS[@]}"; do 247 if [[ "${subtest}" == *" - ${KSFT_TEST}: ${*%% #*}" ]]; then 319 local subtest 329 for subtest in "${MPTCP_LIB_SUBTESTS[@]}"; do 330 printf "%s\n" "${subtest}"
|
| /linux/tools/perf/arch/arm64/include/ |
| H A D | arch-tests.h | 7 int test__cpuid_match(struct test_suite *test, int subtest);
|
| /linux/tools/perf/arch/arm64/tests/ |
| H A D | cpuid-match.c | 9 int subtest __maybe_unused) in test__cpuid_match()
|
| /linux/tools/perf/arch/arm/tests/ |
| H A D | vectors-page.c | 12 static int test__vectors_page(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__vectors_page()
|
| /linux/tools/perf/arch/x86/tests/ |
| H A D | intel-pt-test.c | 308 int test__intel_pt_pkt_decoder(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__intel_pt_pkt_decoder() 436 int test__intel_pt_hybrid_compat(struct test_suite *test, int subtest) in test__intel_pt_hybrid_compat() argument 445 test->test_cases[subtest].skip_reason = "not hybrid"; in test__intel_pt_hybrid_compat()
|