Home
last modified time | relevance | path

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

/tools/perf/ui/gtk/
Dannotate.c174 if (ms->map->dso->annotate_warned) in symbol__gtk_annotate()
180 ms->map->dso->annotate_warned = true; in symbol__gtk_annotate()
/tools/perf/util/
Ddso.h172 u8 annotate_warned:1; member
Dannotate.c2803 dso->annotate_warned = true; in symbol__tty_annotate2()
2837 dso->annotate_warned = true; in symbol__tty_annotate()
/tools/perf/ui/browsers/
Dannotate.c974 if (ms->map->dso->annotate_warned) in symbol__tui_annotate()
981 ms->map->dso->annotate_warned = true; in symbol__tui_annotate()
Dhists.c2492 if (!ms->map || !ms->map->dso || ms->map->dso->annotate_warned) in add_annotate_opt()
3085 browser->selection->map->dso->annotate_warned) { in evsel__hists_browse()
/tools/perf/
Dbuiltin-annotate.c318 if (he->ms.sym == NULL || he->ms.map->dso->annotate_warned) in hists__find_annotations()