Lines Matching full:auxiliary
8 * Auxiliary traces are collected during 'perf record' using rbd000 event.
37 * auxiliary trace data processing. See s390_cpumsf_process_auxtrace_info()
39 * Auxiliary trace data is collected per CPU. To merge the data into the report
79 * auxiliary traces entries until the time stamp of this record is reached
120 * | time stamps from the auxiliary trace buffers. This enables
121 * | synchronization between auxiliary trace data and the events on the
138 * the data in the auxiliary trace buffers.
320 /* Dump an auxiliary buffer. These buffers are multiple of
431 pr_err("s390 Auxiliary Trace: failed to deliver event\n"); in s390_cpumsf_make_event()
467 * reflect the time stamp of the last processed auxiliary data entry
500 * this auxiliary page are ready for processing. If the in s390_cpumsf_samples()
555 /* Run the s390 auxiliary trace decoder.
558 * This is the time stamp until which the auxiliary entries should
586 * decoding the auxiliary entries. One buffer might be large in s390_cpumsf_run_decoder()
588 * stamp of the trailer entry in each page of the auxiliary in s390_cpumsf_run_decoder()
745 strncpy(msg, "Lost Auxiliary Trace Buffer", sizeof(msg) - 1); in s390_cpumsf_synth_error()
751 pr_err("s390 Auxiliary Trace: failed to deliver error event," in s390_cpumsf_synth_error()
778 pr_err("s390 Auxiliary Trace requires ordered events\n"); in s390_cpumsf_process_event()