Lines Matching refs:evsel
379 struct perf_evsel *evsel) in annotate_browser__calc_percent() argument
408 evsel->idx + i, in annotate_browser__calc_percent()
484 struct perf_evsel *evsel, in annotate_browser__callq() argument
518 symbol__tui_annotate(target.sym, target.map, evsel, hbt); in annotate_browser__callq()
703 struct perf_evsel *evsel, in annotate_browser__run() argument
718 annotate_browser__calc_percent(browser, evsel); in annotate_browser__run()
731 annotate_browser__calc_percent(browser, evsel); in annotate_browser__run()
747 symbol__annotate_decay_histogram(sym, evsel->idx); in annotate_browser__run()
850 annotate_browser__callq(browser, evsel, hbt))) { in annotate_browser__run()
877 int map_symbol__tui_annotate(struct map_symbol *ms, struct perf_evsel *evsel, in map_symbol__tui_annotate() argument
884 return symbol__tui_annotate(ms->sym, ms->map, evsel, hbt); in map_symbol__tui_annotate()
887 int hist_entry__tui_annotate(struct hist_entry *he, struct perf_evsel *evsel, in hist_entry__tui_annotate() argument
894 return map_symbol__tui_annotate(&he->ms, evsel, hbt); in hist_entry__tui_annotate()
1010 struct perf_evsel *evsel, in symbol__tui_annotate() argument
1048 if (perf_evsel__is_group_event(evsel)) { in symbol__tui_annotate()
1049 nr_pcnt = evsel->nr_members; in symbol__tui_annotate()
1103 ret = annotate_browser__run(&browser, evsel, hbt); in symbol__tui_annotate()