mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
53e76d35f7
Move common guest options into include files. Use attribute substitution to customize an example, using "[verse]" to define the block instead of a "literal" block which does not permit substitution. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Cc: Ian Rogers <irogers@google.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Link: https://lore.kernel.org/r/20220811170411.84154-4-adrian.hunter@intel.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
17 lines
493 B
Plaintext
17 lines
493 B
Plaintext
include::guestmount.txt[]
|
|
|
|
--guestkallsyms=<path>::
|
|
Guest OS /proc/kallsyms file copy. perf reads it to get guest
|
|
kernel symbols. Users copy it out from guest OS.
|
|
|
|
--guestmodules=<path>::
|
|
Guest OS /proc/modules file copy. perf reads it to get guest
|
|
kernel module information. Users copy it out from guest OS.
|
|
|
|
--guestvmlinux=<path>::
|
|
Guest OS kernel vmlinux.
|
|
|
|
--guest-code::
|
|
Indicate that guest code can be found in the hypervisor process,
|
|
which is a common case for KVM test programs.
|