Lines Matching refs:aux_offset
2938 __u64 aux_offset, aux_size;
2995 * In this mode, the head also points to the end of the buffer so aux_offset
2998 aux_offset = aux_event->aux_offset - aux_size;
3001 aux_offset = aux_event->aux_offset;
3004 if (aux_offset >= auxtrace_event->offset &&
3005 aux_offset + aux_size <= auxtrace_event->offset + auxtrace_event->size) {
3012 auxtrace_fragment.auxtrace.offset = aux_offset;
3013 file_offset += aux_offset - auxtrace_event->offset + auxtrace_event->header.size;
3016 " tid: %d cpu: %d\n", aux_size, aux_offset, sample->tid, sample->cpu);
3096 pr_err("CS ETM: Couldn't find auxtrace buffer for aux_offset: %#"PRI_lx64
3097 " tid: %d cpu: %d\n", event->aux.aux_offset, sample.tid, sample.cpu);