Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/ui/browsers/
H A Dannotate.c99 .change_color = (!annotate_opts.hide_src_code && in annotate_browser__write()
130 if (!annotate_opts.hide_src_code) in is_fused()
197 if (annotate_opts.hide_src_code) { in annotate_browser__draw_current_jump()
299 if (annotate_opts.hide_src_code) in annotate_browser__set_rb_top()
381 if (annotate_opts.hide_src_code) { in annotate_browser__toggle_source()
386 annotate_opts.hide_src_code = false; in annotate_browser__toggle_source()
404 annotate_opts.hide_src_code = true; in annotate_browser__toggle_source()
992 if (annotate_opts.hide_src_code) in symbol__tui_annotate()
/openbmc/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
261 annotate.hide_src_code::
/openbmc/linux/tools/perf/util/
H A Dannotate.h81 bool hide_src_code, member
332 return notes->options->hide_src_code && al->offset == -1; in annotation_line__filter()
H A Dannotate.c1963 if (!annotate_opts.hide_src_code && srcline) { in symbol__disassemble_bpf()
3331 opt->hide_src_code = perf_config_bool("hide_src_code", value); in annotation__config()