Searched refs:guestmount (Results 1 – 5 of 5) sorted by relevance
/external/linux-tools-perf/Documentation/ |
D | perf-kvm.txt | 11 '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/ |
D | builtin-kvm.c | 46 OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory",
|
/external/linux-tools-perf/util/ |
D | symbol.h | 100 const char *guestmount; member
|
D | map.c | 647 if (!symbol_conf.guestmount) in machines__findnew() 649 sprintf(path, "%s/%d", symbol_conf.guestmount, pid); in machines__findnew()
|
D | symbol.c | 2610 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()
|