diff options
author | William Cohen <wcohen@redhat.com> | 2010-04-23 16:36:21 -0400 |
---|---|---|
committer | Frederic Weisbecker <fweisbec@gmail.com> | 2010-04-23 21:50:49 -0400 |
commit | cfadf9d4ac4be940595ab73d3def24c23c8b875f (patch) | |
tree | b283088929ec498145c733dad1955fccf9018feb /tools/perf/Documentation | |
parent | e1889d75aff0c3786bc53aeb7d9eaca0691c19c5 (diff) |
perf: Some perf-kvm documentation edits
asciidoc does not allow the "===" to be longer than the line
above it.
Also fix a couple types and formatting errors.
Signed-off-by: William Cohen <wcohen@redhat.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Ingo Molnar <mingo@elte.hu>
LKML-Reference: <4BD204C5.9000504@redhat.com>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Diffstat (limited to 'tools/perf/Documentation')
-rw-r--r-- | tools/perf/Documentation/perf-kvm.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tools/perf/Documentation/perf-kvm.txt b/tools/perf/Documentation/perf-kvm.txt index 93400a0f17f0..d004e19fe6d6 100644 --- a/tools/perf/Documentation/perf-kvm.txt +++ b/tools/perf/Documentation/perf-kvm.txt | |||
@@ -1,5 +1,5 @@ | |||
1 | perf-kvm(1) | 1 | perf-kvm(1) |
2 | ============== | 2 | =========== |
3 | 3 | ||
4 | NAME | 4 | NAME |
5 | ---- | 5 | ---- |
@@ -41,9 +41,9 @@ There are a couple of variants of perf kvm: | |||
41 | OPTIONS | 41 | OPTIONS |
42 | ------- | 42 | ------- |
43 | --host=:: | 43 | --host=:: |
44 | Collect host side perforamnce profile. | 44 | Collect host side performance profile. |
45 | --guest=:: | 45 | --guest=:: |
46 | Collect guest side perforamnce profile. | 46 | Collect guest side performance profile. |
47 | --guestmount=<path>:: | 47 | --guestmount=<path>:: |
48 | Guest os root file system mount directory. Users mounts guest os | 48 | Guest os root file system mount directory. Users mounts guest os |
49 | root directories under <path> by a specific filesystem access method, | 49 | root directories under <path> by a specific filesystem access method, |
@@ -64,4 +64,5 @@ OPTIONS | |||
64 | 64 | ||
65 | SEE ALSO | 65 | SEE ALSO |
66 | -------- | 66 | -------- |
67 | linkperf:perf-top[1] perf-record[1] perf-report[1] perf-diff[1] perf-buildid-list[1] | 67 | linkperf:perf-top[1], linkperf:perf-record[1], linkperf:perf-report[1], |
68 | linkperf:perf-diff[1], linkperf:perf-buildid-list[1] | ||