Lines Matching refs:user
33 original psp_idlecycles - one for user, one for kernel and one for
43 uint64_t user;
113 res[i].user = (((uint64_t)psp[i].psp_usercycles.psc_hi << 32) +
117 "user[%d] = 0x%"PRIx64" ",
119 res[i].user);
163 "\t user %llu\n",counters[instance].user);
204 /* the one that the user want for the cpu utilization */
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
256 delta_cpu_counters[i].user = ending_cpu_counters[i].user -
257 starting_cpu_counters[i].user;
271 delta_cpu_counters[i].user +
283 /* since HP-UX 11.23 does the _RIGHT_ thing and idle/user/kernel
295 fraction_user = (double)delta_cpu_counters[i].user /
340 (delta_cpu_counters[i].user * CALC_ACCURACY) / sanity_cpu_cycles;