Home
last modified time | relevance | path

Searched refs:profrate (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/usr.sbin/kgmon/
H A Dkgmon.c387 h.profrate = getprofhz(kvp); in dumpstate()
486 int mib[2], profrate; in getprofhz() local
491 profrate = 1; in getprofhz()
492 if (kvm_read(kvp->kd, nl[N_PROFHZ].n_value, &profrate, in getprofhz()
493 sizeof profrate) != sizeof profrate) in getprofhz()
495 return (profrate); in getprofhz()
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dgmon_io.c405 unsigned int profrate; in gmon_out_read() local
408 if (gmon_io_read_32 (ifp, &profrate)) in gmon_out_read()
412 hz = profrate; in gmon_out_read()
413 else if (hz != (int) profrate) in gmon_out_read()
H A Dhist.c94 unsigned int profrate; in read_histogram_header() local
102 || gmon_io_read_32 (ifp, &profrate) in read_histogram_header()
124 hz = profrate; in read_histogram_header()
H A DChangeLog-9203832 * gmon.h (struct raw_phdr): Add version, profrate, and spare
1203 * gmon_io.c (gmon_out_read): In BSD44_FORMAT code, get profrate
1204 from profrate field, not version field.
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dgmon_io.c405 unsigned int profrate; in gmon_out_read() local
408 if (gmon_io_read_32 (ifp, &profrate)) in gmon_out_read()
412 hz = profrate; in gmon_out_read()
413 else if (hz != (int) profrate) in gmon_out_read()
H A Dhist.c94 unsigned int profrate; in read_histogram_header() local
102 || gmon_io_read_32 (ifp, &profrate) in read_histogram_header()
124 hz = profrate; in read_histogram_header()
H A DChangeLog-9203832 * gmon.h (struct raw_phdr): Add version, profrate, and spare
1203 * gmon_io.c (gmon_out_read): In BSD44_FORMAT code, get profrate
1204 from profrate field, not version field.
/netbsd-src/sys/sys/
H A Dgmon.h47 int profrate; /* profiling clock rate */ member
/netbsd-src/lib/libc/gmon/
H A Dgmon.c470 hdr->profrate = clockinfo.profhz; in _mcleanup()