Home
last modified time | relevance | path

Searched refs:hide_src_code (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/ui/browsers/
H A Dannotate.c123 .change_color = (!annotate_opts.hide_src_code && in annotate_browser__write()
163 if (!annotate_opts.hide_src_code) in is_fused()
231 if (annotate_opts.hide_src_code) { in annotate_browser__draw_current_jump()
332 if (annotate_opts.hide_src_code) in annotate_browser__set_rb_top()
463 if (annotate_opts.hide_src_code && !notes->src->tried_source) { in annotate_browser__toggle_source()
468 annotate_opts.hide_src_code = false; in annotate_browser__toggle_source()
471 annotate_opts.hide_src_code = true; in annotate_browser__toggle_source()
488 if (annotate_opts.hide_src_code) { in annotate_browser__toggle_source()
493 annotate_opts.hide_src_code = false; in annotate_browser__toggle_source()
511 annotate_opts.hide_src_code = true; in annotate_browser__toggle_source()
[all …]
/linux/tools/perf/Documentation/
H A Dperfconfig.example26 hide_src_code = false
H A Dperf-config.txt99 hide_src_code = false
131 % perf config annotate.hide_src_code=true
275 annotate.hide_src_code::
/linux/tools/perf/util/
H A Dannotate.h46 bool hide_src_code, member
386 return annotate_opts.hide_src_code && al->offset == -1; in annotation_line__filter()
H A Dlibbfd.c608 if (!annotate_opts.hide_src_code && srcline) { in symbol__disassemble_bpf_libbfd()
H A Dannotate.c2305 opt->hide_src_code = perf_config_bool("hide_src_code", value); in annotation__config()
2361 opt->hide_src_code = true; in annotation_options__init()
H A Ddisasm.c1708 if (options->annotate_src && !options->hide_src_code) { in symbol__disassemble()