Home
last modified time | relevance | path

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

/linux-4.4.14/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 && !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.c521 opts->full_auxtrace = true; in intel_pt_recording_options()
525 if (opts->auxtrace_snapshot_mode && !opts->full_auxtrace) { in intel_pt_recording_options()
535 if (!opts->full_auxtrace) in intel_pt_recording_options()
588 if (opts->full_auxtrace && !opts->auxtrace_mmap_pages) { in intel_pt_recording_options()
617 if (opts->full_auxtrace && (intel_pt_evsel->attr.config & tsc_bit)) in intel_pt_recording_options()
687 if (opts->full_auxtrace) { in intel_pt_recording_options()
/linux-4.4.14/tools/perf/
Dperf.h58 bool full_auxtrace; member
Dbuiltin-record.c453 if (!rec->opts.full_auxtrace) in record__init_features()
586 if (rec->opts.full_auxtrace) { in __cmd_record()
762 if (rec->opts.full_auxtrace) in __cmd_record()
771 if (rec->samples && !rec->opts.full_auxtrace) in __cmd_record()
/linux-4.4.14/tools/perf/util/
Drecord.c156 if (opts->full_auxtrace) { in perf_evlist__config()