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

/barrelfish-master/lib/libc/gmon/
H A Dmcount.c58 * program's call graph edges. frompc and selfpc are the return
66 _MCOUNT_DECL(uintfptr_t frompc, uintfptr_t selfpc) argument
169 if ((uintfptr_t)selfpc >= (uintfptr_t)btrap
170 && (uintfptr_t)selfpc < (uintfptr_t)eintr) {
171 if ((uintfptr_t)selfpc >= (uintfptr_t)bintr)
199 top->selfpc = selfpc;
205 if (top->selfpc == selfpc) {
222 * had top->selfpc
[all...]
H A Dgmon.c193 "[mcleanup2] frompc 0x%lx selfpc 0x%lx count %lu\n" ,
194 frompc, p->tos[toindex].selfpc,
199 rawarc.raw_selfpc = p->tos[toindex].selfpc;

Completed in 31 milliseconds