Searched refs:thsc (Results 1 – 1 of 1) sorted by relevance
131 kperf_thread_scheduling_sample(struct kperf_thread_scheduling *thsc, in kperf_thread_scheduling_sample() argument134 assert(thsc != NULL); in kperf_thread_scheduling_sample()149 thsc->kpthsc_user_time = times.rtm_user; in kperf_thread_scheduling_sample()150 thsc->kpthsc_system_time = times.rtm_system; in kperf_thread_scheduling_sample()152 thsc->kpthsc_runnable_time = timer_grab(&thread->runnable_timer); in kperf_thread_scheduling_sample()153 thsc->kpthsc_state = thread->state; in kperf_thread_scheduling_sample()154 thsc->kpthsc_base_priority = thread->base_pri; in kperf_thread_scheduling_sample()155 thsc->kpthsc_sched_priority = thread->sched_pri; in kperf_thread_scheduling_sample()156 thsc->kpthsc_effective_qos = thread->effective_policy.thep_qos; in kperf_thread_scheduling_sample()157 thsc->kpthsc_requested_qos = thread->requested_policy.thrp_qos; in kperf_thread_scheduling_sample()[all …]