Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/tools/perf/util/
Ddso.h173 u8 annotate_warned:1; member
Dannotate.c2845 dso->annotate_warned = true; in symbol__tty_annotate2()
2879 dso->annotate_warned = true; in symbol__tty_annotate()
/linux-6.1.9/tools/perf/ui/browsers/
Dannotate.c973 if (ms->map->dso->annotate_warned) in symbol__tui_annotate()
980 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-6.1.9/tools/perf/
Dbuiltin-annotate.c323 if (he->ms.sym == NULL || he->ms.map->dso->annotate_warned) in hists__find_annotations()