Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/lib/include/internal/
Dmmap.h11 #define PERF_SAMPLE_MAX_SIZE (1 << 16) macro
29 char event_copy[PERF_SAMPLE_MAX_SIZE] __aligned(8);
/Linux-v5.4/tools/perf/util/
Devent.h45 #define PERF_SAMPLE_MAX_SIZE (1 << 16) macro
Dauxtrace.c383 char buf[PERF_SAMPLE_MAX_SIZE]; in auxtrace_queues__add_indexed_event()
386 PERF_SAMPLE_MAX_SIZE, &event, NULL); in auxtrace_queues__add_indexed_event()
Dcs-etm.c266 tidq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in cs_etm__init_traceid_queue()
Dintel-pt.c883 ptq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in intel_pt_alloc_queue()
/Linux-v5.4/tools/perf/
Dbuiltin-record.c935 size_t max_record_size = PERF_SAMPLE_MAX_SIZE - sizeof(struct perf_record_compressed) - 1; in zstd_compress()