Home
last modified time | relevance | path

Searched refs:real_gmon_hist_hdr (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/gmon/
Dgmon.c202 struct real_gmon_hist_hdr in weak_alias() struct
219 || (offsetof (struct real_gmon_hist_hdr, low_pc) in weak_alias()
221 || (offsetof (struct real_gmon_hist_hdr, high_pc) in weak_alias()
223 || (offsetof (struct real_gmon_hist_hdr, hist_size) in weak_alias()
225 || (offsetof (struct real_gmon_hist_hdr, prof_rate) in weak_alias()
227 || (offsetof (struct real_gmon_hist_hdr, dimen) in weak_alias()
229 || (offsetof (struct real_gmon_hist_hdr, dimen_abbrev) in weak_alias()
/glibc-2.36/elf/
Ddl-profile.c280 struct real_gmon_hist_hdr in _dl_start_profile() struct
290 || (offsetof (struct real_gmon_hist_hdr, low_pc) in _dl_start_profile()
292 || (offsetof (struct real_gmon_hist_hdr, high_pc) in _dl_start_profile()
294 || (offsetof (struct real_gmon_hist_hdr, hist_size) in _dl_start_profile()
296 || (offsetof (struct real_gmon_hist_hdr, prof_rate) in _dl_start_profile()
298 || (offsetof (struct real_gmon_hist_hdr, dimen) in _dl_start_profile()
300 || (offsetof (struct real_gmon_hist_hdr, dimen_abbrev) in _dl_start_profile()
Dsprof.c197 struct real_gmon_hist_hdr struct
214 struct real_gmon_hist_hdr *hist_hdr; argument
835 result->hist_hdr = (struct real_gmon_hist_hdr *) ((char *) result->hist in load_profdata()
838 + sizeof (struct real_gmon_hist_hdr)); in load_profdata()
866 struct real_gmon_hist_hdr hist_hdr; in load_profdata()
868 || (offsetof (struct real_gmon_hist_hdr, low_pc) in load_profdata()
870 || (offsetof (struct real_gmon_hist_hdr, high_pc) in load_profdata()
872 || (offsetof (struct real_gmon_hist_hdr, hist_size) in load_profdata()
874 || (offsetof (struct real_gmon_hist_hdr, prof_rate) in load_profdata()
876 || (offsetof (struct real_gmon_hist_hdr, dimen) in load_profdata()
[all …]