Searched refs:ProfBuffer (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Dmonv.h98 } ProfBuffer; typedef in typeref:struct:_prof_buffer
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h76 #define PROFBUF_SZ (CEIL(sizeof (ProfBuffer), STRUCT_ALIGN))
83 #define BUF_FILLER (PROFBUF_SZ - sizeof (ProfBuffer))
H A Dgprof.c365 ProfBuffer prof_buffer;
375 if (fwrite(&prof_buffer, sizeof (ProfBuffer), 1, fp) != 1) {
858 process_pcsamples(ProfBuffer *bufp)
1305 process_pcsamples((ProfBuffer *) objp);
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprofv.c466 process_pcsamples(ProfBuffer *bufp)
757 process_pcsamples((ProfBuffer *)objp);

Completed in 67 milliseconds