Searched refs:profil_count (Results 1 – 9 of 9) sorted by relevance
107 profil_count (uintptr_t pcp, int prof_uint) in profil_count() function170 #define profil_count(pc) profil_count (pc, 0) macro174 #undef profil_count177 #define profil_count(pc) profil_count (pc, 1) macro
40 profil_count (uintptr_t pc) in profil_count() function
28 profil_count (sigcontext_get_pc (ctx)); in __profil_counter()34 profil_count ((uintptr_t) scp->sc_pc); in __profil_counter()
30 profil_count (si->sigc_regs.tpc); in __profil_counter_global()32 profil_count (si->si_regs.pc); in __profil_counter_global()
26 profil_count (sigcontext_get_pc (ctx)); in __profil_counter()
25 profil_count (sigcontext_get_pc (scp)); in __profil_counter()
7531 (profil_count): Use 64 bit arithmethic to avoid overflow.
7721 * sysdeps/posix/sprofil.c (profil_count): Don't inline.
1426 * sysdeps/posix/profil.c (profil_count): Change PC argument to1429 * sysdeps/posix/sprofil.c (profil_count): Change PCP argument to