Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/arch/x86/util/
H A 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()
H 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()
753 if (opts->full_auxtrace && !opts->auxtrace_mmap_pages) { in intel_pt_recording_options()
789 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()
/openbmc/linux/tools/perf/arch/arm64/util/
H A 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()
H A Darm-spe.c142 opts->full_auxtrace = true; in arm_spe_recording_options()
146 if (!opts->full_auxtrace) in arm_spe_recording_options()
/openbmc/linux/tools/perf/util/
H A Drecord.h34 bool full_auxtrace; member
H A Drecord.c117 if (opts->full_auxtrace || opts->sample_identifier) { in evlist__config()
/openbmc/linux/tools/perf/arch/s390/util/
H A Dauxtrace.c54 opts->full_auxtrace = true; in cpumsf_recording_options()
/openbmc/linux/tools/perf/
H A Dbuiltin-record.c1709 if (!rec->opts.full_auxtrace) in record__init_features()
2009 if (rec->opts.full_auxtrace) { in record__synthesize()
2361 if (rec->opts.full_auxtrace) { in __cmd_record()
2802 if (rec->samples && !rec->opts.full_auxtrace) in __cmd_record()
4159 if (rec->opts.full_auxtrace) in cmd_record()
/openbmc/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c327 opts->full_auxtrace = true; in cs_etm_recording_options()