Searched refs:profrate (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_prof.c | 250 CALIB_DOSCALE(c2n(empty_loop_time, p->profrate)), in kmstartup() 252 CALIB_DOSCALE(c2n(mcount_overhead, p->profrate)), in kmstartup() 305 c2n(p->cputime_overhead, p->profrate), in kmstartup() 306 c2n(p->mcount_overhead, p->profrate), in kmstartup() 307 c2n(p->mcount_pre_overhead, p->profrate), in kmstartup() 308 c2n(p->mcount_post_overhead, p->profrate), in kmstartup() 309 c2n(p->cputime_overhead, p->profrate), in kmstartup() 310 c2n(p->mexitcount_overhead, p->profrate), in kmstartup() 311 c2n(p->mexitcount_pre_overhead, p->profrate), in kmstartup() 312 c2n(p->mexitcount_post_overhead, p->profrate)); in kmstartup() [all …]
|
| /f-stack/freebsd/i386/i386/ |
| H A D | prof_machdep.c | 328 gp->profrate = freq >> 1; 331 gp->profrate = i8254_freq << CPUTIME_CLOCK_I8254_SHIFT; 340 gp->profrate = 1000000; 361 gp->profrate = i8254_freq << CPUTIME_CLOCK_I8254_SHIFT;
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | prof_machdep.c | 289 gp->profrate = freq >> 1; 292 gp->profrate = i8254_freq << CPUTIME_CLOCK_I8254_SHIFT;
|
| /f-stack/freebsd/sys/ |
| H A D | gmon.h | 48 int profrate; /* profiling clock rate */ member 170 int profrate; /* XXX wrong type to match gmonhdr */ member
|