Searched refs:KPERF_TASK_FLAG_DIRTY (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.101.4/osfmk/kperf/ | ||
| H A D | task_samplers.h | 46 #define KPERF_TASK_FLAG_DIRTY (1U << 3) macro |
| H A D | task_samplers.c | 60 tksn->kptksn_flags |= KPERF_TASK_FLAG_DIRTY; in kperf_task_snapshot_sample() |