Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/perf/include/internal/
Dmmap.h11 #define PERF_SAMPLE_MAX_SIZE (1 << 16) macro
35 char event_copy[PERF_SAMPLE_MAX_SIZE] __aligned(8);
/Linux-v5.15/tools/perf/tests/
Ddlfilter-test.c144 char buf[PERF_SAMPLE_MAX_SIZE]; in write_mmap()
170 char buf[PERF_SAMPLE_MAX_SIZE]; in write_sample()
/Linux-v5.15/tools/perf/util/
Devent.h45 #define PERF_SAMPLE_MAX_SIZE (1 << 16) macro
Dcs-etm.c308 tidq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in cs_etm__init_traceid_queue()
2725 char buf[PERF_SAMPLE_MAX_SIZE]; in cs_etm__queue_aux_fragment()
2742 PERF_SAMPLE_MAX_SIZE, &auxtrace_event_union, NULL); in cs_etm__queue_aux_fragment()
Darm-spe.c194 speq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in arm_spe__alloc_queue()
Dauxtrace.c420 char buf[PERF_SAMPLE_MAX_SIZE]; in auxtrace_queues__add_indexed_event()
423 PERF_SAMPLE_MAX_SIZE, &event, NULL); in auxtrace_queues__add_indexed_event()
Dsession.c1757 char buf[PERF_SAMPLE_MAX_SIZE]; in perf_session__peek_events()
1763 PERF_SAMPLE_MAX_SIZE, &event, in perf_session__peek_events()
Dintel-pt.c1176 ptq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in intel_pt_alloc_queue()
/Linux-v5.15/tools/perf/
Dbuiltin-inject.c56 char event_copy[PERF_SAMPLE_MAX_SIZE];
Dbuiltin-record.c1099 size_t max_record_size = PERF_SAMPLE_MAX_SIZE - sizeof(struct perf_record_compressed) - 1; in zstd_compress()