Searched refs:profrate (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/usr.sbin/kgmon/ |
| H A D | kgmon.c | 387 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 D | gmon_io.c | 405 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 D | hist.c | 94 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 D | ChangeLog-9203 | 832 * 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 D | gmon_io.c | 405 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 D | hist.c | 94 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 D | ChangeLog-9203 | 832 * 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 D | gmon.h | 47 int profrate; /* profiling clock rate */ member
|
| /netbsd-src/lib/libc/gmon/ |
| H A D | gmon.c | 470 hdr->profrate = clockinfo.profhz; in _mcleanup()
|