Searched refs:guestmount (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/perf/Documentation/ |
| H A D | guestmount.txt | 1 --guestmount=<path>:: 7 $ mkdir \~/guestmount 8 $ cd \~/guestmount 11 $ perf {GMEXAMPLECMD} --guestmount=~/guestmount {GMEXAMPLESUBCMD}
|
| H A D | guest-files.txt | 1 include::guestmount.txt[]
|
| H A D | perf-kvm.txt | 11 'perf kvm' [--host] [--guest] [--guestmount=<path> 49 was captured with --guestmount in perf kvm record.
|
| H A D | perf-inject.txt | 114 include::guestmount.txt[]
|
| /linux/tools/perf/util/ |
| H A D | symbol_conf.h | 63 const char *guestmount; member
|
| H A D | machine.c | 329 (symbol_conf.guestmount)) { in machines__findnew() 330 sprintf(path, "%s/%d", symbol_conf.guestmount, pid); in machines__findnew() 1225 if (symbol_conf.guestmount) { in machines__create_guest_kernel_maps() 1226 items = scandir(symbol_conf.guestmount, &namelist, NULL, NULL); in machines__create_guest_kernel_maps() 1243 symbol_conf.guestmount, in machines__create_guest_kernel_maps()
|
| /linux/tools/perf/ |
| H A D | builtin-kvm.c | 2131 OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory", in cmd_kvm()
|
| H A D | builtin-script.c | 4153 OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory", in cmd_script() 4189 if (symbol_conf.guestmount || in cmd_script()
|
| H A D | builtin-inject.c | 2413 OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory", in cmd_inject()
|