Home | History | Annotate | Download | only in toolbox

Lines Matching defs:stime

45     long unsigned utime, ntime, stime, itime;
63 long unsigned stime;
246 fscanf(file, "cpu %lu %lu %lu %lu %lu %lu %lu", &new_cpu.utime, &new_cpu.ntime, &new_cpu.stime,
350 &proc->state, &proc->utime, &proc->stime, &proc->vss, &proc->rss, &proc->prs);
423 new_procs[i]->delta_stime = new_procs[i]->stime - old_proc->stime;
432 total_delta_time = (new_cpu.utime + new_cpu.ntime + new_cpu.stime + new_cpu.itime
434 - (old_cpu.utime + old_cpu.ntime + old_cpu.stime + old_cpu.itime
442 ((new_cpu.stime ) - (old_cpu.stime)) * 100 / total_delta_time,
449 new_cpu.stime - old_cpu.stime,