Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libc/gmon/
HDgmon.c120 struct rawarc rawarc; in _mcleanup() local
197 rawarc.raw_frompc = frompc; in _mcleanup()
198 rawarc.raw_selfpc = p->tos[toindex].selfpc; in _mcleanup()
199 rawarc.raw_count = p->tos[toindex].count; in _mcleanup()
200 _write(fd, &rawarc, sizeof rawarc); in _mcleanup()
/freebsd-14-stable/usr.bin/gprof/
HDgprof.c236 struct rawarc arc; in getpfile()
319 tally(struct rawarc *rawp) in tally()
351 struct rawarc arc; in dumpsum()
HDgprof.h307 void tally(struct rawarc *);
/freebsd-14-stable/sys/sys/
HDgmon.h141 struct rawarc { struct
/freebsd-14-stable/usr.sbin/pmcstat/
HDpmcpl_gprof.c240 struct rawarc arc; /* from <sys/gmon.h> */ in pmcstat_gmon_append_arc()