Searched refs:frompc (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/libc/gmon/
H A Dgmon.c119 u_long frompc; local
187 frompc = p->lowpc;
188 frompc += fromindex * p->hashfraction * sizeof(*p->froms);
193 "[mcleanup2] frompc 0x%lx selfpc 0x%lx count %lu\n" ,
194 frompc, p->tos[toindex].selfpc,
198 rawarc.raw_frompc = frompc;
H A Dmcount.c58 * program's call graph edges. frompc and selfpc are the return
62 * both frompcindex and frompc. Any reasonable, modern compiler will
66 _MCOUNT_DECL(uintfptr_t frompc, uintfptr_t selfpc) argument
95 frompci = frompc - p->lowpc;
118 * clock was last looked at to a counter for frompc. This
119 * solidifies the count for the function containing frompc and
162 * When we are called from an exception handler, frompc is faked
179 * check that frompc is a reasonable pc value.

Completed in 31 milliseconds