Home
last modified time | relevance | path

Searched refs:tried_source (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/ui/browsers/
H A Dannotate.c463 if (annotate_opts.hide_src_code && !notes->src->tried_source) { in annotate_browser__toggle_source()
474 notes->src->tried_source = true; in annotate_browser__toggle_source()
1160 notes->src->tried_source = true; in __hist_entry__tui_annotate()
1204 if (not_annotated && !notes->src->tried_source) in __hist_entry__tui_annotate()
/linux/tools/perf/util/
H A Dannotate.h309 bool tried_source; member
H A Dannotate.c1468 as->tried_source = false; in annotated_source__purge()