Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/arch/x86/util/
Dintel-pt.c629 struct evsel *evsel, *intel_pt_evsel = NULL; in intel_pt_recording_options() local
640 if (intel_pt_evsel) { in intel_pt_recording_options()
648 intel_pt_evsel = evsel; in intel_pt_recording_options()
675 intel_pt_config_sample_mode(intel_pt_pmu, intel_pt_evsel); in intel_pt_recording_options()
677 err = intel_pt_validate_config(intel_pt_pmu, intel_pt_evsel); in intel_pt_recording_options()
785 intel_pt_evsel->core.attr.aux_watermark = aux_watermark; in intel_pt_recording_options()
791 if (opts->full_auxtrace && (intel_pt_evsel->core.attr.config & tsc_bit)) in intel_pt_recording_options()
842 if (have_timing_info && !intel_pt_evsel->core.attr.exclude_kernel && 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()
[all …]
/linux-6.1.9/tools/perf/util/
Dintel-pt.c3636 static struct evsel *intel_pt_evsel(struct intel_pt *pt, in intel_pt_evsel() function
3653 struct evsel *evsel = intel_pt_evsel(pt, evlist); in intel_pt_synth_events()