Searched refs:gmonhdr (Results 1 – 4 of 4) sorted by relevance
42 static struct gmonhdr gmonhdr; variable249 struct gmonhdr tmp; in openpfile()256 fread(&tmp, sizeof(struct gmonhdr), 1, pfile); in openpfile()257 if ( s_highpc != 0 && ( tmp.lpc != gmonhdr.lpc || in openpfile()258 tmp.hpc != gmonhdr.hpc || tmp.ncnt != gmonhdr.ncnt ) ) in openpfile()260 gmonhdr = tmp; in openpfile()261 if ( gmonhdr.version == GMONVERSION ) { in openpfile()262 rate = gmonhdr.profrate; in openpfile()263 size = sizeof(struct gmonhdr); in openpfile()267 gmonhdr.profrate = rate = hertz(); in openpfile()[all …]
119 struct gmonhdr gmonhdr, *hdr; in _mcleanup() local169 hdr = (struct gmonhdr *)&gmonhdr; in _mcleanup()173 hdr->ncnt = p->kcountsize + sizeof(gmonhdr); in _mcleanup()
128 struct gmonhdr gm; in pmcstat_gmon_create_file()139 gm.ncnt = (pgf->pgf_nbuckets * hc_sz) + sizeof(struct gmonhdr); in pmcstat_gmon_create_file()155 count = pgf->pgf_ndatabytes - sizeof(struct gmonhdr); in pmcstat_gmon_create_file()475 pgf->pgf_ndatabytes = sizeof(struct gmonhdr) + in pmcpl_gmon_process()504 sizeof(struct gmonhdr)); in pmcpl_gmon_process()513 sizeof(struct gmonhdr)); in pmcpl_gmon_process()
40 struct gmonhdr { struct