Searched refs:test_name (Results 1 – 11 of 11) sorted by relevance
| /xnu-11215/tools/tests/perf_index/ |
| H A D | perf_index.c | 16 char* test_name; member 45 parsed_args->test_name = argv[1]; in parse_args() 60 find_test(char* test_name, char* test_path) in find_test() argument 71 snprintf(test_path, MAXPATHLEN, "%s/perfindex-%s.dylib", dirpath, test_name); in find_test() 174 retval = find_test(args.test_name, test_path); in main() 176 printf("Unable to find test %s\n", args.test_name); in main() 182 printf("Unable to load test %s\n", args.test_name); in main()
|
| /xnu-11215/osfmk/tests/ |
| H A D | ktest.c | 47 ktest_testbegin(const char * test_name) in ktest_testbegin() argument 50 ktest_test_name = test_name; in ktest_testbegin() 51 ktest_emit_testbegin(test_name); in ktest_testbegin()
|
| H A D | ktest_emit.c | 63 ktest_emit_testbegin(const char * test_name) in ktest_emit_testbegin() argument 85 test_name); in ktest_emit_testbegin()
|
| H A D | ktest_internal.h | 84 void ktest_emit_testbegin(const char * test_name);
|
| H A D | ktest.h | 48 void T_SYM(testbegin)(const char * test_name);
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | xnu.py | 440 def xnudebug_test(test_name): argument 451 lldb_command_tests[test_name] = (test_name, obj.__name__, obj, obj.__doc__) 741 for test_name in list(lldb_command_tests.keys()): 742 print("[BEGIN]", test_name) 743 res = lldb_command_tests[test_name][2](kern, config, lldb, True) 745 print("[PASSED] {:s}".format(test_name)) 747 print("[FAILED] {:s}".format(test_name)) 750 test_name = command_args[-1] 751 if test_name in lldb_command_tests: 752 test = lldb_command_tests[test_name] [all …]
|
| /xnu-11215/tests/sched/sched_test_harness/ |
| H A D | sched_runqueue_harness.c | 58 init_harness(char *test_name) in init_harness() argument 66 strcpy(_log_filepath, test_name); in init_harness()
|
| H A D | sched_runqueue_harness.h | 20 extern void init_harness(char *test_name);
|
| /xnu-11215/tools/tests/kernpost_test_report/ |
| H A D | kernpost_test_report.lua | 75 local name = test_data.test_name
|
| /xnu-11215/tests/vm/ |
| H A D | vm_parameter_validation.c | 2666 char *test_name = NULL; in populate_golden_results() local 2697 test_name = strdup(sub_line); in populate_golden_results() 2710 results = alloc_results(test_name, formula, trial_args, TRIALSARGUMENTS_SIZE, num_results); in populate_golden_results() 3471 char *test_name = NULL; in populate_kernel_results() local 3485 test_name = strdup(sub_line); in populate_kernel_results() 3491 kern_results = alloc_results(test_name, eUNKNOWN_TRIALS, num_kern_results); in populate_kernel_results() 3508 test_name, result_number, num_kern_results, result_ret, result_name); in populate_kernel_results()
|
| /xnu-11215/tests/ |
| H A D | stackshot_tests.m | 2138 check_throttled_sp(const char *test_name, uint64_t context, bool is_throttled) 2141 .name = test_name, 2146 T_LOG("taking stackshot %s", test_name);
|