Lines Matching refs:kernel
33 original psp_idlecycles - one for user, one for kernel and one for
44 uint64_t kernel;
107 64-bit kernel the ".psc_hi" and ".psc_lo" fields are 64 bits,
155 res[i].kernel = (((uint64_t)psp[j].psp_systemcycles.psc_hi << 32) +
161 res[i].kernel);
198 "\t kernel %llu\n"
203 counters[instance].kernel,
264 thing in measuring user, kernel, interrupt and idle all together
268 properly accounted. The sum of user, kernel, interrupt and idle
275 math with user, kernel and interrupt cycles, we will only
295 delta_cpu_counters[i].kernel = ending_cpu_counters[i].kernel -
296 starting_cpu_counters[i].kernel;
309 delta_cpu_counters[i].kernel +
321 /* since HP-UX 11.23 does the _RIGHT_ thing and idle/user/kernel
336 fraction_kernel = (double) delta_cpu_counters[i].kernel /
386 (delta_cpu_counters[i].kernel * CALC_ACCURACY) / sanity_cpu_cycles;