Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/perf/include/internal/
Dmmap.h11 #define PERF_SAMPLE_MAX_SIZE (1 << 16) macro
34 char event_copy[PERF_SAMPLE_MAX_SIZE] __aligned(8);
/kernel/linux/linux-5.10/tools/perf/util/
Devent.h45 #define PERF_SAMPLE_MAX_SIZE (1 << 16) macro
Darm-spe.c190 speq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in arm_spe__alloc_queue()
Dauxtrace.c427 char buf[PERF_SAMPLE_MAX_SIZE]; in auxtrace_queues__add_indexed_event()
430 PERF_SAMPLE_MAX_SIZE, &event, NULL); in auxtrace_queues__add_indexed_event()
Dsession.c1726 char buf[PERF_SAMPLE_MAX_SIZE]; in perf_session__peek_events()
1732 PERF_SAMPLE_MAX_SIZE, &event, in perf_session__peek_events()
Dcs-etm.c269 tidq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in cs_etm__init_traceid_queue()
Dintel-pt.c1025 ptq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in intel_pt_alloc_queue()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-inject.c52 char event_copy[PERF_SAMPLE_MAX_SIZE];
Dbuiltin-record.c1086 size_t max_record_size = PERF_SAMPLE_MAX_SIZE - sizeof(struct perf_record_compressed) - 1; in zstd_compress()