aux_output       3302 arch/x86/events/intel/core.c 	if (event->attr.aux_output) {
aux_output        377 include/uapi/linux/perf_event.h 				aux_output     :  1, /* generate AUX records instead of events */
aux_output       10568 kernel/events/core.c 	if (event->attr.aux_output &&
aux_output       11208 kernel/events/core.c 	if (event->attr.aux_output && !perf_get_aux_event(event, group_leader)) {
aux_output       11361 kernel/events/core.c 	if (attr->aux_output)
aux_output        377 tools/include/uapi/linux/perf_event.h 				aux_output     :  1, /* generate AUX records instead of events */
aux_output        564 tools/perf/arch/x86/util/intel-pt.c 		aux_output_cnt += !!evsel->core.attr.aux_output;
aux_output        847 tools/perf/util/evsel.c 			attr->aux_output = term->val.aux_output ? 1 : 0;
aux_output       1581 tools/perf/util/evsel.c 	    (perf_missing_features.aux_output     && evsel->core.attr.aux_output))
aux_output       1755 tools/perf/util/evsel.c 	if (!perf_missing_features.aux_output && evsel->core.attr.aux_output) {
aux_output       1756 tools/perf/util/evsel.c 		perf_missing_features.aux_output = true;
aux_output       2498 tools/perf/util/evsel.c 		if (perf_missing_features.aux_output)
aux_output        117 tools/perf/util/evsel.h 	bool aux_output;
aux_output         46 tools/perf/util/evsel_config.h 		bool	      aux_output;
aux_output       2906 tools/perf/util/intel-pt.c 		if (evsel->core.attr.aux_output && evsel->core.id) {
aux_output       1235 tools/perf/util/parse-events.c 			ADD_CONFIG_TERM(AUX_OUTPUT, aux_output, term->val.num ? 1 : 0);
aux_output        133 tools/perf/util/perf_event_attr_fprintf.c 	PRINT_ATTRf(aux_output, p_unsigned);