Lines Matching defs:evsel
638 struct evsel *evsel)
644 return evsel->core.attr.type == aux->pmu_type;
1290 struct evsel *evsel;
1296 evlist__for_each_entry(evlist, evsel) {
1297 if (evsel->core.attr.type == etm->pmu_type) {
1311 attr.sample_type = evsel->core.attr.sample_type & PERF_SAMPLE_MASK;
1319 attr.exclude_user = evsel->core.attr.exclude_user;
1320 attr.exclude_kernel = evsel->core.attr.exclude_kernel;
1321 attr.exclude_hv = evsel->core.attr.exclude_hv;
1322 attr.exclude_host = evsel->core.attr.exclude_host;
1323 attr.exclude_guest = evsel->core.attr.exclude_guest;
1324 attr.sample_id_all = evsel->core.attr.sample_id_all;
1325 attr.read_format = evsel->core.attr.read_format;
1327 /* create new id val to be a fixed offset from evsel id */
1328 id = evsel->core.id[0] + 1000000000;
2421 struct evsel *evsel;
2429 evlist__for_each_entry(evlist, evsel) {
2430 if ((evsel->core.attr.sample_type & PERF_SAMPLE_TIME))