hide_unresolved 188 tools/perf/builtin-annotate.c .hide_unresolved = symbol_conf.hide_unresolved, hide_unresolved 28 tools/perf/builtin-mem.c bool hide_unresolved; hide_unresolved 168 tools/perf/builtin-mem.c if (al.filtered || (mem->hide_unresolved && al.sym == NULL)) hide_unresolved 415 tools/perf/builtin-mem.c OPT_BOOLEAN('U', "hide-unresolved", &mem.hide_unresolved, hide_unresolved 246 tools/perf/builtin-report.c .hide_unresolved = symbol_conf.hide_unresolved, hide_unresolved 265 tools/perf/builtin-report.c if (symbol_conf.hide_unresolved && al.sym == NULL) hide_unresolved 1149 tools/perf/builtin-report.c OPT_BOOLEAN('U', "hide-unresolved", &symbol_conf.hide_unresolved, hide_unresolved 91 tools/perf/tests/hists_cumulate.c .hide_unresolved = false, hide_unresolved 67 tools/perf/tests/hists_filter.c .hide_unresolved = false, hide_unresolved 62 tools/perf/tests/hists_output.c .hide_unresolved = false, hide_unresolved 1108 tools/perf/util/callchain.c bool hide_unresolved) hide_unresolved 1116 tools/perf/util/callchain.c if (hide_unresolved) hide_unresolved 247 tools/perf/util/callchain.h bool hide_unresolved); hide_unresolved 908 tools/perf/util/hist.c if (iter->hide_unresolved && !(bi[i].from.sym && bi[i].to.sym)) hide_unresolved 1047 tools/perf/util/hist.c return fill_callchain_info(al, node, iter->hide_unresolved); hide_unresolved 118 tools/perf/util/hist.h bool hide_unresolved; hide_unresolved 2065 tools/perf/util/machine.c if (symbol_conf.hide_unresolved && al.sym == NULL) hide_unresolved 2462 tools/perf/util/machine.c if (symbol_conf.hide_unresolved && entry->sym == NULL) hide_unresolved 39 tools/perf/util/symbol_conf.h hide_unresolved,