Lines Matching defs:evsel
22 #include "util/evsel.h"
163 struct evsel *evsel = iter->evsel;
167 err = addr_map_symbol__inc_samples(&bi->from, sample, evsel);
172 err = addr_map_symbol__inc_samples(&bi->to, sample, evsel);
178 static int process_branch_callback(struct evsel *evsel,
185 .evsel = evsel,
215 static int evsel__add_sample(struct evsel *evsel, struct perf_sample *sample,
219 struct hists *hists = evsel__hists(evsel);
248 return process_branch_callback(evsel, sample, al, ann, machine);
254 ret = hist_entry__inc_addr_samples(he, sample, evsel, al->addr);
262 struct evsel *evsel,
279 evsel__add_sample(evsel, sample, &al, ann, machine)) {
298 struct evsel *evsel,
302 return symbol__tty_annotate(&he->ms, evsel, &ann->opts);
304 return symbol__tty_annotate2(&he->ms, evsel, &ann->opts);
308 struct evsel *evsel,
338 struct evsel *evsel,
348 ret = annotate(he, evsel, NULL);
355 key = hist_entry__tui_annotate(he, evsel, NULL, &ann->opts);
375 hist_entry__tty_annotate(he, evsel, ann);
392 struct evsel *pos;