HomeSort by: relevance | last modified time | path
    Searched refs:highpc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/sys/
gmon.h 131 u_long highpc; member in struct:gmonparam
  /src/lib/libc/gmon/
gmon.c 121 monstartup(u_long lowpc, u_long highpc)
128 * round lowpc and highpc to multiples of the density we're using
132 p->highpc = roundup(highpc, HISTFRACTION * sizeof(HISTCOUNTER));
133 p->textsize = p->highpc - p->lowpc;
165 o = p->highpc - p->lowpc;
467 hdr->hpc = p->highpc;
  /src/sys/kern/
subr_prof.c 82 * Round lowpc and highpc to multiples of the density we're using
87 p->highpc = roundup((u_long)etext,
89 p->textsize = p->highpc - p->lowpc;
91 p->textsize, p->lowpc, p->highpc);
  /src/usr.sbin/kgmon/
kgmon.c 384 h.hpc = kvp->gpm.highpc;

Completed in 15 milliseconds