Searched refs:kptksn_flags (Results 1 – 2 of 2) sorted by relevance
46 tksn->kptksn_flags = 0; in kperf_task_snapshot_sample()48 tksn->kptksn_flags |= KPERF_TASK_FLAG_DARWIN_BG; in kperf_task_snapshot_sample()51 tksn->kptksn_flags |= KPERF_TASK_FLAG_FOREGROUND; in kperf_task_snapshot_sample()54 tksn->kptksn_flags |= KPERF_TASK_FLAG_BOOSTED; in kperf_task_snapshot_sample()60 tksn->kptksn_flags |= KPERF_TASK_FLAG_DIRTY; in kperf_task_snapshot_sample()63 tksn->kptksn_flags |= KPERF_TASK_FLAG_DIRTY_TRACKED; in kperf_task_snapshot_sample()66 tksn->kptksn_flags |= KPERF_TASK_ALLOW_IDLE_EXIT; in kperf_task_snapshot_sample()84 BUF_DATA(PERF_TK_SNAP_DATA, tksn->kptksn_flags, in kperf_task_snapshot_log()90 BUF_DATA(PERF_TK_SNAP_DATA1_32, UPPER_32(tksn->kptksn_flags), in kperf_task_snapshot_log()91 LOWER_32(tksn->kptksn_flags), in kperf_task_snapshot_log()
36 uint64_t kptksn_flags; member