Searched defs:gmonhdr (Results 1 – 3 of 3) sorted by relevance
40 struct gmonhdr { struct41 u_long lpc; /* base pc address of sample buffer */42 u_long hpc; /* max pc address of sampled buffer */43 int ncnt; /* size of sample buffer (plus this header) */44 int version; /* version number */45 int profrate; /* profiling clock rate */46 int histcounter_type; /* size (in bits) and sign of HISTCOUNTER */47 int spare[2]; /* reserved */
119 struct gmonhdr gmonhdr, *hdr; in _mcleanup() local
42 static struct gmonhdr gmonhdr; variable