Home
last modified time | relevance | path

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

/glibc-2.36/gmon/
Dgmon.c207 int32_t prof_rate; in weak_alias() member
225 || (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()
/glibc-2.36/elf/
Ddl-profile.c285 int32_t prof_rate; in _dl_start_profile() member
296 || (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()
Dsprof.c202 int32_t prof_rate; member
874 || (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()
/glibc-2.36/gmon/sys/
Dgmon_out.h64 char prof_rate[4]; /* profiling clock rate */ member
/glibc-2.36/ChangeLog.old/
DChangeLog.65178 (struct gmon_hist_hdr): Fix low_pc, high_pc, hist_size, prof_rate.