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

/freebsd-9.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-9.3-release/usr.bin/gprof/
H A Dgprof.c294 if ( gmonhdr.histcounter_type == 0 ) {
296 histcounter_type = 16;
299 histcounter_type = gmonhdr.histcounter_type;
300 histcounter_size = abs(histcounter_type) / CHAR_BIT;
428 switch ( histcounter_type ) {
454 err(1, "unsupported histogram counter type %d", histcounter_type);
H A Dgprof.h82 int histcounter_type; variable
/freebsd-9.3-release/usr.sbin/kgmon/
H A Dkgmon.c280 * histcounter_type. Assume that the kernel doesn't put garbage
282 * histcounter_type. This is a bad assumption for dead kernels,
294 if (kvp->gpm.histcounter_type == 0) {
300 kvp->gpm.histcounter_type = 16 /
302 if (kvp->gpm.histcounter_type == 64)
303 kvp->gpm.histcounter_type = -64;
378 h.histcounter_type = kvp->gpm.histcounter_type;
/freebsd-9.3-release/sys/kern/
H A Dsubr_prof.c181 p->histcounter_type = FUNCTION_ALIGNMENT / HISTFRACTION * NBBY;
185 p->histcounter_type = -p->histcounter_type;
/freebsd-9.3-release/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c133 gm.histcounter_type = 0; /* compatibility with moncontrol() */

Completed in 171 milliseconds