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

  /src/sys/sys/
gmon.h 47 int profrate; /* profiling clock rate */ member in struct:gmonhdr
  /src/usr.sbin/kgmon/
kgmon.c 387 h.profrate = getprofhz(kvp);
486 int mib[2], profrate; local
491 profrate = 1;
492 if (kvm_read(kvp->kd, nl[N_PROFHZ].n_value, &profrate,
493 sizeof profrate) != sizeof profrate)
495 return (profrate);
  /src/external/gpl3/binutils/dist/gprof/
gmon_io.c 413 unsigned int profrate; local
416 if (gmon_io_read_32 (ifp, &profrate))
420 hz = profrate;
421 else if (hz != (int) profrate)
hist.c 94 unsigned int profrate; local
102 || gmon_io_read_32 (ifp, &profrate)
117 /* We don't try to verify profrate is the same for all histogram
120 as possible as opposed on timer, then the actual profrate will
124 hz = profrate;
  /src/external/gpl3/binutils/dist/gprofng/src/
gmon_hist.cc 106 unsigned int profrate; local
114 || gmon_io_read_32 (ifp, &profrate)
129 /* We don't try to verify profrate is the same for all histogram
132 as possible as opposed on timer, then the actual profrate will
136 hz = profrate;
  /src/external/gpl3/binutils.old/dist/gprof/
gmon_io.c 413 unsigned int profrate; local
416 if (gmon_io_read_32 (ifp, &profrate))
420 hz = profrate;
421 else if (hz != (int) profrate)
hist.c 94 unsigned int profrate; local
102 || gmon_io_read_32 (ifp, &profrate)
117 /* We don't try to verify profrate is the same for all histogram
120 as possible as opposed on timer, then the actual profrate will
124 hz = profrate;

Completed in 27 milliseconds