Searched refs:HISTFRACTION (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/osfmk/profiling/
H A Dprofile-mk.c107 lowpc = ROUNDDOWN((prof_uptrint_t)&pstart[0], HISTFRACTION*sizeof(LHISTCOUNTER));
108 highpc = ROUNDUP((prof_uptrint_t)&etext[0], HISTFRACTION*sizeof(LHISTCOUNTER));
110 monsize = (textsize / HISTFRACTION) * sizeof(LHISTCOUNTER);
127 pv->profil_info.scale = 0x10000 / HISTFRACTION;
/xnu-2782.1.97/bsd/kern/
H A Dsubr_prof.c121 p->lowpc = ROUNDDOWN(p->lowpc, HISTFRACTION * sizeof(HISTCOUNTER));
122 p->highpc = ROUNDUP(p->highpc, HISTFRACTION * sizeof(HISTCOUNTER));
126 p->kcountsize = p->textsize / HISTFRACTION;
/xnu-2782.1.97/bsd/sys/
H A Dgmon.h106 #define HISTFRACTION 2 macro
/xnu-2782.1.97/osfmk/profiling/i386/
H A Dprofile-md.h86 * Set HISTFRACTION to 4, so new lprofil call takes the same space.
228 #define HISTFRACTION 4 macro
234 #define HASHFRACTION HISTFRACTION

Completed in 30 milliseconds