Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/ui/browsers/
Dannotate.c98 .change_color = (!annotate_opts.hide_src_code && in annotate_browser__write()
129 if (!annotate_opts.hide_src_code) in is_fused()
197 if (annotate_opts.hide_src_code) { in annotate_browser__draw_current_jump()
298 if (annotate_opts.hide_src_code) in annotate_browser__set_rb_top()
380 if (annotate_opts.hide_src_code) { in annotate_browser__toggle_source()
385 annotate_opts.hide_src_code = false; in annotate_browser__toggle_source()
403 annotate_opts.hide_src_code = true; in annotate_browser__toggle_source()
1005 if (annotate_opts.hide_src_code) in symbol__tui_annotate()
/linux-6.14.4/tools/perf/Documentation/
Dperfconfig.example26 hide_src_code = false
Dperf-config.txt99 hide_src_code = false
131 % perf config annotate.hide_src_code=true
275 annotate.hide_src_code::
/linux-6.14.4/tools/perf/util/
Dannotate.h46 bool hide_src_code, member
370 return annotate_opts.hide_src_code && al->offset == -1; in annotation_line__filter()
Ddisasm_bpf.c140 if (!annotate_opts.hide_src_code && srcline) { in symbol__disassemble_bpf()
Dannotate.c2174 opt->hide_src_code = perf_config_bool("hide_src_code", value); in annotation__config()