Lines Matching refs:testname
2027 const char * testname) in test_mach_vm_deferred_reclamation_buffer_init() argument
2040 results_t *results = alloc_results(testname, eSMART_RECLAMATION_BUFFER_INIT_TRIALS, trials->count); in test_mach_vm_deferred_reclamation_buffer_init()
2087 …t (*func)(MAP_T map, mach_vm_address_t src, mach_vm_size_t size, int flags), const char * testname) in test_mmap_with_allocated_vm_map_kernel_flags_t() argument
2093 results_t *results = alloc_results(testname, eSMART_MMAP_KERNEL_FLAGS_TRIALS, trials->count); in test_mmap_with_allocated_vm_map_kernel_flags_t()
2107 test_unix_with_allocated_vm_inherit_t(unix_with_inherit_fn fn, const char * testname) in test_unix_with_allocated_vm_inherit_t() argument
2112 results_t *results = alloc_results(testname, eSMART_VM_INHERIT_TRIALS, trials->count); in test_unix_with_allocated_vm_inherit_t()
2127 test_unix_with_allocated_vm_msync_t(unix_with_msync_fn fn, const char * testname) in test_unix_with_allocated_vm_msync_t() argument
2132 results_t *results = alloc_results(testname, eSMART_VM_MSYNC_TRIALS, trials->count); in test_unix_with_allocated_vm_msync_t()
2147 …cated_aligned_vm_advise_t(unix_with_advise_fn fn, mach_vm_size_t align_mask, const char * testname) in test_unix_with_allocated_aligned_vm_advise_t() argument
2152 results_t *results = alloc_results(testname, eSMART_VM_ADVISE_TRIALS, trials->count); in test_unix_with_allocated_aligned_vm_advise_t()
2198 …_shared_region_map_and_slide_2_np(unix_shared_region_map_and_slide_2_np func, const char *testname) in test_unix_shared_region_map_and_slide_2_np() argument
2202 …results_t *results = alloc_results(testname, eSMART_SHARED_REGION_MAP_AND_SLIDE_2_TRIALS, dyld_fp,… in test_unix_shared_region_map_and_slide_2_np()
2220 …map, mach_vm_address_t dst, mach_vm_size_t size, mach_vm_address_t fileoff), const char * testname) in test_dst_size_fileoff() argument
2224 results_t *results = alloc_results(testname, eSMART_FILEOFF_DST_SIZE_TRIALS, trials->count); in test_dst_size_fileoff()
2299 …map, mach_vm_address_t dst, mach_vm_size_t size, mach_vm_address_t fileoff), const char * testname) in test_fixed_dst_size_fileoff() argument
2303 results_t *results = alloc_results(testname, eSMART_FILEOFF_DST_SIZE_TRIALS, trials->count); in test_fixed_dst_size_fileoff()
2334 …kern_return_t (*func)(MAP_T map, mach_vm_address_t dst, mach_vm_size_t size), const char *testname) in test_fixed_dst_size() argument
2338 results_t *results = alloc_results(testname, eSMART_START_SIZE_TRIALS, 0, trials->count); in test_fixed_dst_size()
2366 …P_T map, mach_vm_address_t src, mach_vm_size_t size, mach_vm_address_t dst), const char * testname) in test_allocated_src_allocated_dst_size() argument
2372 results_t *results = alloc_results(testname, eSMART_SRC_DST_SIZE_TRIALS, trials->count); in test_allocated_src_allocated_dst_size()
2476 T_FAIL("Golden file with unknown trials, testname: %s\n", results->testname); in fill_golden_trials()
2601 formula, trialsargs[0], trialsargs[1], results->testname); in fill_golden_trials()
2609 test_name_to_golden_results(const char* testname) in test_name_to_golden_results() argument
2616 if (strncmp(golden_results->testname, testname, strlen(testname)) == 0) { in test_name_to_golden_results()
2631 testprintf("\t[%u] %s (%u)\n", x, results->testname, results->count); in dump_results_list()
2723 …T_FAIL("Out parameter violation in test %s - %s\n", results->testname, results->list[result_number… in populate_golden_results()
2747 golden_list[x]->testname); in clean_golden_results()
2751 golden_list[x]->testname, golden_list[x]->tested_count); in clean_golden_results()