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

  /src/common/lib/libc/gmon/
mcount.c 122 * program's call graph edges. frompc and selfpc are the return
126 * both frompcindex and frompc. Any reasonable, modern compiler will
131 _MCOUNT_DECL(u_long frompc, u_long selfpc)
179 frompc -= p->lowpc;
180 if (frompc > p->textsize)
187 (size_t)(frompc / (HASHFRACTION * sizeof(*p->froms)))];
192 (size_t)(frompc / (p->hashfraction * sizeof(*p->froms)))];
  /src/lib/libc/gmon/
gmon.c 380 u_long frompc; local in function:_mcleanup
478 frompc = p->lowpc;
479 frompc += fromindex * p->hashfraction * sizeof(*p->froms);
484 "[mcleanup2] frompc 0x%lx selfpc 0x%lx count %lu\n" ,
485 (u_long)frompc, (u_long)p->tos[toindex].selfpc,
489 rawarc.raw_frompc = frompc;
  /src/usr.sbin/kgmon/
kgmon.c 346 u_long frompc; local in function:dumpstate
458 frompc = (u_long)kvp->gpm.lowpc +
464 "%s: [mcleanup] frompc 0x%lx selfpc 0x%lx count %ld\n",
465 getprogname(), frompc, tos[toindex].selfpc,
467 rawarc.raw_frompc = frompc;

Completed in 13 milliseconds