Lines Matching defs:evsel
16 #include "../../../util/evsel.h"
112 struct evsel *evsel, *intel_bts_evsel = NULL;
124 evlist__for_each_entry(evlist, evsel) {
125 if (evsel->core.attr.type == intel_bts_pmu->type) {
130 evsel->core.attr.freq = 0;
131 evsel->core.attr.sample_period = 1;
132 intel_bts_evsel = evsel;
232 struct evsel *tracking_evsel;
325 struct evsel *evsel;
327 evlist__for_each_entry(btsr->evlist, evsel) {
328 if (evsel->core.attr.type == btsr->intel_bts_pmu->type)
329 return evsel__disable(evsel);
338 struct evsel *evsel;
340 evlist__for_each_entry(btsr->evlist, evsel) {
341 if (evsel->core.attr.type == btsr->intel_bts_pmu->type)
342 return evsel__enable(evsel);