Home
last modified time | relevance | path

Searched refs:frompc (Results 1 – 23 of 23) sorted by relevance

/glibc-2.36/sysdeps/riscv/
Dmachine-gmon.h25 static void mcount_internal (unsigned long int frompc,
28 #define _MCOUNT_DECL(frompc, selfpc) \ argument
29 static inline void mcount_internal (unsigned long int frompc, \
33 void _mcount (void *frompc) \
35 mcount_internal ((unsigned long int) frompc, \
/glibc-2.36/sysdeps/loongarch/
Dmachine-gmon.h25 static void mcount_internal (unsigned long int frompc,
28 #define _MCOUNT_DECL(frompc, selfpc) \ argument
29 static inline void mcount_internal (unsigned long int frompc, \
33 void _mcount (void *frompc) \
35 mcount_internal ((unsigned long int) frompc, \
/glibc-2.36/sysdeps/aarch64/
Dmachine-gmon.h25 static void mcount_internal (u_long frompc, u_long selfpc);
27 #define _MCOUNT_DECL(frompc, selfpc) \ argument
28 static inline void mcount_internal (u_long frompc, u_long selfpc)
32 void __mcount (void *frompc) \
34 mcount_internal ((u_long) strip_pac (frompc), (u_long) RETURN_ADDRESS (0)); \
/glibc-2.36/sysdeps/or1k/
Dmachine-gmon.h21 #define _MCOUNT_DECL(frompc, selfpc) \ argument
23 __mcount_internal (unsigned long int frompc, unsigned long int selfpc)
31 _mcount (void *frompc) \
33 __mcount_internal ((unsigned long int) frompc, \
/glibc-2.36/sysdeps/arc/
Dmachine-gmon.h21 #define _MCOUNT_DECL(frompc, selfpc) \ argument
23 __mcount_internal (unsigned long int frompc, unsigned long int selfpc)
31 _mcount (void *frompc) \
33 __mcount_internal ((unsigned long int) frompc, \
/glibc-2.36/gmon/
Dmcount.c59 _MCOUNT_DECL(frompc, selfpc) /* _mcount; may be static, inline, etc */ in _MCOUNT_DECL() argument
81 frompc -= p->lowpc; in _MCOUNT_DECL()
82 if (frompc > p->textsize) in _MCOUNT_DECL()
93 i = frompc >> p->log_hashfraction; in _MCOUNT_DECL()
95 i = frompc / (p->hashfraction * sizeof(*p->froms)); in _MCOUNT_DECL()
Dgmon.c254 u_long frompc; in write_call_graph() local
274 frompc = _gmonparam.lowpc; in write_call_graph()
275 frompc += (from_index * _gmonparam.hashfraction in write_call_graph()
283 char *frompc; in write_call_graph() member
289 arc.frompc = (char *) frompc - load_address; in write_call_graph()
/glibc-2.36/sysdeps/powerpc/
Dmachine-gmon.h22 void __mcount_internal (unsigned long frompc, unsigned long selfpc);
24 #define _MCOUNT_DECL(frompc, selfpc) \ argument
25 void __mcount_internal (unsigned long frompc, unsigned long selfpc)
/glibc-2.36/sysdeps/microblaze/
Dmachine-gmon.h22 void __mcount_internal (unsigned long frompc, unsigned long selfpc);
24 #define _MCOUNT_DECL(frompc, selfpc) \ argument
25 void __mcount_internal (unsigned long frompc, unsigned long selfpc)
/glibc-2.36/elf/
Ddl-profile.c489 _dl_mcount (ElfW(Addr) frompc, ElfW(Addr) selfpc) in _dl_mcount() argument
503 frompc -= lowpc; in _dl_mcount()
504 if (frompc >= textsize) in _dl_mcount()
505 frompc = 0; in _dl_mcount()
531 while (fromp->here->from_pc != frompc) in _dl_mcount()
536 while (fromp->link != 0 && fromp->here->from_pc != frompc); in _dl_mcount()
538 if (fromp->here->from_pc != frompc) in _dl_mcount()
572 data[newarc].from_pc = frompc; in _dl_mcount()
/glibc-2.36/sysdeps/sh/
Dmachine-gmon.h22 void mcount_internal (u_long frompc, u_long selfpc);
24 #define _MCOUNT_DECL(frompc, selfpc) \ argument
25 void mcount_internal (u_long frompc, u_long selfpc)
/glibc-2.36/sysdeps/sparc/
Dmachine-gmon.h24 extern void mcount_internal (u_long frompc, u_long selfpc);
26 #define _MCOUNT_DECL(frompc, selfpc) \ argument
27 void mcount_internal (u_long frompc, u_long selfpc)
/glibc-2.36/sysdeps/s390/
Dmachine-gmon.h27 void mcount_internal (u_long frompc, u_long selfpc);
29 #define _MCOUNT_DECL(frompc, selfpc) \ argument
30 void mcount_internal (u_long frompc, u_long selfpc)
/glibc-2.36/sysdeps/arm/
Dmachine-gmon.h27 extern void mcount_internal (u_long frompc, u_long selfpc);
28 #define _MCOUNT_DECL(frompc, selfpc) \ argument
29 void mcount_internal (u_long frompc, u_long selfpc)
/glibc-2.36/sysdeps/csky/
Dmachine-gmon.h27 extern void mcount_internal (u_long frompc, u_long selfpc);
28 #define _MCOUNT_DECL(frompc, selfpc) \ argument
29 void mcount_internal (u_long frompc, u_long selfpc)
/glibc-2.36/sysdeps/x86_64/
Dmachine-gmon.h29 void mcount_internal (u_long frompc, u_long selfpc);
31 #define _MCOUNT_DECL(frompc, selfpc) \ argument
32 void mcount_internal (u_long frompc, u_long selfpc)
/glibc-2.36/sysdeps/i386/
Dmachine-gmon.h31 extern void mcount_internal (u_long frompc, u_long selfpc)
34 #define _MCOUNT_DECL(frompc, selfpc) \ argument
36 void mcount_internal (u_long frompc, u_long selfpc)
/glibc-2.36/sysdeps/generic/
Dmachine-gmon.h38 static void mcount_internal (u_long frompc, u_long selfpc);
40 #define _MCOUNT_DECL(frompc, selfpc) \ argument
41 static inline void mcount_internal (u_long frompc, u_long selfpc)
Dldsodefs.h662 void (*_dl_mcount) (ElfW(Addr) frompc, ElfW(Addr) selfpc);
1087 extern void _dl_mcount (ElfW(Addr) frompc, ElfW(Addr) selfpc);
/glibc-2.36/sysdeps/nios2/
Dmachine-gmon.h21 #define _MCOUNT_DECL(frompc, selfpc) \ argument
22 static void __attribute_used__ __mcount_internal (u_long frompc, u_long selfpc)
/glibc-2.36/sysdeps/mips/
Dmachine-gmon.h21 #define _MCOUNT_DECL(frompc,selfpc) \ argument
22 static void __attribute_used__ __mcount (u_long frompc, u_long selfpc)
/glibc-2.36/ChangeLog.old/
DChangeLog.72590 Optimize frompc folding.
DChangeLog.1865657 * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.