Home
last modified time | relevance | path

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

/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__is_any_cpu_or_is_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.c641 opts->full_auxtrace = true; in intel_pt_recording_options()
645 if (opts->auxtrace_snapshot_mode && !opts->full_auxtrace) { in intel_pt_recording_options()
663 if (!opts->full_auxtrace) in intel_pt_recording_options()
748 if (opts->full_auxtrace && !opts->auxtrace_mmap_pages) { in intel_pt_recording_options()
784 if (opts->full_auxtrace && (intel_pt_evsel->core.attr.config & tsc_bit)) in intel_pt_recording_options()
856 if (opts->full_auxtrace) { in intel_pt_recording_options()
/linux/tools/perf/arch/arm64/util/
H A Dhisi-ptt.c69 if (!opts->full_auxtrace) in hisi_ptt_set_auxtrace_mmap_page()
72 if (opts->full_auxtrace && !opts->auxtrace_mmap_pages) { in hisi_ptt_set_auxtrace_mmap_page()
119 opts->full_auxtrace = true; in hisi_ptt_recording_options()
H A Darm-spe.c410 opts->full_auxtrace = true; in arm_spe_recording_options()
422 if (!opts->full_auxtrace) in arm_spe_recording_options()
/linux/tools/perf/util/
H A Drecord.h35 bool full_auxtrace; member
H A Drecord.c117 if (opts->full_auxtrace || opts->sample_identifier) { in evlist__config()
/linux/tools/perf/arch/powerpc/util/
H A Dauxtrace.c24 opts->full_auxtrace = true; in powerpc_vpadtl_recording_options()
/linux/tools/perf/arch/s390/util/
H A Dauxtrace.c55 opts->full_auxtrace = true; in cpumsf_recording_options()
/linux/tools/perf/
H A Dbuiltin-record.c1818 if (!rec->opts.full_auxtrace) in record__init_features()
2119 if (rec->opts.full_auxtrace) { in record__synthesize()
2488 if (rec->opts.full_auxtrace) { in __cmd_record()
2947 if (rec->samples && !rec->opts.full_auxtrace) in __cmd_record()
4370 if (rec->opts.full_auxtrace) in cmd_record()
/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c341 opts->full_auxtrace = true; in cs_etm_recording_options()