Home
last modified time | relevance | path

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

/freebsd/lib/libc/gmon/
H A Dgmon.c117 struct rawarc rawarc; in _mcleanup() local
194 rawarc.raw_frompc = frompc; in _mcleanup()
195 rawarc.raw_selfpc = p->tos[toindex].selfpc; in _mcleanup()
196 rawarc.raw_count = p->tos[toindex].count; in _mcleanup()
197 _write(fd, &rawarc, sizeof rawarc); in _mcleanup()
/freebsd/usr.bin/gprof/
H A Dgprof.c223 struct rawarc arc; in getpfile()
306 tally(struct rawarc *rawp) in tally()
338 struct rawarc arc; in dumpsum()
H A Dgprof.h305 void tally(struct rawarc *);
/freebsd/sys/sys/
H A Dgmon.h139 struct rawarc { struct
/freebsd/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c239 struct rawarc arc; /* from <sys/gmon.h> */ in pmcstat_gmon_append_arc()