Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dhist.h474 int map_symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel,
503 static inline int map_symbol__tui_annotate(struct map_symbol *ms __maybe_unused, in map_symbol__tui_annotate() function
/openbmc/linux/tools/perf/ui/browsers/
H A Dannotate.c931 int map_symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, in map_symbol__tui_annotate() function
944 return map_symbol__tui_annotate(&he->ms, evsel, hbt); in hist_entry__tui_annotate()
H A Dhists.c2446 err = map_symbol__tui_annotate(&act->ms, evsel, browser->hbt); in do_annotate()