Home
last modified time | relevance | path

Searched refs:full_auxtrace (Results 1 – 8 of 8) sorted by relevance

/tools/perf/arch/x86/util/
Dintel-bts.c133 opts->full_auxtrace = true; in intel_bts_recording_options()
137 if (opts->auxtrace_snapshot_mode && !opts->full_auxtrace) { in intel_bts_recording_options()
142 if (!opts->full_auxtrace) in intel_bts_recording_options()
145 if (opts->full_auxtrace && !perf_cpu_map__empty(cpus)) { in intel_bts_recording_options()
189 if (opts->full_auxtrace && !opts->auxtrace_mmap_pages) { in intel_bts_recording_options()
231 if (opts->full_auxtrace) { in intel_bts_recording_options()
Dintel-pt.c646 opts->full_auxtrace = true; in intel_pt_recording_options()
650 if (opts->auxtrace_snapshot_mode && !opts->full_auxtrace) { in intel_pt_recording_options()
668 if (!opts->full_auxtrace) in intel_pt_recording_options()
752 if (opts->full_auxtrace && !opts->auxtrace_mmap_pages) { in intel_pt_recording_options()
788 if (opts->full_auxtrace && (intel_pt_evsel->core.attr.config & tsc_bit)) in intel_pt_recording_options()
865 if (opts->full_auxtrace) { in intel_pt_recording_options()
/tools/perf/util/
Drecord.h34 bool full_auxtrace; member
Drecord.c124 if (opts->full_auxtrace) { in evlist__config()
/tools/perf/arch/arm64/util/
Darm-spe.c111 opts->full_auxtrace = true; in arm_spe_recording_options()
115 if (!opts->full_auxtrace) in arm_spe_recording_options()
/tools/perf/arch/s390/util/
Dauxtrace.c54 opts->full_auxtrace = true; in cpumsf_recording_options()
/tools/perf/arch/arm/util/
Dcs-etm.c321 opts->full_auxtrace = true; in cs_etm_recording_options()
399 if (opts->full_auxtrace && !opts->auxtrace_mmap_pages) { in cs_etm_recording_options()
454 if (opts->full_auxtrace) { in cs_etm_recording_options()
/tools/perf/
Dbuiltin-record.c1215 if (!rec->opts.full_auxtrace) in record__init_features()
1420 if (rec->opts.full_auxtrace) { in record__synthesize()
2055 if (rec->samples && !rec->opts.full_auxtrace) in __cmd_record()
2878 if (rec->opts.full_auxtrace) in cmd_record()