MAX_SAMPLE_BUFFER  138 tools/perf/util/ordered-events.c 	size = sizeof(*oe->buffer) + MAX_SAMPLE_BUFFER * sizeof(*new);
MAX_SAMPLE_BUFFER  145 tools/perf/util/ordered-events.c 		if (++oe->buffer_idx == MAX_SAMPLE_BUFFER)
MAX_SAMPLE_BUFFER  405 tools/perf/util/ordered-events.c 		ordered_events_buffer__free(buffer, MAX_SAMPLE_BUFFER, oe);