Searched refs:__hist_entry__tui_annotate (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/ui/browsers/ |
| H A D | annotate.c | 608 __hist_entry__tui_annotate(browser->he, &target_ms, evsel, hbt, NO_ADDR); in annotate_browser__callq() 1155 return __hist_entry__tui_annotate(he, &he->ms, evsel, hbt, al_addr); in hist_entry__tui_annotate() 1158 int __hist_entry__tui_annotate(struct hist_entry *he, struct map_symbol *ms, in __hist_entry__tui_annotate() function
|
| H A D | hists.c | 2488 err = __hist_entry__tui_annotate(he, &act->ms, evsel, browser->hbt, NO_ADDR); in do_annotate()
|
| /linux/tools/perf/util/ |
| H A D | hist.h | 718 int __hist_entry__tui_annotate(struct hist_entry *he, struct map_symbol *ms, 748 static inline int __hist_entry__tui_annotate(struct hist_entry *he __maybe_unused, in __hist_entry__tui_annotate() function
|