Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/arch/arm64/util/
Darm-spe.c123 struct evsel *evsel, *arm_spe_evsel = NULL; in arm_spe_recording_options() local
134 if (arm_spe_evsel) { in arm_spe_recording_options()
141 arm_spe_evsel = evsel; in arm_spe_recording_options()
210 evlist__to_front(evlist, arm_spe_evsel); in arm_spe_recording_options()
217 evsel__set_sample_bit(arm_spe_evsel, CPU); in arm_spe_recording_options()
218 evsel__set_config_if_unset(arm_spe_pmu, arm_spe_evsel, in arm_spe_recording_options()
226 evsel__set_sample_bit(arm_spe_evsel, DATA_SRC); in arm_spe_recording_options()
234 if (arm_spe_evsel->core.attr.config & bit) in arm_spe_recording_options()
235 evsel__set_sample_bit(arm_spe_evsel, PHYS_ADDR); in arm_spe_recording_options()