Home
last modified time | relevance | path

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

/Linux-v4.19/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 && !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.c574 opts->full_auxtrace = true; in intel_pt_recording_options()
578 if (opts->auxtrace_snapshot_mode && !opts->full_auxtrace) { in intel_pt_recording_options()
588 if (!opts->full_auxtrace) in intel_pt_recording_options()
641 if (opts->full_auxtrace && !opts->auxtrace_mmap_pages) { in intel_pt_recording_options()
670 if (opts->full_auxtrace && (intel_pt_evsel->attr.config & tsc_bit)) in intel_pt_recording_options()
742 if (opts->full_auxtrace) { in intel_pt_recording_options()
/Linux-v4.19/tools/perf/arch/arm64/util/
Darm-spe.c83 opts->full_auxtrace = true; in arm_spe_recording_options()
87 if (!opts->full_auxtrace) in arm_spe_recording_options()
91 if (opts->full_auxtrace && !opts->auxtrace_mmap_pages) { in arm_spe_recording_options()
/Linux-v4.19/tools/perf/
Dperf.h58 bool full_auxtrace; member
Dbuiltin-record.c589 if (!rec->opts.full_auxtrace) in record__init_features()
799 if (rec->opts.full_auxtrace) { in record__synthesize()
1197 if (rec->samples && !rec->opts.full_auxtrace) in __cmd_record()
1865 if (rec->opts.full_auxtrace) in cmd_record()
/Linux-v4.19/tools/perf/arch/s390/util/
Dauxtrace.c51 opts->full_auxtrace = true; in cpumsf_recording_options()
/Linux-v4.19/tools/perf/arch/arm/util/
Dcs-etm.c87 opts->full_auxtrace = true; in cs_etm_recording_options()
161 if (opts->full_auxtrace && !opts->auxtrace_mmap_pages) { in cs_etm_recording_options()
209 if (opts->full_auxtrace) { in cs_etm_recording_options()
/Linux-v4.19/tools/perf/util/
Drecord.c161 if (opts->full_auxtrace) { in perf_evlist__config()