PERF_SAMPLE_MAX_SIZE  935 tools/perf/builtin-record.c 	size_t max_record_size = PERF_SAMPLE_MAX_SIZE - sizeof(struct perf_record_compressed) - 1;
PERF_SAMPLE_MAX_SIZE   29 tools/perf/lib/include/internal/mmap.h 	char		 event_copy[PERF_SAMPLE_MAX_SIZE] __aligned(8);
PERF_SAMPLE_MAX_SIZE  383 tools/perf/util/auxtrace.c 	char buf[PERF_SAMPLE_MAX_SIZE];
PERF_SAMPLE_MAX_SIZE  386 tools/perf/util/auxtrace.c 				       PERF_SAMPLE_MAX_SIZE, &event, NULL);
PERF_SAMPLE_MAX_SIZE  266 tools/perf/util/cs-etm.c 	tidq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE);
PERF_SAMPLE_MAX_SIZE  883 tools/perf/util/intel-pt.c 	ptq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE);