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.c429 if (annotate_opts.hide_src_code && !notes->src->tried_source) { in annotate_browser__toggle_source()
440 notes->src->tried_source = true; in annotate_browser__toggle_source()
1090 notes->src->tried_source = true; in symbol__tui_annotate()
1108 if (not_annotated && !notes->src->tried_source) in symbol__tui_annotate()
/linux/tools/perf/util/
H A Dannotate.h297 bool tried_source; member
H A Dannotate.c1454 as->tried_source = false; in annotated_source__purge()