Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/arch/x86/util/
H A 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 && !perf_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()
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()
752 if (opts->full_auxtrace && !opts->auxtrace_mmap_pages) { in intel_pt_recording_options()
782 if (opts->full_auxtrace && (intel_pt_evsel->core.attr.config & tsc_bit)) in intel_pt_recording_options()
859 if (opts->full_auxtrace) { in intel_pt_recording_options()
/OK3568_Linux_fs/kernel/tools/perf/arch/arm64/util/
H A Darm-spe.c86 opts->full_auxtrace = true; in arm_spe_recording_options()
90 if (!opts->full_auxtrace) in arm_spe_recording_options()
94 if (opts->full_auxtrace && !opts->auxtrace_mmap_pages) { in arm_spe_recording_options()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Drecord.h32 bool full_auxtrace; member
H A Drecord.c122 if (opts->full_auxtrace) { in perf_evlist__config()
/OK3568_Linux_fs/kernel/tools/perf/arch/s390/util/
H A Dauxtrace.c54 opts->full_auxtrace = true; in cpumsf_recording_options()
/OK3568_Linux_fs/kernel/tools/perf/arch/arm/util/
H A Dcs-etm.c282 opts->full_auxtrace = true; in cs_etm_recording_options()
360 if (opts->full_auxtrace && !opts->auxtrace_mmap_pages) { in cs_etm_recording_options()
415 if (opts->full_auxtrace) { in cs_etm_recording_options()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-record.c1202 if (!rec->opts.full_auxtrace) in record__init_features()
1440 if (rec->opts.full_auxtrace) { in record__synthesize()
2043 if (rec->samples && !rec->opts.full_auxtrace) in __cmd_record()
2808 if (rec->opts.full_auxtrace) in cmd_record()