Home
last modified time | relevance | path

Searched refs:guestmount (Results 1 – 5 of 5) sorted by relevance

/external/linux-tools-perf/Documentation/
Dperf-kvm.txt11 'perf kvm' [--host] [--guest] [--guestmount=<path>
53 --guestmount=<path>::
58 #mkdir ~/guestmount; cd ~/guestmount
61 #perf kvm --host --guest --guestmount=~/guestmount top
/external/linux-tools-perf/
Dbuiltin-kvm.c46 OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory",
/external/linux-tools-perf/util/
Dsymbol.h100 const char *guestmount; member
Dmap.c647 if (!symbol_conf.guestmount) in machines__findnew()
649 sprintf(path, "%s/%d", symbol_conf.guestmount, pid); in machines__findnew()
Dsymbol.c2610 if (symbol_conf.guestmount) { in machines__create_guest_kernel_maps()
2611 items = scandir(symbol_conf.guestmount, &namelist, NULL, NULL); in machines__create_guest_kernel_maps()
2621 symbol_conf.guestmount, in machines__create_guest_kernel_maps()