Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/arch/x86/util/
Dintel-pt.c582 struct evsel *evsel, *intel_pt_evsel = NULL; in intel_pt_recording_options() local
593 if (intel_pt_evsel) { in intel_pt_recording_options()
599 intel_pt_evsel = evsel; in intel_pt_recording_options()
620 err = intel_pt_validate_config(intel_pt_pmu, intel_pt_evsel); in intel_pt_recording_options()
699 if (opts->full_auxtrace && (intel_pt_evsel->core.attr.config & tsc_bit)) in intel_pt_recording_options()
756 if (intel_pt_evsel) { in intel_pt_recording_options()
761 perf_evlist__to_front(evlist, intel_pt_evsel); in intel_pt_recording_options()
767 perf_evsel__set_sample_bit(intel_pt_evsel, CPU); in intel_pt_recording_options()
/Linux-v5.4/tools/perf/util/
Dintel-pt.c2732 static struct evsel *intel_pt_evsel(struct intel_pt *pt, in intel_pt_evsel() function
2749 struct evsel *evsel = intel_pt_evsel(pt, evlist); in intel_pt_synth_events()