Searched refs:_log (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.61.12/tests/sched/sched_test_harness/ |
| H A D | sched_migration_harness.c | 17 assert(_log != NULL); in init_migration_harness() 20 fprintf(_log, "\tinitializing migration harness\n"); in init_migration_harness() 28 …fprintf(_log, "\tset TG %p bucket %d recommended for pset %d\n", (void *)tg, sched_bucket, cluster… in set_tg_sched_bucket_preferred_pset() 35 fprintf(_log, "\tset thread %p bound to cluster %d\n", (void *)thread, cluster_id); in set_thread_cluster_bound() 43 fprintf(_log, "for thread %p we chose pset_id %d\n", (void *)thread, chosen_pset_id); in choose_pset_for_thread() 51 …fprintf(_log, "%s: for thread %p we chose pset_id %d, expecting %d\n", chosen_pset_id == expected_… in choose_pset_for_thread_expect() 60 …fprintf(_log, "%s: thread %p would avoid cpu %d? %d, expecting to avoid? %d\n", avoiding == avoid_… in thread_avoid_processor_expect() 69 fprintf(_log, "cpu %d expired quantum\n", cpu_id); in cpu_expire_quantum() 76 fprintf(_log, "on cpu %d, stole thread %p\n", cpu_id, (void *)stolen_thread); in cpu_steal_thread() 84 fprintf(_log, "on cpu %d, doing rebalance? %d\n", cpu_id, doing_rebalance); in cpu_processor_balance() [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() 113 _log = fopen(_log_filepath, "w+"); in init_harness_logging() 114 T_QUIET; T_WITH_ERRNO; T_ASSERT_NE(_log, NULL, "fopen"); in init_harness_logging() 132 fprintf(_log, "\tcreated TG %p w/ interactivity_score %d\n", (void *)tg, interactivity_score); in create_tg() 140 fprintf(_log, "\tcreated thread %p w/ bucket %d, tg %p, pri %d\n", in create_thread() 148 fprintf(_log, "\tset thread %p sched_mode to %d\n", (void *)thread, mode); in set_thread_sched_mode() 155 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-12377.61.12/config/ |
| H A D | Unsupported.exports | 119 _log
|
| H A D | Private.exports | 779 _log
|