Home
last modified time | relevance | path

Searched refs:sampbytes (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c58 sztype sampbytes; variable
1473 whoami, sampbytes / sizeof (unsigned_UNIT)); in readsamples()
1732 sampbytes = h.ncnt > hdrsize ? h.ncnt - hdrsize : 0; in openpfile()
1733 nsamples = sampbytes / sizeof (unsigned_UNIT); in openpfile()
1747 sampbytes, nsamples); in openpfile()
H A Dgprof.h300 extern sztype sampbytes; /* number of bytes of samples in o-s gmon.out */