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

/linux-master/tools/perf/
H A Dbuiltin-sched.c242 u64 ready_to_run; /* time of wakeup */ member in struct:thread_runtime
2091 * ready_to_run = time of wakeup for current task
2117 if (r->ready_to_run) {
2118 if (r->ready_to_run > tprev)
2121 r->dt_delay = tprev - r->ready_to_run;
2451 if (tr->ready_to_run == 0)
2452 tr->ready_to_run = sample->time;
2662 tr->ready_to_run = 0;

Completed in 210 milliseconds