Home
last modified time | relevance | path

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

/linux/tools/perf/ui/browsers/
H A Dannotate.c483 if (annotate_opts.hide_src_code_on_title) in annotate_browser__toggle_source()
484 annotate_opts.hide_src_code_on_title = false; in annotate_browser__toggle_source()
788 if (!annotate_opts.hide_src_code_on_title) { in annotate__scnprintf_title()
/linux/tools/perf/util/
H A Dannotate.h47 hide_src_code_on_title, member
H A Dannotate.c2285 opt->hide_src_code_on_title = true; in annotation_options__init()