Lines Matching refs:name
2066 append_result(results, ret, trial.name);
2083 append_result(results, ret, last_trial.name);
2117 append_result(results, ret, trials->list[i].name); in test_mmap_with_allocated_vm_map_kernel_flags_t()
2137 append_result(results, ret, trial.name); in test_unix_with_allocated_vm_inherit_t()
2157 append_result(results, ret, trial.name); in test_unix_with_allocated_vm_msync_t()
2177 append_result(results, ret, trial.name); in test_unix_with_allocated_aligned_vm_advise_t()
2232 append_result(results, ret, trial.name); in test_unix_shared_region_map_and_slide_2_np()
2252 append_result(results, ret, trial.name); in test_dst_size_fileoff()
2333 append_result(results, PANIC, trial.name); in test_fixed_dst_size_fileoff()
2346 append_result(results, ret, trial.name); in test_fixed_dst_size_fileoff()
2368 append_result(results, PANIC, trial.name); in test_fixed_dst_size()
2380 append_result(results, ret, trial.name); in test_fixed_dst_size()
2410 append_result(results, ret, trial.name); in test_allocated_src_allocated_dst_size()
2484 (results)->list[i].name = kstrdup((trials)->list[i].name); \
2559 results->list[results->count - 1].name = kstrdup(trial_desc); in fill_golden_trials()
2759 …"Out parameter violation in test %s - %s\n", results->testname, results->list[result_number].name); in populate_golden_results()
2858 assert(((const result_t *)a)->name); in compare_names()
2859 assert(((const result_t *)b)->name); in compare_names()
2860 return strcmp(((const result_t *)a)->name, ((const result_t *)b)->name); in compare_names()
2866 const char *name = trial->name; in binary_search() local
2871 int cmp = strcmp(list[mid].name, name); in binary_search()
2889 if (strlen(a->name) == strlen(b->name) && compare_names(a, b) == 0) { in trial_name_equals()
2905 golden_results->list[trial_idx].name && in get_golden_result()
2951 golden_result->ret, results->list[i].name); in test_results()
2956 golden_result->ret, results->list[i].name); in test_results()
2978 results->list[i].name, suggestion); in test_results()
3074 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_size(fn, n… argument
3076 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_start_size(fn… argument
3077 #define RUN_OLD64(fn, name) RUN_NEW(fn, name) argument
3079 #define RUN_OLD(fn, name) do {} while (0) argument
3080 #define RUN_OLD64(fn, name) do {} while (0) argument
3102 #define RUN(fn, name) dealloc_results(process_results(test_mach_with_size(fn, name " (size)"))) argument
3107 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_vm_prot_t(fn, na… argument
3108 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_vm_prot_t(fn,… argument
3109 #define RUN_OLD64(fn, name) RUN_NEW(fn, name) argument
3121 #define RUN(fn, name) dealloc_results(process_results(test_mach_vm_prot(fn, name " (vm_prot_t)"))) argument
3126 #define RUN(fn, name) dealloc_results(process_results(test_mach_with_ledger_tag(fn, name " (ledger … argument
3130 #define RUN(fn, name) dealloc_results(process_results(test_mach_with_ledger_flag(fn, name " (ledger… argument
3138 #define RUN(fn, name) dealloc_results(process_results(test_mach_allocation_func_with_start_size(fn,… argument
3143 #define RUN(fn, name) dealloc_results(process_results(test_mach_allocation_func_with_vm_map_kernel_… argument
3152 #define RUN(fn, name) dealloc_results(process_results(test_deallocator(fn, name " (start/size)"))) argument
3166 #define RUN_START_SIZE(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_siz… argument
3167 #define RUN_HINT_SIZE(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_size… argument
3168 #define RUN_PROT_PAIR(fn, name) dealloc_results(process_results(test_mach_vm_prot_pair(fn, name " (… argument
3169 #define RUN_INHERIT(fn, name) dealloc_results(process_results(test_mach_with_allocated_vm_inherit_t… argument
3170 #define RUN_FLAGS(fn, name) dealloc_results(process_results(test_mach_allocation_func_with_vm_map_k… argument
3171 #define RUN_SSOO(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_size_offs… argument
3173 #define RUN_ALL(fn, name) \ argument
3174 RUN_START_SIZE(call_ ## fn ## __allocate_fixed, #name " (allocate fixed overwrite)"); \
3175 RUN_START_SIZE(call_ ## fn ## __allocate_fixed_copy, #name " (allocate fixed overwrite copy)"); \
3176 RUN_START_SIZE(call_ ## fn ## __memobject_fixed, #name " (memobject fixed overwrite)"); \
3177 RUN_START_SIZE(call_ ## fn ## __memobject_fixed_copy, #name " (memobject fixed overwrite copy)"); \
3178 RUN_HINT_SIZE(call_ ## fn ## __allocate_anywhere, #name " (allocate anywhere)"); \
3179 RUN_HINT_SIZE(call_ ## fn ## __memobject_anywhere, #name " (memobject anywhere)"); \
3180 RUN_PROT_PAIR(call_ ## fn ## __allocate_fixed__prot_pairs, #name " (allocate fixed overwrite)"); \
3181 …RUN_PROT_PAIR(call_ ## fn ## __allocate_fixed_copy__prot_pairs, #name " (allocate fixed overwrite …
3182 RUN_PROT_PAIR(call_ ## fn ## __allocate_anywhere__prot_pairs, #name " (allocate anywhere)"); \
3183 …RUN_PROT_PAIR(call_ ## fn ## __memobject_fixed__prot_pairs, #name " (memobject fixed overwrite)");…
3184 …RUN_PROT_PAIR(call_ ## fn ## __memobject_fixed_copy__prot_pairs, #name " (memobject fixed overwrit…
3185 RUN_PROT_PAIR(call_ ## fn ## __memobject_anywhere__prot_pairs, #name " (memobject anywhere)"); \
3186 RUN_INHERIT(call_ ## fn ## __allocate_fixed__inherit, #name " (allocate fixed overwrite)"); \
3187 …RUN_INHERIT(call_ ## fn ## __allocate_fixed_copy__inherit, #name " (allocate fixed overwrite copy)…
3188 RUN_INHERIT(call_ ## fn ## __allocate_anywhere__inherit, #name " (allocate anywhere)"); \
3189 RUN_INHERIT(call_ ## fn ## __memobject_fixed__inherit, #name " (memobject fixed overwrite)"); \
3190 …RUN_INHERIT(call_ ## fn ## __memobject_fixed_copy__inherit, #name " (memobject fixed overwrite cop…
3191 RUN_INHERIT(call_ ## fn ## __memobject_anywhere__inherit, #name " (memobject anywhere)"); \
3192 RUN_FLAGS(call_ ## fn ## __allocate__flags, #name " (allocate)"); \
3193 RUN_FLAGS(call_ ## fn ## __allocate_copy__flags, #name " (allocate copy)"); \
3194 RUN_FLAGS(call_ ## fn ## __memobject__flags, #name " (memobject)"); \
3195 RUN_FLAGS(call_ ## fn ## __memobject_copy__flags, #name " (memobject copy)"); \
3196 …RUN_SSOO(call_ ## fn ## __memobject_fixed__start_size_offset_object, #name " (memobject fixed over…
3197 …RUN_SSOO(call_ ## fn ## __memobject_fixed_copy__start_size_offset_object, #name " (memobject fixed…
3198 …RUN_SSOO(call_ ## fn ## __memobject_anywhere__start_size_offset_object, #name " (memobject anywher…
3217 …rness, fn, variant, type, type_name, name) dealloc_results(process_results(harness(FN_NAME(fn, var… argument
3218 …_SIZE(fn, variant, type_name, name) RUN_HELPER(test_mach_with_allocated_start_size, fn, variant, s… argument
3219 …_SIZE(fn, variant, type_name, name) RUN_HELPER(test_mach_with_allocated_start_size, fn, variant, d… argument
3220 …UN_PROT_PAIRS(fn, variant, name) RUN_HELPER(test_mach_with_allocated_vm_prot_pair, fn, variant, pr… argument
3221 …fine RUN_INHERIT(fn, variant, name) RUN_HELPER(test_mach_with_allocated_vm_inherit_t, fn, variant,… argument
3222 …ine RUN_FLAGS(fn, variant, name) RUN_HELPER(test_mach_with_allocated_vm_map_kernel_flags_t, fn, va… argument
3223 …n, dst, variant, type_name, name) RUN_HELPER(test_allocated_src_##dst##_dst_size, fn, variant, src… argument
3225 #define RUN_ALL(fn, realigned, name) \ argument
3226 RUN_SRC_SIZE(fn, copy, realigned "src/size", name); \
3227 RUN_SRC_SIZE(fn, nocopy, realigned "src/size", name); \
3228 RUN_DST_SIZE(fn, fixed, "realigned dst/size", name); \
3229 RUN_DST_SIZE(fn, fixed_copy, "realigned dst/size", name); \
3230 RUN_DST_SIZE(fn, anywhere, "hint/size", name); \
3231 RUN_INHERIT(fn, fixed, name); \
3232 RUN_INHERIT(fn, fixed_copy, name); \
3233 RUN_INHERIT(fn, anywhere, name); \
3234 RUN_FLAGS(fn, nocopy, name); \
3235 RUN_FLAGS(fn, copy, name); \
3236 RUN_PROT_PAIRS(fn, fixed, name); \
3237 RUN_PROT_PAIRS(fn, fixed_copy, name); \
3238 RUN_PROT_PAIRS(fn, anywhere, name); \
3239 RUN_SRC_DST_SIZE(fn, allocated, fixed, "src/dst/size", name); \
3240 RUN_SRC_DST_SIZE(fn, allocated, fixed_copy, "src/dst/size", name); \
3241 RUN_SRC_DST_SIZE(fn, unallocated, anywhere, "src/dst/size", name); \
3261 #define RUN(fn, name) dealloc_results(process_results(test_mmap_with_allocated_vm_map_kernel_flags_… argument
3266 #define RUN(fn, name) dealloc_results(process_results(test_mach_with_allocated_mmap_flags(fn, name … argument
3270 #define RUN(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_size(fn, name … argument
3280 #define RUN(fn, name) dealloc_results(process_results(test_fixed_dst_size(fn, name " (dst/size)"))) argument
3284 #define RUN(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_size(fn, name … argument
3294 #define RUN(fn, name) dealloc_results(process_results(test_dst_size_fileoff(fn, name " (hint/size/f… argument
3304 #define RUN(fn, name) dealloc_results(process_results(test_fixed_dst_size_fileoff(fn, name " (dst/s… argument
3308 #define RUN(fn, name) dealloc_results(process_results(test_mach_with_allocated_vm_prot_t(fn, name "… argument
3319 #define RUN(fn, name) dealloc_results(process_results(test_unix_with_allocated_start_size(fn, name … argument
3327 #define RUN(fn, name) dealloc_results(process_results(test_unix_with_allocated_start_size(fn, name … argument
3332 #define RUN(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_size(fn, name … argument
3339 #define RUN(fn, name) dealloc_results(process_results(test_mach_with_allocated_vm_prot_t(fn, name "… argument
3348 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_size(fn, n… argument
3350 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_start_size(fn… argument
3352 #define RUN_OLD(fn, name) do {} while (0) argument
3380 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_size(fn, n… argument
3382 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_start_size(fn… argument
3384 #define RUN_OLD(fn, name) do {} while (0) argument
3391 #define RUN(fn, name) dealloc_results(process_results(test_unix_with_allocated_start_size(fn, name … argument
3395 #define RUN(fn, name) dealloc_results(process_results(test_mach_with_allocated_vm_inherit_t(fn, nam… argument
3398 #define RUN(fn, name) dealloc_results(process_results(test_unix_with_allocated_vm_inherit_t(fn, nam… argument
3406 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_size(fn, n… argument
3408 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_start_size(fn… argument
3410 #define RUN_OLD(fn, name) do {} while (0) argument
3416 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_vm_prot_t(fn, na… argument
3418 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_vm_prot_t(fn,… argument
3420 #define RUN_OLD(fn, name) do {} while (0) argument
3426 #define RUN(fn, name) dealloc_results(process_results(test_unix_with_allocated_start_size(fn, name … argument
3429 #define RUN(fn, name) dealloc_results(process_results(test_unix_with_allocated_vm_prot_t(fn, name "… argument
3450 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_size(fn, n… argument
3452 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_start_size(fn… argument
3454 #define RUN_OLD(fn, name) do {} while (0) argument
3461 …define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_aligned_start_si… argument
3463 …fine RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_aligned_start_s… argument
3465 #define RUN_OLD(fn, name) do {} while (0) argument
3472 …fine RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_aligned_vm_behavio… argument
3474 …ine RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_aligned_vm_behav… argument
3476 #define RUN_OLD(fn, name) do {} while (0) argument
3483 #define RUN(fn, name) dealloc_results(process_results(test_unix_with_allocated_start_size(fn, name … argument
3487 #define RUN(fn, name) dealloc_results(process_results(test_unix_with_allocated_aligned_vm_advise_t(… argument
3495 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_size(fn, n… argument
3497 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_start_size(fn… argument
3499 #define RUN_OLD(fn, name) do {} while (0) argument
3505 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_vm_sync_t(fn, na… argument
3507 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_vm_sync_t(fn,… argument
3509 #define RUN_OLD(fn, name) do {} while (0) argument
3515 #define RUN(fn, name) dealloc_results(process_results(test_unix_with_allocated_start_size(fn, name … argument
3519 #define RUN(fn, name) dealloc_results(process_results(test_unix_with_allocated_vm_msync_t(fn, name … argument
3528 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_size(fn, n… argument
3530 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_start_size(fn… argument
3532 #define RUN_OLD(fn, name) do {} while (0) argument
3538 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_vm_machine_attri… argument
3540 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_vm_machine_at… argument
3542 #define RUN_OLD(fn, name) do {} while (0) argument
3553 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_purgeable_addr(f… argument
3555 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_purgeable_add… argument
3557 #define RUN_OLD(fn, name) do {} while (0) argument
3566 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_purgeable_and_st… argument
3568 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_purgeable_and… argument
3570 #define RUN_OLD(fn, name) do {} while (0) argument
3581 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_addr(fn, name " … argument
3583 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_addr(fn, name… argument
3585 #define RUN_OLD(fn, name) do {} while (0) argument
3599 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_addr(fn, name " … argument
3601 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_addr(fn, name… argument
3603 #define RUN_OLD(fn, name) do {} while (0) argument
3611 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_size(fn, n… argument
3615 #define RUN(fn, name) dealloc_results(process_results(test_unix_with_allocated_start_size(fn, name … argument
3623 #define RUN(fn, name) dealloc_results(process_results(test_unix_shared_region_map_and_slide_2_np(fn… argument
3629 #define RUN(fn, name) dealloc_results(process_results(test_mach_vm_deferred_reclamation_buffer_init…
3725 (result_t){.ret = result_ret, .name = result_name}; in populate_kernel_results()
3773 char name[1024]; in run_sysctl_test() local
3778 snprintf(name, sizeof(name), "debug.test.%s", t); in run_sysctl_test()
3779 rc = sysctlbyname(name, &result, &s, &value, s); in run_sysctl_test()
3787 name); in run_sysctl_test()