Lines Matching refs:intel_pt_evsel
614 struct evsel *evsel, *intel_pt_evsel = NULL; in intel_pt_recording_options() local
625 if (intel_pt_evsel) { in intel_pt_recording_options()
633 intel_pt_evsel = evsel; in intel_pt_recording_options()
660 evsel__set_config_if_unset(intel_pt_pmu, intel_pt_evsel, in intel_pt_recording_options()
663 err = intel_pt_validate_config(intel_pt_pmu, intel_pt_evsel); in intel_pt_recording_options()
771 intel_pt_evsel->core.attr.aux_watermark = aux_watermark; in intel_pt_recording_options()
776 if (opts->full_auxtrace && (intel_pt_evsel->core.attr.config & tsc_bit)) in intel_pt_recording_options()
829 if (have_timing_info && !intel_pt_evsel->core.attr.exclude_kernel && in intel_pt_recording_options()
833 if (intel_pt_evsel) { in intel_pt_recording_options()
838 evlist__to_front(evlist, intel_pt_evsel); in intel_pt_recording_options()
844 evsel__set_sample_bit(intel_pt_evsel, CPU); in intel_pt_recording_options()
857 !intel_pt_evsel->core.attr.exclude_user; in intel_pt_recording_options()
883 !intel_pt_evsel->core.attr.exclude_user) in intel_pt_recording_options()