Lines Matching defs:evsel
12 #include "../../util/evsel.h"
303 struct evsel *evsel)
314 symbol__calc_percent(sym, evsel);
410 struct evsel *evsel,
426 if (!symbol__hists(dl->ops.target.sym, evsel->evlist->core.nr_entries)) {
437 symbol__tui_annotate(&target_ms, evsel, hbt, browser->opts);
462 struct evsel *evsel,
473 annotate_browser__callq(browser, evsel, hbt);
663 struct evsel *evsel,
667 struct hists *hists = evsel__hists(evsel);
680 annotate_browser__calc_percent(browser, evsel);
693 annotate_browser__calc_percent(browser, evsel);
709 symbol__annotate_decay_histogram(sym, evsel->idx);
825 else if (!(annotate_browser__jump(browser, evsel, hbt) ||
826 annotate_browser__callq(browser, evsel, hbt))) {
833 map_symbol__annotation_dump(ms, evsel, browser->opts);
875 int map_symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel,
879 return symbol__tui_annotate(ms, evsel, hbt, opts);
882 int hist_entry__tui_annotate(struct hist_entry *he, struct evsel *evsel,
890 return map_symbol__tui_annotate(&he->ms, evsel, hbt, opts);
893 int symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel,
919 err = symbol__annotate2(ms, evsel, opts, &browser.arch);
937 ret = annotate_browser__run(&browser, evsel, hbt);