Home
last modified time | relevance | path

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

/tools/perf/util/
Dhist.h419 int map_symbol__tui_annotate(struct map_symbol *ms, struct perf_evsel *evsel,
440 static inline int map_symbol__tui_annotate(struct map_symbol *ms __maybe_unused, in map_symbol__tui_annotate() function
/tools/perf/ui/browsers/
Dannotate.c876 int map_symbol__tui_annotate(struct map_symbol *ms, struct perf_evsel *evsel, in map_symbol__tui_annotate() function
893 return map_symbol__tui_annotate(&he->ms, evsel, hbt); in hist_entry__tui_annotate()
Dhists.c2361 err = map_symbol__tui_annotate(&act->ms, evsel, browser->hbt); in do_annotate()