Lines Matching defs:evsel
815 struct evsel *evsel;
1061 struct evsel *evsel;
1066 evsel = perf_evlist__find_evsel_by_str(evlist, term->val.str);
1067 if (!evsel) {
1094 op->v.evsel = evsel;
1400 struct evsel *evsel)
1402 struct xyarray *xy = evsel->core.fd;
1410 pr_debug("ERROR: evsel not ready for map %s\n", name);
1420 attr = &evsel->core.attr;
1426 if (evsel__is_bpf_output(evsel))
1467 op->v.evsel);
1522 struct evsel *bpf__setup_output_event(struct evlist *evlist, const char *name)
1526 struct evsel *evsel = NULL;
1564 evsel = evlist__last(evlist);
1585 } else if (evsel) {
1592 op->v.evsel = evsel;
1596 return evsel;
1601 struct evsel *evsel = bpf__setup_output_event(evlist, "__bpf_stdout__");
1602 return PTR_ERR_OR_ZERO(evsel);