Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/arch/x86/util/
H A Dintel-pt.c618 struct evsel *evsel, *intel_pt_evsel = NULL; in intel_pt_recording_options() local
629 if (intel_pt_evsel) { in intel_pt_recording_options()
638 intel_pt_evsel = evsel; in intel_pt_recording_options()
665 evsel__set_config_if_unset(intel_pt_pmu, intel_pt_evsel, in intel_pt_recording_options()
668 err = intel_pt_validate_config(intel_pt_pmu, intel_pt_evsel); in intel_pt_recording_options()
777 intel_pt_evsel->core.attr.aux_watermark = aux_watermark; in intel_pt_recording_options()
839 if (intel_pt_evsel) { in intel_pt_recording_options()
844 evlist__to_front(evlist, intel_pt_evsel); in intel_pt_recording_options()
850 evsel__set_sample_bit(intel_pt_evsel, CPU); in intel_pt_recording_options()
863 !intel_pt_evsel->core.attr.exclude_user; in intel_pt_recording_options()
[all …]
/linux-6.15/tools/perf/util/
H A Dintel-pt.c3745 static struct evsel *intel_pt_evsel(struct intel_pt *pt, in intel_pt_evsel() function
3762 struct evsel *evsel = intel_pt_evsel(pt, evlist); in intel_pt_synth_events()