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

/netbsd-current/sys/arch/m68k/include/
H A Dprofile.h47 int selfpc, frompcindex; \
48 __asm("movl %%a6@(4),%0" : "=r" (selfpc)); \
50 _mcount(frompcindex, selfpc); \
60 int selfpc, frompcindex; \
61 __asm("movl %%a6@(4),%0" : "=r" (selfpc)); \
63 _mcount(frompcindex, selfpc); \
/netbsd-current/common/lib/libc/gmon/
H A Dmcount.c122 * program's call graph edges. frompc and selfpc are the return
131 _MCOUNT_DECL(u_long frompc, u_long selfpc) argument
205 top->selfpc = selfpc;
211 if (top->selfpc == selfpc) {
228 * had top->selfpc == selfpc.
237 top->selfpc = selfpc;
293 u_long selfpc; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Dgmon.h127 char *selfpc; member in struct:tostruct
/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Dgmon.h127 char *selfpc; member in struct:tostruct
/netbsd-current/external/gpl3/gdb.old/dist/gprof/
H A Dgmon.h127 char *selfpc; member in struct:tostruct
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/sol2/
H A Dgmon.c63 char *selfpc; member in struct:tostruct
207 fprintf (stderr, "[mcleanup] frompc %#x selfpc %#x count %d\n",
208 frompc, tos[toindex].selfpc, tos[toindex].count);
211 rawarc.raw_selfpc = (unsigned long) tos[toindex].selfpc;
303 /* o7 == current ret, -> selfpc. */
309 internal_mcount (char *selfpc, unsigned short *frompcindex) argument
363 top->selfpc = selfpc;
369 if (top->selfpc == selfpc) {
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/sol2/
H A Dgmon.c63 char *selfpc; member in struct:tostruct
207 fprintf (stderr, "[mcleanup] frompc %#x selfpc %#x count %d\n",
208 frompc, tos[toindex].selfpc, tos[toindex].count);
211 rawarc.raw_selfpc = (unsigned long) tos[toindex].selfpc;
303 /* o7 == current ret, -> selfpc. */
309 internal_mcount (char *selfpc, unsigned short *frompcindex) argument
363 top->selfpc = selfpc;
369 if (top->selfpc == selfpc) {
[all...]
/netbsd-current/sys/arch/i386/include/
H A Dprofile.h61 int selfpc, frompcindex; \
72 * selfpc = pc pushed by mcount call \
74 selfpc = (int)__builtin_return_address(0); \
79 _mcount((u_long)frompcindex, (u_long)selfpc); \
/netbsd-current/lib/libc/gmon/
H A Dgmon.c264 u_long selfpc; local
275 selfpc = q->tos[qtoindex].selfpc;
291 top->selfpc = selfpc;
297 if (top->selfpc == selfpc) {
314 * top->selfpc == selfpc. so
324 top->selfpc
[all...]
/netbsd-current/sys/sys/
H A Dgmon.h102 u_long selfpc; member in struct:tostruct
/netbsd-current/usr.sbin/kgmon/
H A Dkgmon.c464 "%s: [mcleanup] frompc 0x%lx selfpc 0x%lx count %ld\n",
465 getprogname(), frompc, tos[toindex].selfpc,
468 rawarc.raw_selfpc = (u_long)tos[toindex].selfpc;
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/sh/
H A Dcrt1.S293 ! r5 is selfpc
302 stc spc, r5 ! selfpc
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/sh/
H A Dcrt1.S293 ! r5 is selfpc
302 stc spc, r5 ! selfpc

Completed in 283 milliseconds