Home
last modified time | relevance | path

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

/glibc-2.36/gmon/
Dgmon.c206 int32_t hist_size; in weak_alias() member
223 || (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()
/glibc-2.36/elf/
Ddl-profile.c284 int32_t hist_size; in _dl_start_profile() member
294 || (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()
Dsprof.c201 int32_t hist_size; member
872 || (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()
/glibc-2.36/gmon/sys/
Dgmon_out.h63 char hist_size[4]; /* size of sample buffer */ member
/glibc-2.36/ChangeLog.old/
DChangeLog.65178 (struct gmon_hist_hdr): Fix low_pc, high_pc, hist_size, prof_rate.