Searched refs:guestmount (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | guestmount.txt | 1 --guestmount=<path>:: 7 $ mkdir \~/guestmount 8 $ cd \~/guestmount 11 $ perf {GMEXAMPLECMD} --guestmount=~/guestmount {GMEXAMPLESUBCMD}
|
A D | guest-files.txt | 1 include::guestmount.txt[]
|
A D | perf-kvm.txt | 11 'perf kvm' [--host] [--guest] [--guestmount=<path> 49 was captured with --guestmount in perf kvm record.
|
A D | perf-inject.txt | 114 include::guestmount.txt[]
|
A D | perf-intel-pt.txt | 1520 Create a guestmount, assuming the guest machine is 'vm_to_test': 1522 $ mkdir -p ~/guestmount/13376 1523 $ sshfs -o direct_io vm_to_test:/ ~/guestmount/13376 1527 Note, due to the guestmount option, guest object files and debug files will be copied into the buil… 1530 …$ perf inject -i guest-sideband-testing-host-perf.data -o inj --guestmount ~/guestmount --guest-da…
|
/linux-6.3-rc2/tools/perf/util/ |
A D | symbol_conf.h | 56 const char *guestmount; member
|
A D | machine.c | 364 (symbol_conf.guestmount)) { in machines__findnew() 365 sprintf(path, "%s/%d", symbol_conf.guestmount, pid); in machines__findnew() 1351 if (symbol_conf.guestmount) { in machines__create_guest_kernel_maps() 1352 items = scandir(symbol_conf.guestmount, &namelist, NULL, NULL); in machines__create_guest_kernel_maps() 1369 symbol_conf.guestmount, in machines__create_guest_kernel_maps()
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-kvm.c | 1597 OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory", in cmd_kvm()
|
A D | builtin-script.c | 3966 OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory", in cmd_script() 3999 if (symbol_conf.guestmount || in cmd_script()
|
A D | builtin-inject.c | 2240 OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory", in cmd_inject()
|
Completed in 30 milliseconds