Searched refs:hist_size (Results 1 – 5 of 5) sorted by relevance
206 int32_t hist_size; in weak_alias() member223 || (offsetof (struct real_gmon_hist_hdr, hist_size) in weak_alias()224 != offsetof (struct gmon_hist_hdr, hist_size)) in weak_alias()235 thdr.hist_size = _gmonparam.kcountsize / sizeof (HISTCOUNTER); in weak_alias()
284 int32_t hist_size; in _dl_start_profile() member294 || (offsetof (struct real_gmon_hist_hdr, hist_size) in _dl_start_profile()295 != offsetof (struct gmon_hist_hdr, hist_size)) in _dl_start_profile()306 hist_hdr.hist_size = kcountsize / sizeof (HISTCOUNTER); in _dl_start_profile()
201 int32_t hist_size; member872 || (offsetof (struct real_gmon_hist_hdr, hist_size) in load_profdata()873 != offsetof (struct gmon_hist_hdr, hist_size)) in load_profdata()886 hist_hdr.hist_size = shobj->kcountsize / sizeof (HISTCOUNTER); in load_profdata()
63 char hist_size[4]; /* size of sample buffer */ member
5178 (struct gmon_hist_hdr): Fix low_pc, high_pc, hist_size, prof_rate.