guestmount       1597 tools/perf/builtin-kvm.c 		OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory",
guestmount       3550 tools/perf/builtin-script.c 	OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory",
guestmount       3579 tools/perf/builtin-script.c 	if (symbol_conf.guestmount ||
guestmount        343 tools/perf/util/machine.c 	    (symbol_conf.guestmount)) {
guestmount        344 tools/perf/util/machine.c 		sprintf(path, "%s/%d", symbol_conf.guestmount, pid);
guestmount       1142 tools/perf/util/machine.c 	if (symbol_conf.guestmount) {
guestmount       1143 tools/perf/util/machine.c 		items = scandir(symbol_conf.guestmount, &namelist, NULL, NULL);
guestmount       1160 tools/perf/util/machine.c 				symbol_conf.guestmount,
guestmount         53 tools/perf/util/symbol_conf.h 	const char	*guestmount;