Home | History | Annotate | Download | only in netperf

Lines Matching defs:user

46   uint64_t user;
63 "\t user %llu\n",counters[instance].user);
148 counters[cpu_num].user = knp->value.ui64;
156 something and we need to warn the user. raj 2005-01-28 */
336 /* the one that the user want for the cpu utilization */
352 spent in user, idle and kernel. We also have nanoseconds spent
355 accounting. this means that time accounted in user, kernel or
357 porpoises we do not really care about that for user and kernel,
366 time from each of user, kernel and idle in proportion to their
367 numbers. then we sum the corrected user, kernel and idle along
374 more interrupt time than the sum of user, kernel and idle.
385 delta_cpu_counters[i].user = ending_cpu_counters[i].user -
386 starting_cpu_counters[i].user;
399 delta_cpu_counters[i].user +
421 "\t delta[%d].user %llu\n",i,delta_cpu_counters[i].user);
439 (delta_cpu_counters[i].user * CALC_ACCURACY) / total_cpu_nsec;
473 corrected_cpu_counters[i].user = delta_cpu_counters[i].user -
496 corrected_cpu_counters[i].user +
513 (corrected_cpu_counters[i].user * CALC_ACCURACY) / total_cpu_nsec;