Home
last modified time | relevance | path

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

/Linux-v5.15/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()
/Linux-v5.15/tools/perf/util/
Ddso.h172 u8 annotate_warned:1; member
Dannotate.c2798 dso->annotate_warned = true; in symbol__tty_annotate2()
2832 dso->annotate_warned = true; in symbol__tty_annotate()
/Linux-v5.15/tools/perf/ui/browsers/
Dannotate.c973 if (ms->map->dso->annotate_warned) in symbol__tui_annotate()
979 ms->map->dso->annotate_warned = true; in symbol__tui_annotate()
Dhists.c2502 if (!ms->map || !ms->map->dso || ms->map->dso->annotate_warned) in add_annotate_opt()
3095 browser->selection->map->dso->annotate_warned) { in evsel__hists_browse()
/Linux-v5.15/tools/perf/
Dbuiltin-annotate.c318 if (he->ms.sym == NULL || he->ms.map->dso->annotate_warned) in hists__find_annotations()