Searched refs:map_symbol__tui_annotate (Results 1 – 3 of 3) sorted by relevance
/linux/tools/perf/util/ |
A D | hist.h | 465 int map_symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, 499 static inline int map_symbol__tui_annotate(struct map_symbol *ms __maybe_unused, in map_symbol__tui_annotate() function
|
/linux/tools/perf/ui/browsers/ |
A D | annotate.c | 932 int map_symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, in map_symbol__tui_annotate() function 947 return map_symbol__tui_annotate(&he->ms, evsel, hbt, opts); in hist_entry__tui_annotate()
|
A D | hists.c | 2458 err = map_symbol__tui_annotate(&act->ms, evsel, browser->hbt, in do_annotate()
|
Completed in 14 milliseconds