Searched refs:telemetry_task_ctl (Results 1 – 4 of 4) sorted by relevance
| /xnu-10002.61.3/osfmk/kern/ |
| H A D | telemetry.h | 156 extern void telemetry_task_ctl(task_t task, uint32_t reason, int enable_disable);
|
| H A D | telemetry.c | 319 telemetry_task_ctl(task_t task, uint32_t reasons, int enable_disable) in telemetry_task_ctl() function
|
| H A D | thread.c | 2536 telemetry_task_ctl(current_task(), TF_CPUMON_WARNING, 1); in thread_cputime_callback() 2546 telemetry_task_ctl(current_task(), TF_CPUMON_WARNING, 0); in thread_cputime_callback()
|
| H A D | task.c | 7939 telemetry_task_ctl(current_task(), TF_WAKEMON_WARNING, 1); in task_wakeups_rate_exceeded() 7949 telemetry_task_ctl(current_task(), TF_WAKEMON_WARNING, 0); in task_wakeups_rate_exceeded()
|