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

/freebsd-10.3-release/sys/sys/
H A Dgmon.h47 int histcounter_type; /* size (in bits) and sign of HISTCOUNTER */ member in struct:gmonhdr
179 int histcounter_type; member in struct:gmonparam
/freebsd-10.3-release/usr.bin/gprof/
H A Dgprof.c288 if ( gmonhdr.histcounter_type == 0 ) {
290 histcounter_type = 16;
293 histcounter_type = gmonhdr.histcounter_type;
294 histcounter_size = abs(histcounter_type) / CHAR_BIT;
417 switch ( histcounter_type ) {
443 err(1, "unsupported histogram counter type %d", histcounter_type);
H A Dgprof.h82 int histcounter_type; variable
/freebsd-10.3-release/usr.sbin/kgmon/
H A Dkgmon.c277 * histcounter_type. Assume that the kernel doesn't put garbage
279 * histcounter_type. This is a bad assumption for dead kernels,
291 if (kvp->gpm.histcounter_type == 0) {
297 kvp->gpm.histcounter_type = 16 /
299 if (kvp->gpm.histcounter_type == 64)
300 kvp->gpm.histcounter_type = -64;
372 h.histcounter_type = kvp->gpm.histcounter_type;
/freebsd-10.3-release/sys/kern/
H A Dsubr_prof.c181 p->histcounter_type = FUNCTION_ALIGNMENT / HISTFRACTION * NBBY;
185 p->histcounter_type = -p->histcounter_type;
/freebsd-10.3-release/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c141 gm.histcounter_type = WIDEHISTCOUNTER_GMONTYPE;
143 gm.histcounter_type = HISTCOUNTER_GMONTYPE;

Completed in 116 milliseconds