Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dhist.h306 int map_symbol__tui_annotate(struct map_symbol *ms, struct perf_evsel *evsel,
327 static inline int map_symbol__tui_annotate(struct map_symbol *ms __maybe_unused, in map_symbol__tui_annotate() function
/linux-4.1.27/tools/perf/ui/browsers/
Dannotate.c832 int map_symbol__tui_annotate(struct map_symbol *ms, struct perf_evsel *evsel, in map_symbol__tui_annotate() function
841 return map_symbol__tui_annotate(&he->ms, evsel, hbt); in hist_entry__tui_annotate()
Dhists.c1733 err = map_symbol__tui_annotate(&ms, evsel, hbt); in perf_evsel__hists_browse()