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

/system/extras/sane_schedstat/
H A Dsane_schedstat.c54 struct cpu_stat cpu_prev[MAX_CPU]; variable in typeref:struct:cpu_stat
96 cpu_delta[cpu].yld_count = tmp.yld_count - cpu_prev[cpu].yld_count;
97 cpu_delta[cpu].sched_switch = tmp.sched_switch - cpu_prev[cpu].sched_switch;
98 cpu_delta[cpu].sched_count = tmp.sched_count - cpu_prev[cpu].sched_count;
99 cpu_delta[cpu].sched_goidle = tmp.sched_goidle - cpu_prev[cpu].sched_goidle;
100 cpu_delta[cpu].ttwu_count = tmp.ttwu_count - cpu_prev[cpu].ttwu_count;
101 cpu_delta[cpu].ttwu_local = tmp.ttwu_local - cpu_prev[cpu].ttwu_local;
102 cpu_delta[cpu].cpu_time = tmp.cpu_time - cpu_prev[cpu].cpu_time;
103 cpu_delta[cpu].run_delay = tmp.run_delay - cpu_prev[cpu].run_delay;
104 cpu_delta[cpu].pcount = tmp.pcount - cpu_prev[cp
[all...]

Completed in 163 milliseconds