Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/arch/x86/util/
Dintel-bts.c128 opts->full_auxtrace = true; in intel_bts_recording_options()
132 if (opts->auxtrace_snapshot_mode && !opts->full_auxtrace) { in intel_bts_recording_options()
137 if (!opts->full_auxtrace) in intel_bts_recording_options()
140 if (opts->full_auxtrace && !perf_cpu_map__empty(cpus)) { in intel_bts_recording_options()
184 if (opts->full_auxtrace && !opts->auxtrace_mmap_pages) { in intel_bts_recording_options()
226 if (opts->full_auxtrace) { in intel_bts_recording_options()
Dintel-pt.c600 opts->full_auxtrace = true; in intel_pt_recording_options()
604 if (opts->auxtrace_snapshot_mode && !opts->full_auxtrace) { in intel_pt_recording_options()
617 if (!opts->full_auxtrace) in intel_pt_recording_options()
670 if (opts->full_auxtrace && !opts->auxtrace_mmap_pages) { in intel_pt_recording_options()
699 if (opts->full_auxtrace && (intel_pt_evsel->core.attr.config & tsc_bit)) in intel_pt_recording_options()
771 if (opts->full_auxtrace) { in intel_pt_recording_options()
/Linux-v5.4/tools/perf/arch/arm64/util/
Darm-spe.c86 opts->full_auxtrace = true; in arm_spe_recording_options()
90 if (!opts->full_auxtrace) in arm_spe_recording_options()
94 if (opts->full_auxtrace && !opts->auxtrace_mmap_pages) { in arm_spe_recording_options()
/Linux-v5.4/tools/perf/util/
Drecord.h32 bool full_auxtrace; member
Drecord.c165 if (opts->full_auxtrace) { in perf_evlist__config()
/Linux-v5.4/tools/perf/arch/s390/util/
Dauxtrace.c54 opts->full_auxtrace = true; in cpumsf_recording_options()
/Linux-v5.4/tools/perf/arch/arm/util/
Dcs-etm.c280 opts->full_auxtrace = true; in cs_etm_recording_options()
358 if (opts->full_auxtrace && !opts->auxtrace_mmap_pages) { in cs_etm_recording_options()
413 if (opts->full_auxtrace) { in cs_etm_recording_options()
/Linux-v5.4/tools/perf/
Dbuiltin-record.c1050 if (!rec->opts.full_auxtrace) in record__init_features()
1275 if (rec->opts.full_auxtrace) { in record__synthesize()
1712 if (rec->samples && !rec->opts.full_auxtrace) in __cmd_record()
2455 if (rec->opts.full_auxtrace) in cmd_record()