Searched refs:rawarc (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/lib/libc/gmon/
H A Dgmon.c123 struct rawarc rawarc; local
200 rawarc.raw_frompc = frompc;
201 rawarc.raw_selfpc = p->tos[toindex].selfpc;
202 rawarc.raw_count = p->tos[toindex].count;
203 _write(fd, &rawarc, sizeof rawarc);
/freebsd-13-stable/sys/sys/
H A Dgmon.h142 struct rawarc { struct
/freebsd-13-stable/usr.sbin/kgmon/
H A Dkgmon.c349 struct rawarc rawarc; local
449 rawarc.raw_frompc = frompc;
450 rawarc.raw_selfpc = (u_long)tos[toindex].selfpc;
451 rawarc.raw_count = tos[toindex].count;
452 fwrite((char *)&rawarc, sizeof(rawarc), 1, fp);
/freebsd-13-stable/usr.bin/gprof/
H A Dgprof.c238 struct rawarc arc;
321 tally(struct rawarc *rawp)
353 struct rawarc arc;
H A Dgprof.h308 void tally(struct rawarc *);
/freebsd-13-stable/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c242 struct rawarc arc; /* from <sys/gmon.h> */

Completed in 109 milliseconds