Searched refs:prof_uint (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/sysdeps/posix/ |
D | sprofil.c | 74 pc_to_index (size_t pc, size_t offset, unsigned int scale, int prof_uint) in pc_to_index() argument 76 size_t i = (pc - offset) / (prof_uint ? sizeof (int) : sizeof (short)); in pc_to_index() 86 int prof_uint) in index_to_pc() argument 88 size_t pc, bin_size = (prof_uint ? sizeof (int) : sizeof (short)); in index_to_pc() 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() [all …]
|