Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/posix/
Dsprofil.c50 struct prof_info struct
71 static struct prof_info prof_info; variable
109 struct region *region, *r = prof_info.last; in profil_count()
119 lo = 0; hi = prof_info.num_regions - 1; in profil_count()
124 r = prof_info.region + mid; in profil_count()
127 prof_info.last = r; in profil_count()
140 region = prof_info.overflow; in profil_count()
160 ++prof_info.overflow->sample.ui[0]; in profil_count()
162 ++prof_info.overflow->sample.us[0]; in profil_count()
190 if (prof_info.num_regions == 0) in insert()
[all …]