Home
last modified time | relevance | path

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

/tools/perf/arch/x86/util/
Dintel-pt.c554 struct perf_evsel *evsel, *intel_pt_evsel = NULL; in intel_pt_recording_options() local
565 if (intel_pt_evsel) { in intel_pt_recording_options()
571 intel_pt_evsel = evsel; in intel_pt_recording_options()
589 err = intel_pt_validate_config(intel_pt_pmu, intel_pt_evsel); in intel_pt_recording_options()
668 if (opts->full_auxtrace && (intel_pt_evsel->attr.config & tsc_bit)) in intel_pt_recording_options()
724 if (intel_pt_evsel) { in intel_pt_recording_options()
729 perf_evlist__to_front(evlist, intel_pt_evsel); in intel_pt_recording_options()
735 perf_evsel__set_sample_bit(intel_pt_evsel, CPU); in intel_pt_recording_options()