Lines Matching refs:aux_size
6462 u64 aux_offset, aux_size; in perf_mmap() local
6477 aux_size = READ_ONCE(rb->user_page->aux_size); in perf_mmap()
6489 if (aux_size != vma_size || aux_size != nr_pages * PAGE_SIZE) in perf_mmap()
6996 data->aux_size = 0; in perf_prepare_sample_aux()
7016 data->aux_size = 0; in perf_prepare_sample_aux()
7019 data->aux_size = ALIGN(size, sizeof(u64)); in perf_prepare_sample_aux()
7024 return data->aux_size; in perf_prepare_sample_aux()
7070 if (WARN_ON_ONCE(!sampler || !data->aux_size)) in perf_aux_sample_output()
7077 size = perf_pmu_snapshot_aux(rb, sampler, handle, data->aux_size); in perf_aux_sample_output()
7092 pad = data->aux_size - size; in perf_aux_sample_output()
7459 perf_output_put(handle, data->aux_size); in perf_output_sample()
7461 if (data->aux_size) in perf_output_sample()