Searched refs:utime (Results 1 – 4 of 4) sorted by relevance
/system/core/toolbox/ |
D | top.c | 45 long unsigned utime, ntime, stime, itime; member 62 long unsigned utime; member 242 fscanf(file, "cpu %lu %lu %lu %lu %lu %lu %lu", &new_cpu.utime, &new_cpu.ntime, &new_cpu.stime, in read_procs() 347 &proc->state, &proc->utime, &proc->stime, &proc->vss, &proc->rss, &proc->prs); in read_stat() 421 new_procs[i]->delta_utime = new_procs[i]->utime - old_proc->utime; in print_procs() 431 total_delta_time = (new_cpu.utime + new_cpu.ntime + new_cpu.stime + new_cpu.itime in print_procs() 433 - (old_cpu.utime + old_cpu.ntime + old_cpu.stime + old_cpu.itime in print_procs() 440 … ((new_cpu.utime + new_cpu.ntime) - (old_cpu.utime + old_cpu.ntime)) * 100 / total_delta_time, in print_procs() 446 new_cpu.utime - old_cpu.utime, in print_procs()
|
D | ps.c | 45 unsigned utime, stime; in ps_line() local 100 utime = atoi(nexttok(&ptr)); in ps_line() 175 printf(" (u:%d, s:%d)", utime, stime); in ps_line()
|
/system/extras/cpustats/ |
D | cpustats.c | 44 long unsigned utime, ntime, stime, itime, iowtime, irqtime, sirqtime; member 241 &new_total_cpu.utime, &new_total_cpu.ntime, &new_total_cpu.stime, &new_total_cpu.itime, in read_stats() 251 fscanf(file, scanline, &new_cpus[i].utime, &new_cpus[i].ntime, &new_cpus[i].stime, in read_stats() 285 return (cpu->utime + cpu->ntime + cpu->stime + cpu->itime + cpu->iowtime + cpu->irqtime + in get_cpu_total_time() 318 new_cpu->utime - old_cpu->utime, in print_cpu_stats() 331 new_cpu->utime - old_cpu->utime, in print_cpu_stats()
|
/system/core/adb/ |
D | file_sync_service.c | 210 utime(path, &u); in handle_send_file()
|