Home
last modified time | relevance | path

Searched defs:gmonhdr (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dgmon.h40 struct gmonhdr { struct
41 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 */
/freebsd/lib/libc/gmon/
H A Dgmon.c119 struct gmonhdr gmonhdr, *hdr; in _mcleanup() local
/freebsd/usr.bin/gprof/
H A Dgprof.c42 static struct gmonhdr gmonhdr; variable