Searched refs:annotate_warned (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/perf/ui/gtk/
H A Dannotate.c183 if (dso->annotate_warned)
189 dso->annotate_warned = true;
/linux-master/tools/perf/util/
H A Ddso.h177 u8 annotate_warned:1; member in struct:dso
H A Dannotate.c3079 dso->annotate_warned = true;
3113 dso->annotate_warned = true;
/linux-master/tools/perf/ui/browsers/
H A Dannotate.c970 if (dso->annotate_warned)
977 dso->annotate_warned = true;
H A Dhists.c2491 if (!ms->map || (dso = map__dso(ms->map)) == NULL || dso->annotate_warned)
3086 map__dso(browser->selection->map)->annotate_warned) {
/linux-master/tools/perf/
H A Dbuiltin-annotate.c490 if (he->ms.sym == NULL || map__dso(he->ms.map)->annotate_warned)

Completed in 147 milliseconds