Lines Matching refs:evsel
49 static int perf_evsel__add_sample(struct perf_evsel *evsel, in perf_evsel__add_sample() argument
54 struct hists *hists = evsel__hists(evsel); in perf_evsel__add_sample()
79 ret = hist_entry__inc_addr_samples(he, evsel->idx, al->addr); in perf_evsel__add_sample()
87 struct perf_evsel *evsel, in process_sample_event() argument
103 if (!al.filtered && perf_evsel__add_sample(evsel, sample, &al, ann)) { in process_sample_event()
114 struct perf_evsel *evsel, in hist_entry__tty_annotate() argument
117 return symbol__tty_annotate(he->ms.sym, he->ms.map, evsel, in hist_entry__tty_annotate()
122 struct perf_evsel *evsel, in hists__find_annotations() argument
148 struct perf_evsel *evsel, in hists__find_annotations()
158 ret = annotate(he, evsel, NULL); in hists__find_annotations()
165 key = hist_entry__tui_annotate(he, evsel, NULL); in hists__find_annotations()
184 hist_entry__tty_annotate(he, evsel, ann); in hists__find_annotations()