vmlinux_name      515 tools/perf/builtin-annotate.c 	OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
vmlinux_name     2730 tools/perf/builtin-c2c.c 	OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
vmlinux_name       64 tools/perf/builtin-kallsyms.c 	symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL);
vmlinux_name      548 tools/perf/builtin-probe.c 	OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
vmlinux_name      636 tools/perf/builtin-probe.c 	symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL);
vmlinux_name      643 tools/perf/builtin-probe.c 	if (!strchr("lda", params.command) && symbol_conf.vmlinux_name)
vmlinux_name     2236 tools/perf/builtin-record.c 	OPT_STRING(0, "vmlinux", &symbol_conf.vmlinux_name,
vmlinux_name     1082 tools/perf/builtin-report.c 	OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
vmlinux_name     1247 tools/perf/builtin-report.c 	if (symbol_conf.vmlinux_name &&
vmlinux_name     1248 tools/perf/builtin-report.c 	    access(symbol_conf.vmlinux_name, R_OK)) {
vmlinux_name     1249 tools/perf/builtin-report.c 		pr_err("Invalid file: %s\n", symbol_conf.vmlinux_name);
vmlinux_name     3406 tools/perf/builtin-sched.c 	OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
vmlinux_name     3466 tools/perf/builtin-script.c 	OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
vmlinux_name      798 tools/perf/builtin-top.c 			if (symbol_conf.vmlinux_name) {
vmlinux_name      802 tools/perf/builtin-top.c 					    symbol_conf.vmlinux_name, serr, msg);
vmlinux_name     1436 tools/perf/builtin-top.c 	OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
vmlinux_name     1664 tools/perf/builtin-top.c 	symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL);
vmlinux_name      882 tools/perf/util/machine.c 	const char *vmlinux_name = machine->mmap_name;
vmlinux_name      886 tools/perf/util/machine.c 		if (symbol_conf.vmlinux_name)
vmlinux_name      887 tools/perf/util/machine.c 			vmlinux_name = symbol_conf.vmlinux_name;
vmlinux_name      889 tools/perf/util/machine.c 		kernel = machine__findnew_kernel(machine, vmlinux_name,
vmlinux_name      893 tools/perf/util/machine.c 			vmlinux_name = symbol_conf.default_guest_vmlinux_name;
vmlinux_name      895 tools/perf/util/machine.c 		kernel = machine__findnew_kernel(machine, vmlinux_name,
vmlinux_name       83 tools/perf/util/probe-event.c 	if (symbol_conf.vmlinux_name)
vmlinux_name       84 tools/perf/util/probe-event.c 		pr_debug("Use vmlinux: %s\n", symbol_conf.vmlinux_name);
vmlinux_name      317 tools/perf/util/probe-event.c 	const char *vmlinux_name;
vmlinux_name      336 tools/perf/util/probe-event.c 	vmlinux_name = symbol_conf.vmlinux_name;
vmlinux_name      338 tools/perf/util/probe-event.c 	if (vmlinux_name)
vmlinux_name      339 tools/perf/util/probe-event.c 		ret = dso__load_vmlinux(dso, map, vmlinux_name, false);
vmlinux_name      754 tools/perf/util/probe-event.c 						symbol_conf.vmlinux_name);
vmlinux_name     2010 tools/perf/util/symbol.c 	if (!symbol_conf.ignore_vmlinux && symbol_conf.vmlinux_name != NULL) {
vmlinux_name     2011 tools/perf/util/symbol.c 		return dso__load_vmlinux(dso, map, symbol_conf.vmlinux_name, false);
vmlinux_name       45 tools/perf/util/symbol_conf.h 	const char	*vmlinux_name,