Home
last modified time | relevance | path

Searched refs:histcounter_type (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/gprof/
H A Dgprof.c275 if ( gmonhdr.histcounter_type == 0 ) { in openpfile()
277 histcounter_type = 16; in openpfile()
280 histcounter_type = gmonhdr.histcounter_type; in openpfile()
281 histcounter_size = abs(histcounter_type) / CHAR_BIT; in openpfile()
404 switch ( histcounter_type ) { in readsamples()
430 err(1, "unsupported histogram counter type %d", histcounter_type); in readsamples()
H A Dgprof.h72 EXTERN int histcounter_type; variable
/freebsd/sys/sys/
H A Dgmon.h46 int histcounter_type; /* size (in bits) and sign of HISTCOUNTER */ member
178 int histcounter_type; member
/freebsd/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c143 gm.histcounter_type = WIDEHISTCOUNTER_GMONTYPE; in pmcstat_gmon_create_file()
145 gm.histcounter_type = HISTCOUNTER_GMONTYPE; in pmcstat_gmon_create_file()