Home
last modified time | relevance | path

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

/linux/tools/perf/arch/x86/util/
H A Dintel-pt.c617 struct evsel *evsel, *intel_pt_evsel = NULL; in intel_pt_recording_options() local
628 if (intel_pt_evsel) { in intel_pt_recording_options()
637 intel_pt_evsel = evsel; in intel_pt_recording_options()
664 evsel__set_config_if_unset(intel_pt_pmu, intel_pt_evsel, in intel_pt_recording_options()
667 err = intel_pt_validate_config(intel_pt_pmu, intel_pt_evsel); in intel_pt_recording_options()
776 intel_pt_evsel->core.attr.aux_watermark = aux_watermark; in intel_pt_recording_options()
781 if (opts->full_auxtrace && (intel_pt_evsel->core.attr.config & tsc_bit)) in intel_pt_recording_options()
834 if (have_timing_info && !intel_pt_evsel->core.attr.exclude_kernel && in intel_pt_recording_options()
838 if (intel_pt_evsel) { in intel_pt_recording_options()
843 evlist__to_front(evlist, intel_pt_evsel); in intel_pt_recording_options()
[all …]
/linux/tools/perf/util/
H A Dintel-pt.c3693 static struct evsel *intel_pt_evsel(struct intel_pt *pt, in intel_pt_evsel() function
3710 struct evsel *evsel = intel_pt_evsel(pt, evlist); in intel_pt_synth_events()