Searched refs:prof_uint (Results 1 – 1 of 1) sorted by relevance
/sysdeps/posix/ |
A D | sprofil.c | 86 int prof_uint) in index_to_pc() argument 96 if (pc_to_index (pc, offset, scale, prof_uint) < n) in index_to_pc() 100 assert (pc_to_index (pc - 1, offset, scale, prof_uint) < n in index_to_pc() 101 && pc_to_index (pc, offset, scale, prof_uint) >= n); in index_to_pc() 107 profil_count (uintptr_t pcp, int prof_uint) in profil_count() argument 143 i = pc_to_index (pc, region->offset, region->scale, prof_uint); in profil_count() 146 if (prof_uint) in profil_count() 159 if (prof_uint) in profil_count() 194 int prof_uint) in insert() argument 237 add_region (struct prof *p, int prof_uint) in add_region() argument [all …]
|
Completed in 4 milliseconds