Home
last modified time | relevance | path

Searched refs:kptksn_pageins (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.101.15/osfmk/kperf/
H A Dtask_samplers.c71 tksn->kptksn_pageins = (integer_t) MIN(counter_load(&task->pageins), INT32_MAX); in kperf_task_snapshot_sample()
87 ENCODE_LOWER_64(tksn->kptksn_pageins), in kperf_task_snapshot_log()
94 tksn->kptksn_pageins); in kperf_task_snapshot_log()
H A Dtask_samplers.h40 int kptksn_pageins; member