Searched refs:textsize (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/osfmk/profiling/
H A Dprofile-mk.c96 prof_uptrint_t textsize; local
109 textsize = highpc - lowpc;
110 monsize = (textsize / HISTFRACTION) * sizeof(LHISTCOUNTER);
124 pv->profil_info.text_len = textsize;
141 (long)textsize,
/xnu-2782.1.97/bsd/kern/
H A Dsubr_prof.c123 p->textsize = p->highpc - p->lowpc;
124 printf("Profiling kernel, textsize=%lu [0x%016lx..0x%016lx]\n",
125 p->textsize, p->lowpc, p->highpc);
126 p->kcountsize = p->textsize / HISTFRACTION;
128 p->fromssize = p->textsize / HASHFRACTION;
129 p->tolimit = p->textsize * ARCDENSITY / 100;
255 if (frompc > p->textsize)
/xnu-2782.1.97/bsd/sys/
H A Dgmon.h211 u_long textsize; member in struct:gmonparam

Completed in 83 milliseconds