Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/arch/x86/util/
H A Dintel-pt.c625 struct evsel *evsel, *intel_pt_evsel = NULL; in intel_pt_recording_options() local
636 if (intel_pt_evsel) { in intel_pt_recording_options()
645 intel_pt_evsel = evsel; in intel_pt_recording_options()
672 evsel__set_config_if_unset(intel_pt_pmu, intel_pt_evsel, in intel_pt_recording_options()
675 err = intel_pt_validate_config(intel_pt_pmu, intel_pt_evsel); in intel_pt_recording_options()
784 intel_pt_evsel->core.attr.aux_watermark = aux_watermark; in intel_pt_recording_options()
846 if (intel_pt_evsel) { in intel_pt_recording_options()
851 evlist__to_front(evlist, intel_pt_evsel); in intel_pt_recording_options()
857 evsel__set_sample_bit(intel_pt_evsel, CPU); in intel_pt_recording_options()
870 !intel_pt_evsel->core.attr.exclude_user; in intel_pt_recording_options()
[all …]
/openbmc/linux/tools/perf/util/
H A Dintel-pt.c3715 static struct evsel *intel_pt_evsel(struct intel_pt *pt, in intel_pt_evsel() function
3732 struct evsel *evsel = intel_pt_evsel(pt, evlist); in intel_pt_synth_events()