Searched refs:map_symbol__tui_annotate (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.h | 458 int map_symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, 495 static inline int map_symbol__tui_annotate(struct map_symbol *ms __maybe_unused, in map_symbol__tui_annotate() function
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.h | 475 int map_symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, 509 static inline int map_symbol__tui_annotate(struct map_symbol *ms __maybe_unused, in map_symbol__tui_annotate() function
|
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | annotate.c | 875 int map_symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, in map_symbol__tui_annotate() function 890 return map_symbol__tui_annotate(&he->ms, evsel, hbt, opts); in hist_entry__tui_annotate()
|
H A D | hists.c | 2447 err = map_symbol__tui_annotate(&act->ms, evsel, browser->hbt, in do_annotate()
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | annotate.c | 934 int map_symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, in map_symbol__tui_annotate() function 949 return map_symbol__tui_annotate(&he->ms, evsel, hbt, opts); in hist_entry__tui_annotate()
|
H A D | hists.c | 2448 err = map_symbol__tui_annotate(&act->ms, evsel, browser->hbt, in do_annotate()
|
Completed in 16 milliseconds