Lines Matching refs:evsel
100 struct perf_evsel *evsel = iter->evsel; in hist_iter__report_callback() local
112 err = addr_map_symbol__inc_samples(&bi->from, evsel->idx); in hist_iter__report_callback()
116 err = addr_map_symbol__inc_samples(&bi->to, evsel->idx); in hist_iter__report_callback()
120 err = addr_map_symbol__inc_samples(&mi->daddr, evsel->idx); in hist_iter__report_callback()
124 err = hist_entry__inc_addr_samples(he, evsel->idx, al->addr); in hist_iter__report_callback()
128 err = hist_entry__inc_addr_samples(he, evsel->idx, in hist_iter__report_callback()
131 err = hist_entry__inc_addr_samples(he, evsel->idx, al->addr); in hist_iter__report_callback()
141 struct perf_evsel *evsel, in process_sample_event() argument
147 .evsel = evsel, in process_sample_event()
196 struct perf_evsel *evsel, in process_read_event() argument
202 const char *name = evsel ? perf_evsel__name(evsel) : "unknown"; in process_read_event()
211 evsel ? perf_evsel__name(evsel) : "FAIL", in process_read_event()
303 struct perf_evsel *evsel = hists_to_evsel(hists); in hists__fprintf_nr_sample_events() local
313 if (perf_evsel__is_group_event(evsel)) { in hists__fprintf_nr_sample_events()
316 perf_evsel__group_desc(evsel, buf, size); in hists__fprintf_nr_sample_events()
319 for_each_group_member(pos, evsel) { in hists__fprintf_nr_sample_events()