Searched refs:profrate (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/sys/
H A Dgmon.h47 int profrate; /* profiling clock rate */ member in struct:gmonhdr
/netbsd-6-1-5-RELEASE/usr.sbin/kgmon/
H A Dkgmon.c323 h.profrate = getprofhz(kvp);
424 int mib[2], profrate; local
429 profrate = 1;
430 if (kvm_read(kvp->kd, nl[N_PROFHZ].n_value, &profrate,
431 sizeof profrate) != sizeof profrate)
433 return (profrate);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gprof/
H A Dgmon_io.c427 unsigned int profrate;
430 if (gmon_io_read_32 (ifp, &profrate))
434 hz = profrate;
435 else if (hz != (int) profrate)
426 unsigned int profrate; local
H A Dhist.c96 unsigned int profrate;
104 || gmon_io_read_32 (ifp, &profrate)
119 /* We don't try to veryfy profrate is the same for all histogram
122 as possible as opposed on timer, then the actual profrate will
126 hz = profrate;
95 unsigned int profrate; local
/netbsd-6-1-5-RELEASE/lib/libc/gmon/
H A Dgmon.c459 hdr->profrate = clockinfo.profhz;

Completed in 87 milliseconds