Home
last modified time | relevance | path

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

/Linux-v6.1/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.c649 opts->full_auxtrace = true; in intel_pt_recording_options()
653 if (opts->auxtrace_snapshot_mode && !opts->full_auxtrace) { in intel_pt_recording_options()
671 if (!opts->full_auxtrace) in intel_pt_recording_options()
755 if (opts->full_auxtrace && !opts->auxtrace_mmap_pages) { in intel_pt_recording_options()
791 if (opts->full_auxtrace && (intel_pt_evsel->core.attr.config & tsc_bit)) in intel_pt_recording_options()
861 if (opts->full_auxtrace) { in intel_pt_recording_options()
/Linux-v6.1/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.c165 opts->full_auxtrace = true; in arm_spe_recording_options()
169 if (!opts->full_auxtrace) in arm_spe_recording_options()
/Linux-v6.1/tools/perf/util/
Drecord.h35 bool full_auxtrace; member
Drecord.c124 if (opts->full_auxtrace || opts->sample_identifier) { in evlist__config()
/Linux-v6.1/tools/perf/arch/s390/util/
Dauxtrace.c54 opts->full_auxtrace = true; in cpumsf_recording_options()
/Linux-v6.1/tools/perf/arch/arm/util/
Dcs-etm.c324 opts->full_auxtrace = true; in cs_etm_recording_options()
402 if (opts->full_auxtrace && !opts->auxtrace_mmap_pages) { in cs_etm_recording_options()
438 if (opts->full_auxtrace) { in cs_etm_recording_options()
/Linux-v6.1/tools/perf/
Dbuiltin-record.c1710 if (!rec->opts.full_auxtrace) in record__init_features()
2001 if (rec->opts.full_auxtrace) { in record__synthesize()
2379 if (rec->opts.full_auxtrace) { in __cmd_record()
2823 if (rec->samples && !rec->opts.full_auxtrace) in __cmd_record()
4217 if (rec->opts.full_auxtrace) in cmd_record()