Searched refs:PROF_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
90 #define PROF_BUFFER_SIZE 131072 /* 1 Mb */ macro
328 if ((nelem = nlp->nticks) > PROF_BUFFER_SIZE) in dump_hits()329 nelem = PROF_BUFFER_SIZE; in dump_hits()882 if ((chunk_size = bufp->bufsize) > PROF_BUFFER_SIZE) in process_pcsamples()883 chunk_size = PROF_BUFFER_SIZE; in process_pcsamples()