Lines Matching defs:profhz
358 * profiling. This profile clock runs at profhz. We require that profhz
362 * profhz/stathz for statistics. (For profiling, every tick counts.)
370 int profhz;
427 * Compute profhz/stathz, and fix profhz if needed.
430 if (profhz == 0)
431 profhz = i;
432 psratio = profhz / i;
803 clkinfo.profhz = profhz;