Home
last modified time | relevance | path

Searched refs:map_symbol__tui_annotate (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/tools/perf/util/
Dhist.h459 int map_symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel,
496 static inline int map_symbol__tui_annotate(struct map_symbol *ms __maybe_unused, in map_symbol__tui_annotate() function
/Linux-v5.10/tools/perf/ui/browsers/
Dannotate.c875 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()
Dhists.c2457 err = map_symbol__tui_annotate(&act->ms, evsel, browser->hbt, in do_annotate()