try_vmlinux_path  603 tools/perf/builtin-annotate.c 	symbol_conf.try_vmlinux_path = true;
try_vmlinux_path   64 tools/perf/builtin-kallsyms.c 	symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL);
try_vmlinux_path  636 tools/perf/builtin-probe.c 	symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL);
try_vmlinux_path 1664 tools/perf/builtin-top.c 	symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL);
try_vmlinux_path  725 tools/perf/tests/builtin-test.c 	symbol_conf.try_vmlinux_path = true;
try_vmlinux_path   54 tools/perf/util/symbol.c 	.try_vmlinux_path	= true,
try_vmlinux_path 2252 tools/perf/util/symbol.c 	if (symbol_conf.try_vmlinux_path && vmlinux_path__init(env) < 0)
try_vmlinux_path   13 tools/perf/util/symbol_conf.h 	bool		try_vmlinux_path,