X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/6d2010ae8f7a6078e10b361c6962983bab233e0f..008676633c2ad2c325837c2b64915f7ded690a8f:/osfmk/kern/host.h diff --git a/osfmk/kern/host.h b/osfmk/kern/host.h index 24b052648..59458f00c 100644 --- a/osfmk/kern/host.h +++ b/osfmk/kern/host.h @@ -91,6 +91,17 @@ extern host_data_t realhost; extern vm_extmod_statistics_data_t host_extmod_statistics; +typedef struct { + uint64_t total_user_time; + uint64_t total_system_time; + uint64_t task_interrupt_wakeups; + uint64_t task_platform_idle_wakeups; + uint64_t task_timer_wakeups_bin_1; + uint64_t task_timer_wakeups_bin_2; +} expired_task_statistics_t; + +extern expired_task_statistics_t dead_task_statistics; + #endif /* MACH_KERNEL_PRIVATE */ /*