Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dtelemetry.h171 extern void telemetry_task_ctl(task_t task, uint32_t reason, int enable_disable);
H A Dtelemetry.c317 telemetry_task_ctl(task_t task, uint32_t reasons, int enable_disable) in telemetry_task_ctl() function
H A Dthread.c2525 telemetry_task_ctl(current_task(), TF_CPUMON_WARNING, 1); in thread_cputime_callback()
2535 telemetry_task_ctl(current_task(), TF_CPUMON_WARNING, 0); in thread_cputime_callback()
H A Dtask.c8018 telemetry_task_ctl(current_task(), TF_WAKEMON_WARNING, 1); in task_wakeups_rate_exceeded()
8028 telemetry_task_ctl(current_task(), TF_WAKEMON_WARNING, 0); in task_wakeups_rate_exceeded()