Lines Matching defs:thread_runtime
249 struct thread_runtime { struct
250 u64 last_time; /* time of previous sched in/out event */
251 u64 dt_run; /* run time */
252 u64 dt_sleep; /* time between CPU access by sleep (off cpu) */
253 u64 dt_iowait; /* time between CPU access by iowait (off cpu) */
254 u64 dt_preempt; /* time between CPU access by preempt (off cpu) */
255 u64 dt_delay; /* time between wakeup and sched-in */
256 u64 dt_pre_mig; /* time between migration and wakeup */
257 u64 ready_to_run; /* time of wakeup */
258 u64 migrated; /* time when a thread is migrated */
260 struct stats run_stats;
261 u64 total_run_time;
285 struct idle_thread_runtime { argument
286 struct thread_runtime tr; argument