Lines Matching defs:evsel
13 #include "../../util/evsel.h"
308 struct evsel *evsel)
319 symbol__calc_percent(sym, evsel);
459 struct evsel *evsel,
475 if (!symbol__hists(dl->ops.target.sym, evsel->evlist->core.nr_entries)) {
486 symbol__tui_annotate(&target_ms, evsel, hbt, browser->opts);
511 struct evsel *evsel,
522 annotate_browser__callq(browser, evsel, hbt);
712 struct evsel *evsel,
716 struct hists *hists = evsel__hists(evsel);
729 annotate_browser__calc_percent(browser, evsel);
742 annotate_browser__calc_percent(browser, evsel);
758 symbol__annotate_decay_histogram(sym, evsel->core.idx);
879 else if (!(annotate_browser__jump(browser, evsel, hbt) ||
880 annotate_browser__callq(browser, evsel, hbt))) {
887 map_symbol__annotation_dump(ms, evsel, browser->opts);
934 int map_symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel,
938 return symbol__tui_annotate(ms, evsel, hbt, opts);
941 int hist_entry__tui_annotate(struct hist_entry *he, struct evsel *evsel,
949 return map_symbol__tui_annotate(&he->ms, evsel, hbt, opts);
952 int symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel,
982 err = symbol__annotate2(ms, evsel, opts, &browser.arch);
1002 ret = annotate_browser__run(&browser, evsel, hbt);