Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/lib/perf/include/internal/
A Dmmap.h12 #define PERF_SAMPLE_MAX_SIZE (1 << 16) macro
36 char event_copy[PERF_SAMPLE_MAX_SIZE] __aligned(8);
/linux-6.3-rc2/tools/perf/tests/
A Ddlfilter-test.c145 char buf[PERF_SAMPLE_MAX_SIZE]; in write_mmap()
171 char buf[PERF_SAMPLE_MAX_SIZE]; in write_sample()
/linux-6.3-rc2/tools/perf/util/
A Devent.h44 #define PERF_SAMPLE_MAX_SIZE (1 << 16) macro
A Dcs-etm.c309 tidq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in cs_etm__init_traceid_queue()
2617 char buf[PERF_SAMPLE_MAX_SIZE]; in cs_etm__queue_aux_fragment()
2634 PERF_SAMPLE_MAX_SIZE, &auxtrace_event_union, NULL); in cs_etm__queue_aux_fragment()
A Dauxtrace.c430 char buf[PERF_SAMPLE_MAX_SIZE]; in auxtrace_queues__add_indexed_event()
433 PERF_SAMPLE_MAX_SIZE, &event, NULL); in auxtrace_queues__add_indexed_event()
A Darm-spe.c202 speq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in arm_spe__alloc_queue()
A Dsession.c1825 char buf[PERF_SAMPLE_MAX_SIZE]; in perf_session__peek_events()
1831 PERF_SAMPLE_MAX_SIZE, &event, in perf_session__peek_events()
A Dintel-pt.c1292 ptq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in intel_pt_alloc_queue()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-inject.c50 char event_buf[PERF_SAMPLE_MAX_SIZE];
125 char event_copy[PERF_SAMPLE_MAX_SIZE];
A Dbuiltin-record.c1503 size_t max_record_size = PERF_SAMPLE_MAX_SIZE - sizeof(struct perf_record_compressed) - 1; in zstd_compress()
1898 lost = zalloc(PERF_SAMPLE_MAX_SIZE); in record__read_lost_samples()

Completed in 48 milliseconds