Lines Matching refs:evsel
96 struct perf_evsel *evsel = iter->evsel; in hist_iter__report_callback() local
105 err = addr_map_symbol__inc_samples(&bi->from, evsel->idx); in hist_iter__report_callback()
109 err = addr_map_symbol__inc_samples(&bi->to, evsel->idx); in hist_iter__report_callback()
113 err = addr_map_symbol__inc_samples(&mi->daddr, evsel->idx); in hist_iter__report_callback()
117 err = hist_entry__inc_addr_samples(he, evsel->idx, al->addr); in hist_iter__report_callback()
121 err = hist_entry__inc_addr_samples(he, evsel->idx, in hist_iter__report_callback()
124 err = hist_entry__inc_addr_samples(he, evsel->idx, al->addr); in hist_iter__report_callback()
134 struct perf_evsel *evsel, in process_sample_event() argument
169 ret = hist_entry_iter__add(&iter, &al, evsel, sample, rep->max_stack, in process_sample_event()
180 struct perf_evsel *evsel, in process_read_event() argument
186 const char *name = evsel ? perf_evsel__name(evsel) : "unknown"; in process_read_event()
195 evsel ? perf_evsel__name(evsel) : "FAIL", in process_read_event()
272 struct perf_evsel *evsel = hists_to_evsel(hists); in hists__fprintf_nr_sample_events() local
281 if (perf_evsel__is_group_event(evsel)) { in hists__fprintf_nr_sample_events()
284 perf_evsel__group_desc(evsel, buf, size); in hists__fprintf_nr_sample_events()
287 for_each_group_member(pos, evsel) { in hists__fprintf_nr_sample_events()