Lines Matching defs:thread_runtime
242 struct thread_runtime { struct
243 u64 last_time; /* time of previous sched in/out event */
244 u64 dt_run; /* run time */
245 u64 dt_sleep; /* time between CPU access by sleep (off cpu) */
246 u64 dt_iowait; /* time between CPU access by iowait (off cpu) */
247 u64 dt_preempt; /* time between CPU access by preempt (off cpu) */
248 u64 dt_delay; /* time between wakeup and sched-in */
249 u64 dt_pre_mig; /* time between migration and wakeup */
250 u64 ready_to_run; /* time of wakeup */
251 u64 migrated; /* time when a thread is migrated */
253 struct stats run_stats;
254 u64 total_run_time;
278 struct idle_thread_runtime { argument
279 struct thread_runtime tr; argument