Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/Documentation/
H A Dguestmount.txt1 --guestmount=<path>::
7 $ mkdir \~/guestmount
8 $ cd \~/guestmount
11 $ perf {GMEXAMPLECMD} --guestmount=~/guestmount {GMEXAMPLESUBCMD}
H A Dguest-files.txt1 include::guestmount.txt[]
H A Dperf-kvm.txt11 'perf kvm' [--host] [--guest] [--guestmount=<path>
49 was captured with --guestmount in perf kvm record.
H A Dperf-inject.txt114 include::guestmount.txt[]
H A Dperf-intel-pt.txt1520 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…
/openbmc/linux/tools/perf/util/
H A Dsymbol_conf.h56 const char *guestmount; member
H A Dmachine.c371 (symbol_conf.guestmount)) { in machines__findnew()
372 sprintf(path, "%s/%d", symbol_conf.guestmount, pid); in machines__findnew()
1401 if (symbol_conf.guestmount) { in machines__create_guest_kernel_maps()
1402 items = scandir(symbol_conf.guestmount, &namelist, NULL, NULL); in machines__create_guest_kernel_maps()
1419 symbol_conf.guestmount, in machines__create_guest_kernel_maps()
/openbmc/linux/tools/perf/
H A Dbuiltin-kvm.c2133 OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory", in cmd_kvm()
H A Dbuiltin-script.c3998 OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory", in cmd_script()
4031 if (symbol_conf.guestmount || in cmd_script()
H A Dbuiltin-inject.c2260 OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory", in cmd_inject()
/openbmc/linux/
H A Dopengrok0.0.log[all...]