Home
last modified time | relevance | path

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

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