Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/ui/gtk/
Dannotate.c183 if (dso__annotate_warned(dso)) in symbol__gtk_annotate()
/linux-6.12.1/tools/perf/util/
Ddso.h273 static inline bool dso__annotate_warned(const struct dso *dso) in dso__annotate_warned() function
/linux-6.12.1/tools/perf/
Dbuiltin-annotate.c423 if (he->ms.sym == NULL || dso__annotate_warned(map__dso(he->ms.map))) in hists__find_annotations()
/linux-6.12.1/tools/perf/ui/browsers/
Dannotate.c984 if (dso__annotate_warned(dso)) in symbol__tui_annotate()
Dhists.c2492 if (!ms->map || (dso = map__dso(ms->map)) == NULL || dso__annotate_warned(dso)) in add_annotate_opt()
3113 dso__annotate_warned(map__dso(browser->selection->map))) { in evsel__hists_browse()