Home
last modified time | relevance | path

Searched refs:telemetry_task_ctl (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.121.2/osfmk/kern/
H A Dtelemetry.h67 extern void telemetry_task_ctl(task_t task, uint32_t reason, int enable_disable);
H A Dtelemetry.c271 telemetry_task_ctl(task_t task, uint32_t reasons, int enable_disable) in telemetry_task_ctl() function
H A Dthread.c2533 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 Dtask.c7441 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()