Home
last modified time | relevance | path

Searched refs:ntime (Results 1 – 4 of 4) sorted by relevance

/system/extras/cpustats/
Dcpustats.c45 long unsigned utime, ntime, stime, itime, iowtime, irqtime, sirqtime; member
249 &new_total_cpu.ntime, &new_total_cpu.stime, &new_total_cpu.itime, &new_total_cpu.iowtime, in read_stats()
259 fscanf(file, scanline, &new_cpus[i].utime, &new_cpus[i].ntime, &new_cpus[i].stime, in read_stats()
297 return (cpu->utime + cpu->ntime + cpu->stime + cpu->itime + cpu->iowtime + cpu->irqtime + in get_cpu_total_time()
330 label, new_cpu->utime - old_cpu->utime, new_cpu->ntime - old_cpu->ntime, in print_cpu_stats()
339 new_cpu->ntime - old_cpu->ntime, new_cpu->stime - old_cpu->stime, in print_cpu_stats()
/system/extras/boottime_tools/bootio/
Dbootio_collector.cpp41 long unsigned utime, ntime, stime, itime; in PopulateCpu() local
46 fscanf(file, "cpu %lu %lu %lu %lu %lu %lu %lu", &utime, &ntime, &stime, in PopulateCpu()
50 cpu.set_ntime(ntime); in PopulateCpu()
204 return cpu.utime() + cpu.ntime() + cpu.stime() + cpu.itime() + cpu.iowtime() + in SumCpuValues()
Dprotos.proto28 required int64 ntime = 4; field
/system/extras/ANRdaemon/
DANRdaemon.cpp73 unsigned long utime, ntime, stime, itime; member
129 if (fscanf(fp, params, &cpu->utime, &cpu->ntime, &cpu->stime, &cpu->itime, &cpu->iowtime, in get_cpu_stat()
140 cpu->total = cpu->utime + cpu->ntime + cpu->stime + cpu->itime + cpu->iowtime + in get_cpu_stat()