full_auxtrace     280 tools/perf/arch/arm/util/cs-etm.c 			opts->full_auxtrace = true;
full_auxtrace     358 tools/perf/arch/arm/util/cs-etm.c 	if (opts->full_auxtrace && !opts->auxtrace_mmap_pages) {
full_auxtrace     413 tools/perf/arch/arm/util/cs-etm.c 	if (opts->full_auxtrace) {
full_auxtrace      86 tools/perf/arch/arm64/util/arm-spe.c 			opts->full_auxtrace = true;
full_auxtrace      90 tools/perf/arch/arm64/util/arm-spe.c 	if (!opts->full_auxtrace)
full_auxtrace      94 tools/perf/arch/arm64/util/arm-spe.c 	if (opts->full_auxtrace && !opts->auxtrace_mmap_pages) {
full_auxtrace      54 tools/perf/arch/s390/util/auxtrace.c 	opts->full_auxtrace = true;
full_auxtrace     128 tools/perf/arch/x86/util/intel-bts.c 			opts->full_auxtrace = true;
full_auxtrace     132 tools/perf/arch/x86/util/intel-bts.c 	if (opts->auxtrace_snapshot_mode && !opts->full_auxtrace) {
full_auxtrace     137 tools/perf/arch/x86/util/intel-bts.c 	if (!opts->full_auxtrace)
full_auxtrace     140 tools/perf/arch/x86/util/intel-bts.c 	if (opts->full_auxtrace && !perf_cpu_map__empty(cpus)) {
full_auxtrace     184 tools/perf/arch/x86/util/intel-bts.c 	if (opts->full_auxtrace && !opts->auxtrace_mmap_pages) {
full_auxtrace     226 tools/perf/arch/x86/util/intel-bts.c 	if (opts->full_auxtrace) {
full_auxtrace     600 tools/perf/arch/x86/util/intel-pt.c 			opts->full_auxtrace = true;
full_auxtrace     604 tools/perf/arch/x86/util/intel-pt.c 	if (opts->auxtrace_snapshot_mode && !opts->full_auxtrace) {
full_auxtrace     617 tools/perf/arch/x86/util/intel-pt.c 	if (!opts->full_auxtrace)
full_auxtrace     670 tools/perf/arch/x86/util/intel-pt.c 	if (opts->full_auxtrace && !opts->auxtrace_mmap_pages) {
full_auxtrace     699 tools/perf/arch/x86/util/intel-pt.c 	if (opts->full_auxtrace && (intel_pt_evsel->core.attr.config & tsc_bit))
full_auxtrace     771 tools/perf/arch/x86/util/intel-pt.c 	if (opts->full_auxtrace) {
full_auxtrace    1050 tools/perf/builtin-record.c 	if (!rec->opts.full_auxtrace)
full_auxtrace    1275 tools/perf/builtin-record.c 	if (rec->opts.full_auxtrace) {
full_auxtrace    1712 tools/perf/builtin-record.c 		if (rec->samples && !rec->opts.full_auxtrace)
full_auxtrace    2455 tools/perf/builtin-record.c 	if (rec->opts.full_auxtrace)
full_auxtrace     165 tools/perf/util/record.c 	if (opts->full_auxtrace) {
full_auxtrace      32 tools/perf/util/record.h 	bool	      full_auxtrace;