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

/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dprof_machdep.c72 gp->profrate = tick_freq;
/freebsd-9.3-release/sys/i386/isa/
H A Dprof_machdep.c300 gp->profrate = freq >> 1;
303 gp->profrate = i8254_freq << CPUTIME_CLOCK_I8254_SHIFT;
312 gp->profrate = 1000000;
333 gp->profrate = i8254_freq << CPUTIME_CLOCK_I8254_SHIFT;
/freebsd-9.3-release/sys/sys/
H A Dgmon.h46 int profrate; /* profiling clock rate */ member in struct:gmonhdr
168 int profrate; /* XXX wrong type to match gmonhdr */ member in struct:gmonparam
/freebsd-9.3-release/sys/kern/
H A Dsubr_prof.c248 CALIB_DOSCALE(c2n(cputime_overhead, p->profrate)),
249 CALIB_DOSCALE(c2n(empty_loop_time, p->profrate)),
250 CALIB_DOSCALE(c2n(nullfunc_loop_profiled_time, p->profrate)),
251 CALIB_DOSCALE(c2n(mcount_overhead, p->profrate)),
252 CALIB_DOSCALE(c2n(mexitcount_overhead, p->profrate)));
304 c2n(p->cputime_overhead, p->profrate),
305 c2n(p->mcount_overhead, p->profrate),
306 c2n(p->mcount_pre_overhead, p->profrate),
307 c2n(p->mcount_post_overhead, p->profrate),
308 c2n(p->cputime_overhead, p->profrate),
[all...]
/freebsd-9.3-release/sys/amd64/amd64/
H A Dprof_machdep.c324 gp->profrate = freq >> 1;
327 gp->profrate = i8254_freq << CPUTIME_CLOCK_I8254_SHIFT;
336 gp->profrate = 1000000;
/freebsd-9.3-release/usr.sbin/kgmon/
H A Dkgmon.c279 * everything up to hashfraction, and want profrate and
281 * in any padding that is returned instead of profrate and
291 if (kvp->gpm.profrate == 0)
292 kvp->gpm.profrate = getprofhz(kvp);
377 h.profrate = kvp->gpm.profrate;
470 int mib[2], profrate; local
474 profrate = 1;
475 if (kvm_read(kvp->kd, nl[N_PROFHZ].n_value, &profrate,
476 sizeof profrate) !
[all...]
/freebsd-9.3-release/usr.bin/gprof/
H A Dgprof.c281 rate = gmonhdr.profrate;
286 gmonhdr.profrate = rate = hertz();
/freebsd-9.3-release/lib/libc/gmon/
H A Dgmon.c187 hdr->profrate = clockinfo.profhz;
/freebsd-9.3-release/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c132 gm.profrate = 0; /* use ticks */

Completed in 241 milliseconds