Lines Matching defs:aux_offset
3025 __u64 aux_offset, aux_size;
3081 * In this mode, the head also points to the end of the buffer so aux_offset
3084 aux_offset = aux_event->aux_offset - aux_size;
3087 aux_offset = aux_event->aux_offset;
3090 if (aux_offset >= auxtrace_event->offset &&
3091 aux_offset + aux_size <= auxtrace_event->offset + auxtrace_event->size) {
3100 auxtrace_fragment.auxtrace.offset = aux_offset;
3101 file_offset += aux_offset - auxtrace_event->offset + auxtrace_event->header.size;
3104 " tid: %d cpu: %d\n", aux_size, aux_offset, sample->tid, sample->cpu);
3189 pr_err("CS ETM: Couldn't find auxtrace buffer for aux_offset: %#"PRI_lx64
3190 " tid: %d cpu: %d\n", event->aux.aux_offset, sample.tid, sample.cpu);