Searched refs:_log (Results 1 – 5 of 5) sorted by relevance
| /xnu-11417.101.15/tests/sched/sched_test_harness/ |
| H A D | sched_migration_harness.c | 17 assert(_log != NULL); in init_migration_harness() 19 fprintf(_log, "\tinitializing migration harness\n"); in init_migration_harness() 27 …fprintf(_log, "\tset TG %p bucket %d recommended for pset %d\n", (void *)tg, sched_bucket, cluster… in set_tg_sched_bucket_preferred_pset() 34 fprintf(_log, "\tset thread %p bound to cluster %d\n", (void *)thread, cluster_id); in set_thread_cluster_bound() 42 …fprintf(_log, "%s: for thread %p we chose pset_id %d, expecting %d\n", chosen_pset_id == expected_… in choose_pset_for_thread_expect() 50 fprintf(_log, "\tset current_processor() to cpu id %d\n", cpu_id); in set_current_processor() 57 fprintf(_log, "\tset pset_load_avg for cluster %d QoS %d to %llu\n", cluster_id, QoS, load_avg); in set_pset_load_avg() 64 fprintf(_log, "\tset cluster %d as recommended\n", cluster_id); in set_pset_recommended() 71 fprintf(_log, "\tset cluster %d as derecommended\n", cluster_id); in set_pset_derecommended() 82 fprintf(_log, "%s: expected ipi to cpu %d type %u, found ipi to cpu %d type %u\n", in ipi_expect() [all …]
|
| H A D | sched_runqueue_harness.c | 12 FILE *_log = NULL; variable 31 fprintf(_log, "\tnew mock time: %llu (%lluus)\n", timestamp, in set_mock_time() 45 fprintf(_log, "\tadding mock microseconds: %lluus\n", us); in increment_mock_time_us() 54 fclose(_log); in cleanup_runqueue_harness() 114 _log = fopen(_log_filepath, "w+"); in init_harness_logging() 115 T_QUIET; T_WITH_ERRNO; T_ASSERT_NE(_log, NULL, "fopen"); in init_harness_logging() 133 fprintf(_log, "\tcreated TG %p w/ interactivity_score %d\n", (void *)tg, interactivity_score); in create_tg() 141 fprintf(_log, "\tcreated thread %p w/ bucket %d, tg %p, pri %d\n", in create_thread() 149 fprintf(_log, "\tset thread %p sched_mode to %d\n", (void *)thread, mode); in set_thread_sched_mode() 156 fprintf(_log, "\tset thread %p processor-bound to cpu %d\n", (void *)thread, cpu_id); in set_thread_processor_bound() [all …]
|
| H A D | sched_runqueue_harness.h | 13 extern FILE *_log;
|
| /xnu-11417.101.15/config/ |
| H A D | Unsupported.exports | 119 _log
|
| H A D | Private.exports | 763 _log
|