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
245 &new_total_cpu.utime, &new_total_cpu.ntime, &new_total_cpu.stime, &new_total_cpu.itime, in read_stats()
255 fscanf(file, scanline, &new_cpus[i].utime, &new_cpus[i].ntime, &new_cpus[i].stime, in read_stats()
295 return (cpu->utime + cpu->ntime + cpu->stime + cpu->itime + cpu->iowtime + cpu->irqtime + in get_cpu_total_time()
329 new_cpu->ntime - old_cpu->ntime, in print_cpu_stats()
342 new_cpu->ntime - old_cpu->ntime, 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
138 if (fscanf(fp, params, &cpu->utime, &cpu->ntime, in get_cpu_stat()
150 cpu->total = cpu->utime + cpu->ntime + cpu->stime + cpu->itime in get_cpu_stat()