Home
last modified time | relevance | path

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

/linux-6.12.1/tools/lib/perf/include/internal/
Dmmap.h12 #define PERF_SAMPLE_MAX_SIZE (1 << 16) macro
/linux-6.12.1/tools/perf/tests/
Ddlfilter-test.c149 char buf[PERF_SAMPLE_MAX_SIZE]; in write_mmap()
175 char buf[PERF_SAMPLE_MAX_SIZE]; in write_sample()
/linux-6.12.1/tools/perf/util/
Devent.h44 #define PERF_SAMPLE_MAX_SIZE (1 << 16) macro
Dcs-etm.c637 tidq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in cs_etm__init_traceid_queue()
3001 char buf[PERF_SAMPLE_MAX_SIZE]; in cs_etm__queue_aux_fragment()
3017 PERF_SAMPLE_MAX_SIZE, &auxtrace_event_union, NULL); in cs_etm__queue_aux_fragment()
Dauxtrace.c435 char buf[PERF_SAMPLE_MAX_SIZE]; in auxtrace_queues__add_indexed_event()
438 PERF_SAMPLE_MAX_SIZE, &event, NULL); in auxtrace_queues__add_indexed_event()
Darm-spe.c202 speq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in arm_spe__alloc_queue()
Dsession.c1560 char buf[PERF_SAMPLE_MAX_SIZE]; in perf_session__peek_events()
1566 PERF_SAMPLE_MAX_SIZE, &event, in perf_session__peek_events()
Dintel-pt.c1316 ptq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in intel_pt_alloc_queue()
/linux-6.12.1/tools/perf/
Dbuiltin-inject.c350 inject->event_copy = malloc(PERF_SAMPLE_MAX_SIZE); in perf_inject__cut_auxtrace_sample()
1573 buf = malloc(PERF_SAMPLE_MAX_SIZE); in guest_session__fetch()
Dbuiltin-record.c1552 size_t max_record_size = PERF_SAMPLE_MAX_SIZE - sizeof(struct perf_record_compressed) - 1; in zstd_compress()