Searched refs:hide_src_code (Results 1 – 6 of 6) sorted by relevance
26 hide_src_code = false
99 hide_src_code = false131 % perf config annotate.hide_src_code=true275 annotate.hide_src_code::
46 bool hide_src_code, member374 return annotate_opts.hide_src_code && al->offset == -1; in annotation_line__filter()
140 if (!annotate_opts.hide_src_code && srcline) { in symbol__disassemble_bpf()
2228 opt->hide_src_code = perf_config_bool("hide_src_code", value); in annotation__config()2284 opt->hide_src_code = true; in annotation_options__init()
2288 if (options->annotate_src && !options->hide_src_code) { in symbol__disassemble()