Lines Matching defs:offset
140 pc->aux_offset = mp->offset;
143 mm->base = mmap(NULL, mp->len, mp->prot, MAP_SHARED, fd, mp->offset);
167 mp->offset = auxtrace_offset;
411 .offset = event->auxtrace.offset,
1063 union perf_event *event, u64 offset,
1073 offset += event->header.size;
1075 offset);
1088 offset += sample.aux_sample.data - (void *)event;
1090 return session->auxtrace->queue_data(session, &sample, NULL, offset);
1295 fprintf(stdout, " size: %#"PRI_lx64" offset: %#"PRI_lx64" ref: %#"PRI_lx64" idx: %u tid: %d cpu: %d\n",
1296 event->auxtrace.size, event->auxtrace.offset,
1659 u64 head, old = mm->prev, offset, ref;
1699 offset = head - size;
1708 offset = head - size - rem;
1739 ev.auxtrace.offset = offset;