Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-sched.c2087 * |-------- dt_wait --------|
2091 * dt_wait = time between last schedule out event for task and tprev
2117 u64 dt_wait = tprev - r->last_time; in timehist_update_runtime_stats() local
2120 r->dt_preempt = dt_wait; in timehist_update_runtime_stats()
2122 r->dt_iowait = dt_wait; in timehist_update_runtime_stats()
2124 r->dt_sleep = dt_wait; in timehist_update_runtime_stats()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-sched.c2134 * |-------- dt_wait --------|
2138 * dt_wait = time between last schedule out event for task and tprev
2164 u64 dt_wait = tprev - r->last_time; in timehist_update_runtime_stats() local
2167 r->dt_preempt = dt_wait; in timehist_update_runtime_stats()
2169 r->dt_iowait = dt_wait; in timehist_update_runtime_stats()
2171 r->dt_sleep = dt_wait; in timehist_update_runtime_stats()

Completed in 10 milliseconds