Searched refs:telemetry_task_ctl (Results 1 – 4 of 4) sorted by relevance
| /xnu-8796.121.2/osfmk/kern/ |
| H A D | telemetry.h | 67 extern void telemetry_task_ctl(task_t task, uint32_t reason, int enable_disable);
|
| H A D | telemetry.c | 271 telemetry_task_ctl(task_t task, uint32_t reasons, int enable_disable) in telemetry_task_ctl() function
|
| H A D | thread.c | 2533 telemetry_task_ctl(current_task(), TF_CPUMON_WARNING, 1); in thread_cputime_callback() 2543 telemetry_task_ctl(current_task(), TF_CPUMON_WARNING, 0); in thread_cputime_callback()
|
| H A D | task.c | 7441 telemetry_task_ctl(current_task(), TF_WAKEMON_WARNING, 1); in task_wakeups_rate_exceeded() 7451 telemetry_task_ctl(current_task(), TF_WAKEMON_WARNING, 0); in task_wakeups_rate_exceeded()
|