annotate_warned   320 tools/perf/builtin-annotate.c 		if (he->ms.sym == NULL || he->ms.map->dso->annotate_warned)
annotate_warned   918 tools/perf/ui/browsers/annotate.c 	if (map->dso->annotate_warned)
annotate_warned  2405 tools/perf/ui/browsers/hists.c 	if (sym == NULL || map->dso->annotate_warned)
annotate_warned  2942 tools/perf/ui/browsers/hists.c 			    browser->selection->map->dso->annotate_warned)
annotate_warned   173 tools/perf/ui/gtk/annotate.c 	if (map->dso->annotate_warned)
annotate_warned   159 tools/perf/util/dso.h 	u8		 annotate_warned:1;