Searched refs:ProfBuffer (Results 1 – 3 of 3) sorted by relevance
74 #define PROFBUF_SZ (CEIL(sizeof (ProfBuffer), STRUCT_ALIGN))81 #define BUF_FILLER (PROFBUF_SZ - sizeof (ProfBuffer))
401 ProfBuffer prof_buffer; in dump_pcsamples()411 if (fwrite(&prof_buffer, sizeof (ProfBuffer), 1, fp) != 1) { in dump_pcsamples()895 process_pcsamples(ProfBuffer *bufp) in process_pcsamples()1342 process_pcsamples((ProfBuffer *) objp); in getpfiledata()
96 } ProfBuffer; typedef