Lines Matching defs:evsel
21 #include "util/evsel.h"
170 struct evsel *evsel = iter->evsel;
174 err = addr_map_symbol__inc_samples(&bi->from, sample, evsel);
179 err = addr_map_symbol__inc_samples(&bi->to, sample, evsel);
185 static int process_branch_callback(struct evsel *evsel,
192 .evsel = evsel,
228 static int evsel__add_sample(struct evsel *evsel, struct perf_sample *sample,
232 struct hists *hists = evsel__hists(evsel);
262 return process_branch_callback(evsel, sample, al, ann, machine);
268 ret = hist_entry__inc_addr_samples(he, sample, evsel, al->addr);
276 struct evsel *evsel,
295 evsel__add_sample(evsel, sample, &al, ann, machine)) {
314 struct evsel *evsel,
318 return symbol__tty_annotate(&he->ms, evsel, &ann->opts);
320 return symbol__tty_annotate2(&he->ms, evsel, &ann->opts);
324 struct evsel *evsel,
365 struct evsel *evsel,
376 ret = annotate(he, evsel, &ann->opts, NULL);
383 key = hist_entry__tui_annotate(he, evsel, NULL, &ann->opts);
405 hist_entry__tty_annotate(he, evsel, ann);
415 struct evsel *pos;