Searched refs:intel_pt_evsel (Results 1 – 2 of 2) sorted by relevance
556 struct perf_evsel *evsel, *intel_pt_evsel = NULL; in intel_pt_recording_options() local567 if (intel_pt_evsel) { in intel_pt_recording_options()573 intel_pt_evsel = evsel; in intel_pt_recording_options()591 err = intel_pt_validate_config(intel_pt_pmu, intel_pt_evsel); in intel_pt_recording_options()670 if (opts->full_auxtrace && (intel_pt_evsel->attr.config & tsc_bit)) in intel_pt_recording_options()727 if (intel_pt_evsel) { in intel_pt_recording_options()732 perf_evlist__to_front(evlist, intel_pt_evsel); in intel_pt_recording_options()738 perf_evsel__set_sample_bit(intel_pt_evsel, CPU); in intel_pt_recording_options()
2153 static struct perf_evsel *intel_pt_evsel(struct intel_pt *pt, in intel_pt_evsel() function2170 struct perf_evsel *evsel = intel_pt_evsel(pt, evlist); in intel_pt_synth_events()