Searched refs:kptksn_flags (Results 1 – 2 of 2) sorted by relevance
47 tksn->kptksn_flags = 0; in kperf_task_snapshot_sample()49 tksn->kptksn_flags |= KPERF_TASK_FLAG_DARWIN_BG; in kperf_task_snapshot_sample()52 tksn->kptksn_flags |= KPERF_TASK_FLAG_FOREGROUND; in kperf_task_snapshot_sample()55 tksn->kptksn_flags |= KPERF_TASK_FLAG_BOOSTED; in kperf_task_snapshot_sample()62 tksn->kptksn_flags |= KPERF_TASK_FLAG_DIRTY; in kperf_task_snapshot_sample()65 tksn->kptksn_flags |= KPERF_TASK_FLAG_DIRTY_TRACKED; in kperf_task_snapshot_sample()68 tksn->kptksn_flags |= KPERF_TASK_ALLOW_IDLE_EXIT; in kperf_task_snapshot_sample()71 tksn->kptksn_flags |= KPERF_TASK_FLAG_ACTIVE; in kperf_task_snapshot_sample()74 tksn->kptksn_flags |= KPERF_TASK_FLAG_MANAGED; in kperf_task_snapshot_sample()77 tksn->kptksn_flags |= KPERF_TASK_FLAG_HAS_ASSERTION; in kperf_task_snapshot_sample()[all …]
36 uint64_t kptksn_flags; member