Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-sched.c2264 * |---------------- dt_wait ----------------|
2269 * dt_wait = time between last schedule out event for task and tprev
2300 u64 dt_wait = tprev - r->last_time; in timehist_update_runtime_stats() local
2303 r->dt_preempt = dt_wait; in timehist_update_runtime_stats()
2305 r->dt_iowait = dt_wait; in timehist_update_runtime_stats()
2307 r->dt_sleep = dt_wait; in timehist_update_runtime_stats()