Searched refs:guestmount (Results 1 – 8 of 8) 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[]
|
H A D | perf-intel-pt.txt | 1578 Create a guestmount, assuming the guest machine is 'vm_to_test': 1580 $ mkdir -p ~/guestmount/13376 1581 $ sshfs -o direct_io vm_to_test:/ ~/guestmount/13376 1585 Note, due to the guestmount option, guest object files and debug files will be copied into the build ID cache from the guest machine, with the notable exception of VDSO. 1588 $ perf inject -i guest-sideband-testing-host-perf.data -o inj --guestmount ~/guestmount --guest-data=guest-sideband-testing-guest-perf.data,13376,0xfffffa6ae070cb20
|
/linux/tools/perf/util/ |
H A D | symbol_conf.h | 59 const char *guestmount; member
|
H A D | machine.c | 291 (symbol_conf.guestmount)) { in machines__findnew() 292 sprintf(path, "%s/%d", symbol_conf.guestmount, pid); in machines__findnew() 1200 if (symbol_conf.guestmount) { in machines__create_guest_kernel_maps() 1201 items = scandir(symbol_conf.guestmount, &namelist, NULL, NULL); in machines__create_guest_kernel_maps() 1218 symbol_conf.guestmount, in machines__create_guest_kernel_maps()
|
/linux/tools/perf/ |
H A D | builtin-inject.c | 2418 OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory", in cmd_inject()
|