/system/extras/cpustats/ |
cpustats.c | 61 static void print_cpu_stats(char *label, struct cpu_info *new_cpu, struct cpu_info *old_cpu, 63 static void print_freq_stats(struct cpu_info *new_cpu, struct cpu_info *old_cpu); 317 static void print_cpu_stats(char *label, struct cpu_info *new_cpu, struct cpu_info *old_cpu, 322 total_delta_time = get_cpu_total_time(new_cpu) - get_cpu_total_time(old_cpu); 325 new_cpu->utime - old_cpu->utime, 326 new_cpu->ntime - old_cpu->ntime, 327 new_cpu->stime - old_cpu->stime, 328 new_cpu->itime - old_cpu->itime, 329 new_cpu->iowtime - old_cpu->iowtime, 330 new_cpu->irqtime - old_cpu->irqtime [all...] |
/system/core/toolbox/ |
top.c | 92 static struct cpu_info old_cpu, new_cpu; variable in typeref:struct:cpu_info 186 memcpy(&old_cpu, &new_cpu, sizeof(old_cpu)); 449 - (old_cpu.utime + old_cpu.ntime + old_cpu.stime + old_cpu.itime 450 + old_cpu.iowtime + old_cpu.irqtime + old_cpu.sirqtime) [all...] |
/system/extras/ANRdaemon/ |
ANRdaemon.cpp | 96 static cpu_stat_t old_cpu; variable 166 diff_idle = new_cpu.itime - old_cpu.itime; 167 diff_total = new_cpu.total - old_cpu.total; 168 old_cpu = new_cpu; 306 get_cpu_stat(&old_cpu);
|
/external/netperf/src/ |
netcpu_looper.c | 103 int old_cpu = -2; local
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-s390.c | 1847 unsigned int old_cpu = current_cpu; local [all...] |
tc-ppc.c | 4974 ppc_cpu_t old_cpu = ppc_cpu; local [all...] |