Searched defs:proc_taskinfo_internal (Results 1 – 1 of 1) sorted by relevance
34 struct proc_taskinfo_internal { struct35 uint64_t pti_virtual_size; /* virtual memory size (bytes) */37 uint64_t pti_total_user; /* total time */38 uint64_t pti_total_system;39 uint64_t pti_threads_user; /* existing threads only */40 uint64_t pti_threads_system;42 int32_t pti_faults; /* number of page faults */43 int32_t pti_pageins; /* number of actual pageins */44 int32_t pti_cow_faults; /* number of copy-on-write faults */49 int32_t pti_csw; /* number of context switches */[all …]