Searched refs:rawarc (Results 1 – 8 of 8) sorted by relevance
91 struct rawarc { struct206 struct rawarc rawarc; in _mcleanup() local231 rawarc.raw_frompc = (unsigned long) frompc; in _mcleanup()232 rawarc.raw_selfpc = (unsigned long) tos[toindex].selfpc; in _mcleanup()233 rawarc.raw_count = tos[toindex].count; in _mcleanup()234 write( fd , &rawarc , sizeof rawarc ); in _mcleanup()
59 struct rawarc { struct178 struct rawarc rawarc; in _mcleanup() local226 rawarc.raw_frompc = (unsigned long) frompc; in _mcleanup()227 rawarc.raw_selfpc = (unsigned long) tos[toindex].selfpc; in _mcleanup()228 rawarc.raw_count = tos[toindex].count; in _mcleanup()229 write( fd , &rawarc , sizeof rawarc ); in _mcleanup()
123 struct rawarc rawarc; in _mcleanup() local200 rawarc.raw_frompc = frompc; in _mcleanup()201 rawarc.raw_selfpc = p->tos[toindex].selfpc; in _mcleanup()202 rawarc.raw_count = p->tos[toindex].count; in _mcleanup()203 _write(fd, &rawarc, sizeof rawarc); in _mcleanup()
349 struct rawarc rawarc; in dumpstate() local449 rawarc.raw_frompc = frompc; in dumpstate()450 rawarc.raw_selfpc = (u_long)tos[toindex].selfpc; in dumpstate()451 rawarc.raw_count = tos[toindex].count; in dumpstate()452 fwrite((char *)&rawarc, sizeof(rawarc), 1, fp); in dumpstate()
242 struct rawarc arc; in getpfile()325 tally(struct rawarc *rawp) in tally()357 struct rawarc arc; in dumpsum()
321 void tally(struct rawarc *);
142 struct rawarc { struct
242 struct rawarc arc; /* from <sys/gmon.h> */ in pmcstat_gmon_append_arc()