Lines Matching refs:evsel
343 struct perf_evsel *evsel) in annotate_browser__calc_percent() argument
370 evsel->idx + i, in annotate_browser__calc_percent()
445 struct perf_evsel *evsel, in annotate_browser__callq() argument
479 symbol__tui_annotate(target.sym, target.map, evsel, hbt); in annotate_browser__callq()
664 struct perf_evsel *evsel, in annotate_browser__run() argument
679 annotate_browser__calc_percent(browser, evsel); in annotate_browser__run()
692 annotate_browser__calc_percent(browser, evsel); in annotate_browser__run()
708 symbol__annotate_decay_histogram(sym, evsel->idx); in annotate_browser__run()
810 annotate_browser__callq(browser, evsel, hbt))) { in annotate_browser__run()
832 int map_symbol__tui_annotate(struct map_symbol *ms, struct perf_evsel *evsel, in map_symbol__tui_annotate() argument
835 return symbol__tui_annotate(ms->sym, ms->map, evsel, hbt); in map_symbol__tui_annotate()
838 int hist_entry__tui_annotate(struct hist_entry *he, struct perf_evsel *evsel, in hist_entry__tui_annotate() argument
841 return map_symbol__tui_annotate(&he->ms, evsel, hbt); in hist_entry__tui_annotate()
888 struct perf_evsel *evsel, in symbol__tui_annotate() argument
926 if (perf_evsel__is_group_event(evsel)) { in symbol__tui_annotate()
927 nr_pcnt = evsel->nr_members; in symbol__tui_annotate()
979 ret = annotate_browser__run(&browser, evsel, hbt); in symbol__tui_annotate()