Home
last modified time | relevance | path

Searched refs:dt_iowait (Results 1 – 1 of 1) sorted by relevance

/tools/perf/
Dbuiltin-sched.c255 u64 dt_iowait; /* time between CPU access by iowait (off cpu) */ member
2040 wait_time = tr->dt_sleep + tr->dt_iowait + tr->dt_preempt; in timehist_print_sample()
2101 r->dt_iowait = 0; in timehist_update_runtime_stats()
2122 r->dt_iowait = dt_wait; in timehist_update_runtime_stats()
2133 r->total_iowait_time += r->dt_iowait; in timehist_update_runtime_stats()
2616 last_tr->dt_iowait = 0; in timehist_sched_change_event()