Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/ui/gtk/
H A Dannotate.c175 if (dso->annotate_warned) in symbol__gtk_annotate()
181 dso->annotate_warned = true; in symbol__gtk_annotate()
/openbmc/linux/tools/perf/util/
H A Ddso.h174 u8 annotate_warned:1; member
H A Dannotate.c2971 dso->annotate_warned = true; in symbol__tty_annotate2()
3005 dso->annotate_warned = true; in symbol__tty_annotate()
/openbmc/linux/tools/perf/ui/browsers/
H A Dannotate.c971 if (dso->annotate_warned) in symbol__tui_annotate()
978 dso->annotate_warned = true; in symbol__tui_annotate()
H A Dhists.c2491 if (!ms->map || (dso = map__dso(ms->map)) == NULL || dso->annotate_warned) in add_annotate_opt()
3085 map__dso(browser->selection->map)->annotate_warned) { in evsel__hists_browse()
/openbmc/linux/tools/perf/
H A Dbuiltin-annotate.c333 if (he->ms.sym == NULL || map__dso(he->ms.map)->annotate_warned) in hists__find_annotations()