Home | History | Annotate | Download | only in netperf

Lines Matching defs:kernel

33    original psp_idlecycles - one for user, one for kernel and one for
44 uint64_t kernel;
85 64-bit kernel the ".psc_hi" and ".psc_lo" fields are 64 bits,
122 res[i].kernel = (((uint64_t)psp[i].psp_systemcycles.psc_hi << 32) +
128 res[i].kernel);
165 "\t kernel %llu\n",counters[instance].kernel);
227 thing in measuring user, kernel, interrupt and idle all together
231 properly accounted. The sum of user, kernel, interrupt and idle
238 math with user, kernel and interrupt cycles, we will only
258 delta_cpu_counters[i].kernel = ending_cpu_counters[i].kernel -
259 starting_cpu_counters[i].kernel;
272 delta_cpu_counters[i].kernel +
283 /* since HP-UX 11.23 does the _RIGHT_ thing and idle/user/kernel
298 fraction_kernel = (double) delta_cpu_counters[i].kernel /
343 (delta_cpu_counters[i].kernel * CALC_ACCURACY) / sanity_cpu_cycles;