Lines Matching defs:evsel
16 #include "../../../util/evsel.h"
123 struct evsel *evsel, *arm_spe_evsel = NULL;
126 struct evsel *tracking_evsel;
132 evlist__for_each_entry(evlist, evsel) {
133 if (evsel->core.attr.type == arm_spe_pmu->type) {
138 evsel->core.attr.freq = 0;
139 evsel->core.attr.sample_period = arm_spe_pmu->default_config->sample_period;
140 evsel->needs_auxtrace_mmap = true;
141 arm_spe_evsel = evsel;
284 struct evsel *evsel;
286 evlist__for_each_entry(ptr->evlist, evsel) {
287 if (evsel->core.attr.type == ptr->arm_spe_pmu->type)
288 return evsel__disable(evsel);
297 struct evsel *evsel;
299 evlist__for_each_entry(ptr->evlist, evsel) {
300 if (evsel->core.attr.type == ptr->arm_spe_pmu->type)
301 return evsel__enable(evsel);