Searched refs:run_delay (Results 1 – 1 of 1) sorted by relevance
50 unsigned long long run_delay; /* time spent waiting to run by tasks (ms) */ member79 cpu_delta[i].cpu_time / 1000000, cpu_delta[i].run_delay / 1000000, cpu_delta[i].pcount); in print()91 &tmp.cpu_time, &tmp.run_delay, &tmp.pcount) != 10) { in parse_cpu_v15()103 cpu_delta[cpu].run_delay = tmp.run_delay - cpu_prev[cpu].run_delay; in parse_cpu_v15()