Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/arch/x86/util/
Dintel-pt.c627 struct evsel *evsel, *intel_pt_evsel = NULL; in intel_pt_recording_options() local
638 if (intel_pt_evsel) { in intel_pt_recording_options()
645 intel_pt_evsel = evsel; in intel_pt_recording_options()
672 intel_pt_config_sample_mode(intel_pt_pmu, intel_pt_evsel); in intel_pt_recording_options()
674 err = intel_pt_validate_config(intel_pt_pmu, intel_pt_evsel); in intel_pt_recording_options()
782 if (opts->full_auxtrace && (intel_pt_evsel->core.attr.config & tsc_bit)) in intel_pt_recording_options()
840 if (have_timing_info && !intel_pt_evsel->core.attr.exclude_kernel && in intel_pt_recording_options()
844 if (intel_pt_evsel) { in intel_pt_recording_options()
849 perf_evlist__to_front(evlist, intel_pt_evsel); in intel_pt_recording_options()
855 evsel__set_sample_bit(intel_pt_evsel, CPU); in intel_pt_recording_options()
[all …]
/Linux-v5.10/tools/perf/util/
Dintel-pt.c2953 static struct evsel *intel_pt_evsel(struct intel_pt *pt, in intel_pt_evsel() function
2970 struct evsel *evsel = intel_pt_evsel(pt, evlist); in intel_pt_synth_events()