Lines Matching refs:size
21 * up to 256 entries describing offset and size of the AUXTRACE data in the
44 * the offset and size of a CPU's auxtrace data. During auxtrace processing
55 * filled with data (offset/size pairs) and the auxtrace_heap is populated.
359 /* Test a sample data block. It must be 4KB or a multiple thereof in size and
364 * basic set entry size and diagnostic set entry size.
380 if (len & (S390_CPUMSF_PAGESZ - 1)) /* Illegal size */
443 ". ... s390 AUX data: size %zu bytes\n",
448 pr_err("Invalid AUX trace data block size:%zu"
534 event.sample.header.size = sizeof(struct perf_event_header);
718 buffer->use_size = buffer->size;
722 size_t rc = fwrite(buffer->data, buffer->size, 1,
736 buffer->use_size = buffer->size;
740 size_t rc = fwrite(buffer->data, buffer->size, 1,
746 pr_debug4("%s queue_nr:%d buffer:%" PRId64 " offset:%#" PRIx64 " size:%#zx rest:%#zx\n",
748 buffer->size, buffer->use_size);
994 buffer->size);
1125 if (auxtrace_info->header.size < sizeof(struct perf_record_auxtrace_info))