Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kern/
H A Dtelemetry.h156 extern void telemetry_task_ctl(task_t task, uint32_t reason, int enable_disable);
H A Dtelemetry.c319 telemetry_task_ctl(task_t task, uint32_t reasons, int enable_disable) in telemetry_task_ctl() function
H A Dthread.c2536 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 Dtask.c7939 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()