Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/arch/x86/util/
Dintel-bts.c134 opts->full_auxtrace = true; in intel_bts_recording_options()
138 if (opts->auxtrace_snapshot_mode && !opts->full_auxtrace) { in intel_bts_recording_options()
143 if (!opts->full_auxtrace) in intel_bts_recording_options()
146 if (opts->full_auxtrace && !perf_cpu_map__empty(cpus)) { in intel_bts_recording_options()
190 if (opts->full_auxtrace && !opts->auxtrace_mmap_pages) { in intel_bts_recording_options()
232 if (opts->full_auxtrace) { in intel_bts_recording_options()
Dintel-pt.c634 opts->full_auxtrace = true; in intel_pt_recording_options()
638 if (opts->auxtrace_snapshot_mode && !opts->full_auxtrace) { in intel_pt_recording_options()
656 if (!opts->full_auxtrace) in intel_pt_recording_options()
741 if (opts->full_auxtrace && !opts->auxtrace_mmap_pages) { in intel_pt_recording_options()
776 if (opts->full_auxtrace && (intel_pt_evsel->core.attr.config & tsc_bit)) in intel_pt_recording_options()
848 if (opts->full_auxtrace) { in intel_pt_recording_options()
/Linux-v6.6/tools/perf/arch/arm64/util/
Dhisi-ptt.c68 if (!opts->full_auxtrace) in hisi_ptt_set_auxtrace_mmap_page()
71 if (opts->full_auxtrace && !opts->auxtrace_mmap_pages) { in hisi_ptt_set_auxtrace_mmap_page()
118 opts->full_auxtrace = true; in hisi_ptt_recording_options()
Darm-spe.c142 opts->full_auxtrace = true; in arm_spe_recording_options()
146 if (!opts->full_auxtrace) in arm_spe_recording_options()
/Linux-v6.6/tools/perf/util/
Drecord.h34 bool full_auxtrace; member
Drecord.c117 if (opts->full_auxtrace || opts->sample_identifier) { in evlist__config()
/Linux-v6.6/tools/perf/arch/s390/util/
Dauxtrace.c54 opts->full_auxtrace = true; in cpumsf_recording_options()
/Linux-v6.6/tools/perf/
Dbuiltin-record.c1707 if (!rec->opts.full_auxtrace) in record__init_features()
2007 if (rec->opts.full_auxtrace) { in record__synthesize()
2385 if (rec->opts.full_auxtrace) { in __cmd_record()
2819 if (rec->samples && !rec->opts.full_auxtrace) in __cmd_record()
4174 if (rec->opts.full_auxtrace) in cmd_record()
/Linux-v6.6/tools/perf/arch/arm/util/
Dcs-etm.c327 opts->full_auxtrace = true; in cs_etm_recording_options()