Home
last modified time | relevance | path

Searched refs:time_spent_faulting (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.101.15/osfmk/kdp/
H A Dkdp_common.h63 uint64_t time_spent_faulting; member
H A Dkdp_common.c178 fault_results->time_spent_faulting += fault_end_time - fault_start_time; in kdp_find_phys()
/xnu-10063.101.15/osfmk/kern/
H A Dkern_stackshot.c4044 fault_stats.sfs_time_spent_faulting += fault_results.time_spent_faulting; in stackshot_find_phys()