Lines Matching refs:printf
8 printf("WARNING: Cannot locate debugid for '%s'\n", codename)
112 printf("%s\tprocess is exiting\n",prefix)
114 printf("%s\tworkqueue marked as exiting and timer is complete\n",prefix)
121 printf("%s\tall threads have exited, cleaning up\n",prefix)
123 printf("%s\tclean up complete\n",prefix)
129 printf("%s\tarming timer to fire in %d us (flags: %x, reqcount: %d)\n",
136 printf("%s\tadd_timer fired (flags: %x, nthreads: %d, thidlecount: %d)\n",
139 printf("%s\tadd_timer completed (start_timer: %x, nthreads: %d, thidlecount: %d)\n",
147 printf("%s\tSelection failed: process exiting\n", prefix)
149 printf("%s\tSelection failed: no request\n", prefix)
151 printf("%s\tSelection failed: throttled\n", prefix)
153 printf("%s\tSelection failed: scheduler would preempt\n", prefix)
160 printf("%s\t\tcreator %x overridden at %s\n", prefix, buf[3],
163 printf("%s\t\tcreator %x selected at %s\n", prefix, buf[3],
166 printf("%s\t\tcreator idled (%d yields)\n", prefix, buf[4])
168 printf("%s\t\tcreator removed (%d yields)\n", prefix, buf[4])
180 printf("%s\t\tcreator yielded (%s, current:%d snapshot:%d)\n",
187 printf("%s\tthread unparking (request %x)\n", prefix, buf[2])
189 printf("%s\tthread parking\n", prefix)
199 printf("%s\tSTART running thread\n", prefix)
209 printf("%s\tDONE running thread: time = %6.6f ms, cputime = %6.6f ms\n",
215 printf("%s\tDONE running thread\n", prefix)
222 printf("%s\tthactive updated (%s)\n", prefix, thactive)
229 …printf("%s\tthread blocked (activecount: %d, priority: %s, req_pri: %s, reqcount: %d, start_timer:…
232 …printf("%s\tthread unblocked (activecount: %d, priority: %s, req_pri: %s, threads_scheduled: %d)\n…
240 printf("%s\tfailed to create new workqueue thread, kern_return: 0x%x\n",
243 printf("%s\tfailed to vm_map workq thread stack: 0x%x\n", prefix, buf[2])
245 printf("%s\tfailed to vm_protect workq thread guardsize: 0x%x\n", prefix, buf[2])
250 printf("%s\tcreated new workqueue thread\n", get_prefix(buf))
261 printf("%s\t%s: currently idle %d\n", prefix, what, buf[2])
266 …printf("%s\tlegacy thread request made for %d threads at %s\n", prefix, buf[2], parse_pthread_prio…
271 …printf("%s\tthread request %x made at %s (count:%d)\n", prefix, buf[2], parse_thread_qos(buf[3]), …
276 printf("%s\tthread request %x priorty updated to %s\n", prefix, buf[2], parse_thread_qos(buf[3]));
281 printf("%s\tthread request %x canceled\n", prefix, buf[2], parse_thread_qos(buf[3]));
287 printf("fail: %s\twq_constrained_threads_scheduled=%d >= wq_max_constrained_threads=%d\n",
293 printf("%s\t%s\tthactive_count=%d + busycount=%d >= wq->wq_max_concurrency\n",
301 …printf("%s\tsuccess at qos %s\t wq_cooperative_threads_scheduled=%d >= wq_max_cooperative_threads\…
304 printf("%s\tsuccess at qos %s\t due to empty bucket, wq_cooperative_threads_scheduled=%d\n",
311 printf("%s\t%s at qos %s\twq_cooperative_threads_scheduled_up_to_qos=%d\n",
319 printf("%s\tentering death call\n", prefix);
321 printf("%s\tleaving death call\n", prefix);
323 printf("%s\tscheduling death call\n", prefix);