Searched refs:kcountsize (Results 1 – 2 of 2) sorted by relevance
197 size_t kcountsize; in _dl_start_profile() local228 kcountsize = textsize / HISTFRACTION; in _dl_start_profile()258 + 4 + sizeof (struct gmon_hist_hdr) + kcountsize in _dl_start_profile()306 hist_hdr.hist_size = kcountsize / sizeof (HISTCOUNTER); in _dl_start_profile()402 narcsp = (uint32_t *) ((char *) kcount + kcountsize + sizeof (uint32_t)); in _dl_start_profile()459 if (kcountsize < highpc - lowpc) in _dl_start_profile()462 s_scale = ((double) kcountsize / (highpc - lowpc)) * SCALE_1_TO_1; in _dl_start_profile()465 size_t quot = range / kcountsize; in _dl_start_profile()472 s_scale = (SCALE_1_TO_1 * 256) / (range / (kcountsize / 256)); in _dl_start_profile()474 s_scale = (SCALE_1_TO_1 * 256) / ((range * 256) / kcountsize); in _dl_start_profile()[all …]
178 unsigned long int kcountsize; member476 result->kcountsize = textsize / HISTFRACTION; in load_shobj()492 + result->kcountsize in load_shobj()502 if (result->kcountsize < result->highpc - result->lowpc) in load_shobj()505 size_t quot = range / result->kcountsize; in load_shobj()513 / (range / (result->kcountsize / 256))); in load_shobj()516 / ((range * 256) / result->kcountsize)); in load_shobj()841 narcsp = (uint32_t *) ((char *) result->kcount + shobj->kcountsize in load_profdata()886 hist_hdr.hist_size = shobj->kcountsize / sizeof (HISTCOUNTER); in load_profdata()965 size_t maxkidx = shobj->kcountsize; in count_total_ticks()
Completed in 7 milliseconds