Searched refs:tksn (Results 1 – 2 of 2) sorted by relevance
41 kperf_task_snapshot_sample(task_t task, struct kperf_task_snapshot *tksn) in kperf_task_snapshot_sample() argument45 assert(tksn != NULL); in kperf_task_snapshot_sample()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()[all …]
56 void kperf_task_snapshot_sample(task_t task, struct kperf_task_snapshot *tksn);57 void kperf_task_snapshot_log(struct kperf_task_snapshot *tksn);