Searched refs:PERF_SAMPLE_MAX_SIZE (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/lib/perf/include/internal/ |
| H A D | mmap.h | 12 #define PERF_SAMPLE_MAX_SIZE (1 << 16) macro
|
| /linux/tools/perf/tests/ |
| H A D | dlfilter-test.c | 148 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 D | event.h | 44 #define PERF_SAMPLE_MAX_SIZE (1 << 16) macro
|
| H A D | cs-etm.c | 670 tidq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in cs_etm__etmq_get_traceid_queue() 1477 if (sz >= PERF_SAMPLE_MAX_SIZE) { in cs_etm__set_thread() 1478 pr_err("Sample size %zu exceeds max size %d\n", sz, PERF_SAMPLE_MAX_SIZE); in cs_etm__set_thread() 3092 char buf[PERF_SAMPLE_MAX_SIZE]; in cs_etm__queue_aux_fragment() 3108 PERF_SAMPLE_MAX_SIZE, &auxtrace_event_union, NULL); in cs_etm__queue_aux_fragment()
|
| H A D | auxtrace.c | 450 char buf[PERF_SAMPLE_MAX_SIZE]; in auxtrace_queues__add_indexed_event() 453 PERF_SAMPLE_MAX_SIZE, &event, NULL); in auxtrace_queues__add_indexed_event()
|
| H A D | session.c | 2804 char buf[PERF_SAMPLE_MAX_SIZE]; in perf_session__cpu_bitmap() 2811 PERF_SAMPLE_MAX_SIZE, &event, in perf_session__fprintf_info()
|
| H A D | arm-spe.c | 241 speq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in arm_spe__alloc_queue() 506 if (sz >= PERF_SAMPLE_MAX_SIZE) { in arm_spe__synth_mem_sample() 507 pr_err("Sample size %zu exceeds max size %d\n", sz, PERF_SAMPLE_MAX_SIZE); in arm_spe__synth_mem_sample()
|
| H A D | intel-pt.c | 1319 ptq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in intel_pt_alloc_queue() 1748 if (sz >= PERF_SAMPLE_MAX_SIZE) { in intel_pt_deliver_synth_event() 1749 pr_err("Sample size %zu exceeds max size %d\n", sz, PERF_SAMPLE_MAX_SIZE); in intel_pt_deliver_synth_event()
|
| /linux/tools/perf/ |
| H A D | builtin-inject.c | 413 inject->event_copy = malloc(PERF_SAMPLE_MAX_SIZE); in perf_event__convert_sample_callchain() 466 inject->event_copy = malloc(PERF_SAMPLE_MAX_SIZE); in perf_event__convert_sample_callchain() 487 if (sz >= PERF_SAMPLE_MAX_SIZE) { in findnew_dso() 488 pr_err("Sample size %zu exceeds max size %d\n", sz, PERF_SAMPLE_MAX_SIZE); in findnew_dso() 539 inject->event_copy = malloc(PERF_SAMPLE_MAX_SIZE); in perf_event__repipe_common_mmap() 597 if (sz >= PERF_SAMPLE_MAX_SIZE) { in perf_event__repipe_common_mmap() 598 pr_err("Sample size %zu exceeds max size %d\n", sz, PERF_SAMPLE_MAX_SIZE); in perf_event__repipe_common_mmap() 1803 buf = malloc(PERF_SAMPLE_MAX_SIZE); in guest_session__inject_events()
|
| H A D | builtin-record.c | 1614 size_t max_record_size = PERF_SAMPLE_MAX_SIZE - sizeof(struct perf_record_compressed2) - 1; in zstd_compress()
|