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

/linux-master/tools/perf/arch/arm64/util/
H A Darm-spe.c142 struct evsel *evsel, *arm_spe_evsel = NULL; local
153 if (arm_spe_evsel) {
160 arm_spe_evsel = evsel;
229 evlist__to_front(evlist, arm_spe_evsel);
236 evsel__set_sample_bit(arm_spe_evsel, CPU);
237 evsel__set_config_if_unset(arm_spe_pmu, arm_spe_evsel,
245 evsel__set_sample_bit(arm_spe_evsel, DATA_SRC);
253 if (arm_spe_evsel->core.attr.config & bit)
254 evsel__set_sample_bit(arm_spe_evsel, PHYS_ADDR);

Completed in 260 milliseconds