Searched refs:PERF_SAMPLE_MAX_SIZE (Results 1 – 9 of 9) sorted by relevance
11 #define PERF_SAMPLE_MAX_SIZE (1 << 16) macro34 char event_copy[PERF_SAMPLE_MAX_SIZE] __aligned(8);
45 #define PERF_SAMPLE_MAX_SIZE (1 << 16) macro
190 speq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in arm_spe__alloc_queue()
427 char buf[PERF_SAMPLE_MAX_SIZE]; in auxtrace_queues__add_indexed_event()430 PERF_SAMPLE_MAX_SIZE, &event, NULL); in auxtrace_queues__add_indexed_event()
1726 char buf[PERF_SAMPLE_MAX_SIZE]; in perf_session__peek_events()1732 PERF_SAMPLE_MAX_SIZE, &event, in perf_session__peek_events()
269 tidq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in cs_etm__init_traceid_queue()
1025 ptq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in intel_pt_alloc_queue()
52 char event_copy[PERF_SAMPLE_MAX_SIZE];
1086 size_t max_record_size = PERF_SAMPLE_MAX_SIZE - sizeof(struct perf_record_compressed) - 1; in zstd_compress()