Searched refs:sample_buffer (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/sysdeps/mach/hurd/ |
D | profil.c | 60 update_waiter (u_short *sample_buffer, size_t size, size_t offset, u_int scale) in update_waiter() argument 89 samples = sample_buffer; in update_waiter() 90 maxsamples = size / sizeof *sample_buffer; in update_waiter() 112 __profil (u_short *sample_buffer, size_t size, size_t offset, u_int scale) in libc_hidden_def() 135 err = update_waiter (sample_buffer, size, offset, scale); in libc_hidden_def()
|
/glibc-2.36/sysdeps/posix/ |
D | profil.c | 65 __profil (u_short *sample_buffer, size_t size, size_t offset, u_int scale) in __profil() argument 75 if (sample_buffer == NULL) in __profil() 103 samples = sample_buffer; in __profil()
|
/glibc-2.36/gmon/ |
D | profil.c | 30 __profil (u_short *sample_buffer, size_t size, size_t offset, u_int scale) in __profil() argument
|