Lines Matching defs:evsel

31 #include "util/evsel.h"
169 struct evsel *evsel = iter->evsel;
179 err = addr_map_symbol__inc_samples(&bi->from, sample, evsel);
183 err = addr_map_symbol__inc_samples(&bi->to, sample, evsel);
187 err = addr_map_symbol__inc_samples(&mi->daddr, sample, evsel);
191 err = hist_entry__inc_addr_samples(he, sample, evsel, al->addr);
195 err = hist_entry__inc_addr_samples(he, sample, evsel, al->addr);
197 err = hist_entry__inc_addr_samples(he, sample, evsel, al->addr);
213 struct evsel *evsel = iter->evsel;
222 err = addr_map_symbol__inc_samples(&bi->from, sample, evsel);
226 err = addr_map_symbol__inc_samples(&bi->to, sample, evsel);
267 struct evsel *evsel,
273 .evsel = evsel,
285 if (evswitch__discard(&rep->evswitch, evsel))
343 struct evsel *evsel,
349 const char *name = evsel__name(evsel);
352 evsel->core.idx,
369 struct evsel *evsel;
429 evlist__for_each_entry(session->evlist, evsel) {
430 if (strstr(evsel->name, "arm_spe") &&
432 evsel->core.attr.sample_type |= PERF_SAMPLE_DATA_SRC;
478 struct evsel *evsel = hists_to_evsel(hists);
491 if (evsel__is_group_event(evsel)) {
492 struct evsel *pos;
494 evsel__group_desc(evsel, buf, size);
497 for_each_group_member(pos, evsel) {
514 evsel->core.nr_members > 1 ? "s" : "", evname);
538 struct evsel *pos;
555 struct evsel *pos;
695 struct evsel *pos;
731 struct evsel *evsel = hists_to_evsel(he->hists);
733 symbol__annotate2(&he->ms, evsel, &rep->annotation_opts, NULL);
742 struct evsel *pos;
756 struct evsel *evsel,
759 struct hists *hists = evsel__hists(evsel);
771 struct evsel *evsel;
773 evsel = evlist__id2evsel(rep->session->evlist, sample->id);
774 if (evsel) {
775 hists__inc_nr_lost_samples(evsel__hists(evsel),
959 struct evsel *pos;