Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_MAX_SIZE (Results 1 – 5 of 5) 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.c149 char buf[PERF_SAMPLE_MAX_SIZE]; in write_mmap()
175 char buf[PERF_SAMPLE_MAX_SIZE]; in write_sample()
/linux/tools/perf/util/
H A Dcs-etm.c637 tidq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in cs_etm__init_traceid_queue()
3012 char buf[PERF_SAMPLE_MAX_SIZE]; in cs_etm__queue_aux_fragment()
3028 PERF_SAMPLE_MAX_SIZE, &auxtrace_event_union, NULL); in cs_etm__queue_aux_fragment()
H A 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()
/linux/tools/perf/
H A 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()