HomeSort by: relevance | last modified time | path
    Searched defs:profhz (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
kern_clock.c 127 * profiling. This profile clock runs at profhz. We require that profhz
131 * profhz/stathz for statistics. (For profiling, every tick counts.)
135 int profhz; variable in typeref:typename:int
259 * Compute profhz and stathz, fix profhz if needed.
262 if (profhz == 0)
263 profhz = i;
264 psratio = profhz / i;
431 setstatclockrate(profhz);
    [all...]
  /src/sys/compat/common/
kern_info_43.c 155 long profhz; member in struct:bsdi_si
290 ksi.profhz = profhz;
  /src/sys/sys/
sysctl.h 288 int profhz; /* profiling clock frequency */ member in struct:clockinfo

Completed in 15 milliseconds