Home
last modified time | relevance | path

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

/linux/tools/perf/arch/x86/util/
A 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()
A 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()
/linux/tools/perf/util/
A Drecord.h34 bool full_auxtrace; member
A Drecord.c124 if (opts->full_auxtrace) { in evlist__config()
/linux/tools/perf/arch/s390/util/
A Dauxtrace.c54 opts->full_auxtrace = true; in cpumsf_recording_options()
/linux/tools/perf/arch/arm64/util/
A Darm-spe.c163 opts->full_auxtrace = true; in arm_spe_recording_options()
167 if (!opts->full_auxtrace) in arm_spe_recording_options()
/linux/tools/perf/arch/arm/util/
A 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()
/linux/tools/perf/
A Dbuiltin-record.c1215 if (!rec->opts.full_auxtrace) in record__init_features()
1414 if (rec->opts.auxtrace_sample_mode || rec->opts.full_auxtrace) { in record__synthesize()
1422 if (rec->opts.full_auxtrace) { in record__synthesize()
2064 if (rec->samples && !rec->opts.full_auxtrace) in __cmd_record()
2914 if (rec->opts.full_auxtrace) in cmd_record()

Completed in 17 milliseconds