selfpc 43 arch/i386/include/profile.h int selfpc, frompcindex; \
selfpc 50 arch/i386/include/profile.h __asm __volatile ("movl 4(%%ebp),%0" : "=r" (selfpc)); \
selfpc 56 arch/i386/include/profile.h _mcount(frompcindex, selfpc); \
selfpc 63 lib/libkern/mcount.c _MCOUNT_DECL(u_long frompc, u_long selfpc) __attribute__((unused));
selfpc 64 lib/libkern/mcount.c _MCOUNT_DECL(u_long frompc, u_long selfpc) /* _mcount; may be static, inline, etc */
selfpc 115 lib/libkern/mcount.c top->selfpc = selfpc;
selfpc 121 lib/libkern/mcount.c if (top->selfpc == selfpc) {
selfpc 147 lib/libkern/mcount.c top->selfpc = selfpc;
selfpc 158 lib/libkern/mcount.c if (top->selfpc == selfpc) {
selfpc 101 sys/gmon.h u_long selfpc;