Searched refs:prof_rate (Results 1 – 5 of 5) sorted by relevance
207 int32_t prof_rate; in weak_alias() member225 || (offsetof (struct real_gmon_hist_hdr, prof_rate) in weak_alias()226 != offsetof (struct gmon_hist_hdr, prof_rate)) in weak_alias()236 thdr.prof_rate = __profile_frequency (); in weak_alias()
285 int32_t prof_rate; in _dl_start_profile() member296 || (offsetof (struct real_gmon_hist_hdr, prof_rate) in _dl_start_profile()297 != offsetof (struct gmon_hist_hdr, prof_rate)) in _dl_start_profile()307 hist_hdr.prof_rate = __profile_frequency (); in _dl_start_profile()
202 int32_t prof_rate; member874 || (offsetof (struct real_gmon_hist_hdr, prof_rate) in load_profdata()875 != offsetof (struct gmon_hist_hdr, prof_rate)) in load_profdata()887 hist_hdr.prof_rate = __profile_frequency (); in load_profdata()1315 tick_unit = 1.0 / profdata->hist_hdr->prof_rate; in generate_flat_profile()
64 char prof_rate[4]; /* profiling clock rate */ member
5178 (struct gmon_hist_hdr): Fix low_pc, high_pc, hist_size, prof_rate.