Home
last modified time | relevance | path

Searched refs:dso__annotate_warned (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
H A Ddso.h357 static inline bool dso__annotate_warned(const struct dso *dso) in dso__annotate_warned() function
/linux/tools/perf/
H A Dbuiltin-annotate.c424 if (he->ms.sym == NULL || dso__annotate_warned(map__dso(he->ms.map))) in hists__find_annotations()
/linux/tools/perf/ui/browsers/
H A Dannotate.c1146 if (dso__annotate_warned(dso)) in __hist_entry__tui_annotate()
H A Dhists.c2531 if (!ms->map || (dso = map__dso(ms->map)) == NULL || dso__annotate_warned(dso)) in add_annotate_opt()
3144 dso__annotate_warned(map__dso(browser->selection->map))) { in evsel__hists_browse()