Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_MAX_SIZE (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/tools/perf/util/
Dmmap.h28 char event_copy[PERF_SAMPLE_MAX_SIZE] __aligned(8);
Devent.h95 #define PERF_SAMPLE_MAX_SIZE (1 << 16) macro
Dauxtrace.c387 char buf[PERF_SAMPLE_MAX_SIZE]; in auxtrace_queues__add_indexed_event()
390 PERF_SAMPLE_MAX_SIZE, &event, NULL); in auxtrace_queues__add_indexed_event()
Dcs-etm.c328 etmq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in cs_etm__alloc_queue()
Dintel-pt.c781 ptq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in intel_pt_alloc_queue()