Searched refs:sub_tests (Results 1 – 1 of 1) sorted by relevance
12 static struct sub_tests { struct16 } sub_tests[NR_SUB_TESTS] = { argument52 fd = event_open(sub_tests[i].type, sub_tests[i].config); in test__amd_ibs_via_core_pmu()53 pr_debug("type: 0x%x, config: 0x%lx, fd: %d - ", sub_tests[i].type, in test__amd_ibs_via_core_pmu()54 sub_tests[i].config, fd); in test__amd_ibs_via_core_pmu()55 if ((sub_tests[i].valid && fd == -1) || in test__amd_ibs_via_core_pmu()56 (!sub_tests[i].valid && fd > 0)) { in test__amd_ibs_via_core_pmu()