Searched refs:__profil_counter (Results 1 – 6 of 6) sorted by relevance
/sysdeps/unix/sysv/linux/arm/ |
A D | profil-counter.h | 23 __profil_counter (int signo, siginfo_t *_si, void *scp) in __profil_counter() function 32 #ifndef __profil_counter 35 compat_symbol (libc, __profil_counter, profil_counter, GLIBC_2_0);
|
/sysdeps/generic/ |
A D | profil-counter.h | 26 __profil_counter (int signr, siginfo_t *info, void *ctx) in __profil_counter() function 32 __profil_counter (int signr, int code, struct sigcontext *scp) in __profil_counter() function
|
/sysdeps/unix/sysv/linux/ |
A D | profil-counter.h | 24 __profil_counter (int signo, siginfo_t *info, void *ctx) in __profil_counter() function
|
/sysdeps/unix/sysv/linux/sparc/ |
A D | profil-counter.h | 23 #ifndef __profil_counter
|
/sysdeps/posix/ |
A D | profil.c | 109 act.sa_sigaction = __profil_counter; in __profil() 112 act.sa_handler = __profil_counter; in __profil()
|
A D | sprofil.c | 181 #define __profil_counter __profil_counter_ushort macro 185 #undef __profil_counter 188 #define __profil_counter __profil_counter_uint macro
|
Completed in 6 milliseconds