Searched refs:PERF_SAMPLE_MAX_SIZE (Results 1 – 8 of 8) sorted by relevance
12 #define PERF_SAMPLE_MAX_SIZE (1 << 16) macro
149 char buf[PERF_SAMPLE_MAX_SIZE]; in write_mmap() 175 char buf[PERF_SAMPLE_MAX_SIZE]; in write_sample()
644 tidq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in cs_etm__init_traceid_queue() 3021 char buf[PERF_SAMPLE_MAX_SIZE]; in cs_etm__queue_aux_fragment() 3037 PERF_SAMPLE_MAX_SIZE, &auxtrace_event_union, NULL); in cs_etm__queue_aux_fragment()
1618 char buf[PERF_SAMPLE_MAX_SIZE]; in perf_session__peek_events() 1624 PERF_SAMPLE_MAX_SIZE, &event, in perf_session__peek_events()
222 speq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in arm_spe__alloc_queue()
1318 ptq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in intel_pt_alloc_queue()
350 inject->event_copy = malloc(PERF_SAMPLE_MAX_SIZE); in perf_inject__cut_auxtrace_sample() 1579 buf = malloc(PERF_SAMPLE_MAX_SIZE); in guest_session__fetch()
1576 size_t max_record_size = PERF_SAMPLE_MAX_SIZE - sizeof(struct perf_record_compressed2) - 1; in zstd_compress()