Searched refs:tprev (Results 1 – 1 of 1) sorted by relevance
2097 u64 t, u64 tprev) in timehist_update_runtime_stats() argument2105 if (tprev) { in timehist_update_runtime_stats()2106 r->dt_run = t - tprev; in timehist_update_runtime_stats()2108 if (r->ready_to_run > tprev) in timehist_update_runtime_stats()2111 r->dt_delay = tprev - r->ready_to_run; in timehist_update_runtime_stats()2114 if (r->last_time > tprev) in timehist_update_runtime_stats()2117 u64 dt_wait = tprev - r->last_time; in timehist_update_runtime_stats()2536 u64 tprev, t = sample->time; in timehist_sched_change_event() local2562 tprev = evsel__get_time(evsel, sample->cpu); in timehist_sched_change_event()2572 if (tprev && ptime->start > tprev) in timehist_sched_change_event()[all …]