Searched refs:guestmount (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-kvm.c42 OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dsymbol.h80 const char *guestmount; member in struct:symbol_conf
H A Dmap.c643 if (!symbol_conf.guestmount)
645 sprintf(path, "%s/%d", symbol_conf.guestmount, pid);
H A Dsymbol.c2388 if (symbol_conf.guestmount) {
2389 items = scandir(symbol_conf.guestmount, &namelist, NULL, NULL);
2399 symbol_conf.guestmount,

Completed in 152 milliseconds