OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selfpc
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/m68k/include/
profile.h
47
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
); \
/src/common/lib/libc/gmon/
mcount.c
122
* program's call graph edges. frompc and
selfpc
are the return
131
_MCOUNT_DECL(u_long frompc, u_long
selfpc
)
205
top->
selfpc
=
selfpc
;
211
if (top->
selfpc
==
selfpc
) {
228
* had top->
selfpc
==
selfpc
.
237
top->
selfpc
=
selfpc
;
293
u_long
selfpc
;
local
[
all
...]
/src/sys/arch/i386/include/
profile.h
61
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
); \
/src/lib/libc/gmon/
gmon.c
264
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
= selfpc
[
all
...]
/src/sys/sys/
gmon.h
102
u_long
selfpc
;
member in struct:tostruct
/src/usr.sbin/kgmon/
kgmon.c
464
"%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
;
Completed in 19 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026