Home
last modified time | relevance | path

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

/glibc-2.36/gmon/
Dgmon.c210 } thdr; in weak_alias() local
214 { &thdr, sizeof (struct gmon_hist_hdr) }, in weak_alias()
218 if (sizeof (thdr) != sizeof (struct gmon_hist_hdr) in weak_alias()
233 thdr.low_pc = (char *) _gmonparam.lowpc - load_address; in weak_alias()
234 thdr.high_pc = (char *) _gmonparam.highpc - load_address; in weak_alias()
235 thdr.hist_size = _gmonparam.kcountsize / sizeof (HISTCOUNTER); in weak_alias()
236 thdr.prof_rate = __profile_frequency (); in weak_alias()
237 strncpy (thdr.dimen, "seconds", sizeof (thdr.dimen)); in weak_alias()
238 thdr.dimen_abbrev = 's'; in weak_alias()