Searched refs:hide_src_code (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/ui/browsers/
H A Dannotate.c98 .change_color = (!annotate_opts.hide_src_code &&
129 if (!annotate_opts.hide_src_code)
196 if (annotate_opts.hide_src_code) {
297 if (annotate_opts.hide_src_code)
379 if (annotate_opts.hide_src_code) {
384 annotate_opts.hide_src_code = false;
402 annotate_opts.hide_src_code = true;
991 if (annotate_opts.hide_src_code)
/linux-master/tools/perf/util/
H A Dannotate.h89 bool hide_src_code, member in struct:annotation_options
393 return annotate_opts.hide_src_code && al->offset == -1;
H A Dannotate.c2040 if (!annotate_opts.hide_src_code && srcline) {
3436 } else if (!strcmp(var, "annotate.hide_src_code")) {
3437 opt->hide_src_code = perf_config_bool("hide_src_code", value);

Completed in 127 milliseconds