Home
last modified time | relevance | path

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

/linux/tools/lib/perf/include/internal/
H A Dmmap.h12 #define PERF_SAMPLE_MAX_SIZE (1 << 16) macro
/linux/tools/perf/tests/
H A Ddlfilter-test.c148 char buf[PERF_SAMPLE_MAX_SIZE]; in write_mmap()
174 char buf[PERF_SAMPLE_MAX_SIZE]; in write_sample()
/linux/tools/perf/util/
H A Devent.h44 #define PERF_SAMPLE_MAX_SIZE (1 << 16) macro
H A Dcs-etm.c643 tidq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in cs_etm__init_traceid_queue()
3009 char buf[PERF_SAMPLE_MAX_SIZE]; in cs_etm__queue_aux_fragment()
3025 PERF_SAMPLE_MAX_SIZE, &auxtrace_event_union, NULL); in cs_etm__queue_aux_fragment()
H A Dauxtrace.c449 char buf[PERF_SAMPLE_MAX_SIZE]; in auxtrace_queues__add_indexed_event()
452 PERF_SAMPLE_MAX_SIZE, &event, NULL); in auxtrace_queues__add_indexed_event()
H A Dsession.c1810 char buf[PERF_SAMPLE_MAX_SIZE]; in perf_session__peek_events()
1816 PERF_SAMPLE_MAX_SIZE, &event, in perf_session__peek_events()
H A Darm-spe.c238 speq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in arm_spe__alloc_queue()
H A Dintel-pt.c1318 ptq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in intel_pt_alloc_queue()
/linux/tools/perf/
H A Dbuiltin-inject.c339 inject->event_copy = malloc(PERF_SAMPLE_MAX_SIZE); in perf_inject__cut_auxtrace_sample()
405 inject->event_copy = malloc(PERF_SAMPLE_MAX_SIZE); in perf_event__convert_sample_callchain()
1653 buf = malloc(PERF_SAMPLE_MAX_SIZE); in guest_session__fetch()
H A Dbuiltin-record.c1613 size_t max_record_size = PERF_SAMPLE_MAX_SIZE - sizeof(struct perf_record_compressed2) - 1; in zstd_compress()