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

  /src/sys/sys/
gmon.h 130 u_long lowpc; 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
131 p->lowpc = rounddown(lowpc, HISTFRACTION * sizeof(HISTCOUNTER));
133 p->textsize = p->highpc - p->lowpc;
165 o = p->highpc - p->lowpc;
466 hdr->lpc = p->lowpc;
478 frompc = p->lowpc;
514 p->lowpc, s_scale);
  /src/sys/kern/
subr_prof.c 82 * Round lowpc and highpc to multiples of the density we're using
85 p->lowpc = rounddown(((u_long)kernel_text),
89 p->textsize = p->highpc - p->lowpc;
91 p->textsize, p->lowpc, p->highpc);
kern_clock.c 476 i = CLKF_PC(frame) - g->lowpc;
  /src/usr.sbin/kgmon/
kgmon.c 383 h.lpc = kvp->gpm.lowpc;
452 (void)fprintf(stderr, "%s: lowpc 0x%lx, textsize 0x%lx\n",
453 getprogname(), kvp->gpm.lowpc, kvp->gpm.textsize);
458 frompc = (u_long)kvp->gpm.lowpc +
  /src/common/lib/libc/gmon/
mcount.c 179 frompc -= p->lowpc;

Completed in 18 milliseconds