Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/arch/x86/util/
Dintel-pt.c503 struct perf_evsel *evsel, *intel_pt_evsel = NULL; in intel_pt_recording_options() local
514 if (intel_pt_evsel) { in intel_pt_recording_options()
520 intel_pt_evsel = evsel; in intel_pt_recording_options()
538 err = intel_pt_validate_config(intel_pt_pmu, intel_pt_evsel); in intel_pt_recording_options()
617 if (opts->full_auxtrace && (intel_pt_evsel->attr.config & tsc_bit)) in intel_pt_recording_options()
672 if (intel_pt_evsel) { in intel_pt_recording_options()
677 perf_evlist__to_front(evlist, intel_pt_evsel); in intel_pt_recording_options()
683 perf_evsel__set_sample_bit(intel_pt_evsel, CPU); in intel_pt_recording_options()