Lines Matching refs:AUX
3 * auxtrace.c: AUX area trace support
141 pr_debug2("failed to mmap AUX area\n");
167 pr_debug2("AUX area mmap length %zu\n", mp->len);
565 pr_err("AUX area tracing is not supported on this architecture\n");
645 pr_err("No AUX area tracing to snapshot\n");
685 * AUX area sample size of 60KiB.
705 pr_err("Cannot add AUX area sampling to an AUX area event\n");
707 pr_err("Cannot add AUX area sampling to a group leader\n");
712 pr_err("AUX area sample size %u too big, max. %d\n",
718 pr_err("Cannot add AUX area sampling because group leader is not an AUX area event\n");
721 evsel__set_sample_bit(evsel, AUX);
724 evsel__reset_sample_bit(evsel, AUX);
729 pr_err("AUX area sampling requires an AUX area event group leader plus other events to which to add samples\n");
734 pr_err("AUX area sampling is not supported by kernel\n");
757 pr_err("No AUX area event to sample\n");
763 pr_err("Bad AUX area sampling option: '%s'\n", str);
791 /* If possible, group with the AUX event */
801 pr_err("No AUX area event to sample\n");
817 /* If possible, group with the AUX event */
1680 error_type_name = "unknown AUX";
1769 * the AUX head or tail is bigger than 4GB (more than 32 bits length); and we
1770 * can not simply limit the AUX ring buffer to less than 4GB, the reason is
1779 * For reading the AUX head, it reads out the values for three times, and