* [PATCH] perf-kvm.txt edits
@ 2010-04-23 20:36 William Cohen
2010-04-24 1:21 ` Frederic Weisbecker
2010-04-27 12:57 ` [tip:perf/core] perf: Some perf-kvm documentation edits tip-bot for William Cohen
0 siblings, 2 replies; 3+ messages in thread
From: William Cohen @ 2010-04-23 20:36 UTC (permalink / raw)
To: Ingo Molnar; +Cc: lkml
asciidoc does not allow the "===" to be longer than the line above it.
Also corrected a couple types and formatting errors.
Signed-off-by: William Cohen <wcohen@redhat.com>
---
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 93400a0..d004e19 100644
--- a/tools/perf/Documentation/perf-kvm.txt
+++ b/tools/perf/Documentation/perf-kvm.txt
@@ -1,5 +1,5 @@
perf-kvm(1)
-==============
+===========
NAME
----
@@ -41,9 +41,9 @@ There are a couple of variants of perf kvm:
OPTIONS
-------
--host=::
- Collect host side perforamnce profile.
+ Collect host side performance profile.
--guest=::
- Collect guest side perforamnce profile.
+ Collect guest side performance profile.
--guestmount=<path>::
Guest os root file system mount directory. Users mounts guest os
root directories under <path> by a specific filesystem access method,
@@ -64,4 +64,5 @@ OPTIONS
SEE ALSO
--------
-linkperf:perf-top[1] perf-record[1] perf-report[1] perf-diff[1] perf-buildid-list[1]
+linkperf:perf-top[1], linkperf:perf-record[1], linkperf:perf-report[1],
+linkperf:perf-diff[1], linkperf:perf-buildid-list[1]
--
1.6.6.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] perf-kvm.txt edits
2010-04-23 20:36 [PATCH] perf-kvm.txt edits William Cohen
@ 2010-04-24 1:21 ` Frederic Weisbecker
2010-04-27 12:57 ` [tip:perf/core] perf: Some perf-kvm documentation edits tip-bot for William Cohen
1 sibling, 0 replies; 3+ messages in thread
From: Frederic Weisbecker @ 2010-04-24 1:21 UTC (permalink / raw)
To: William Cohen; +Cc: Ingo Molnar, lkml
On Fri, Apr 23, 2010 at 04:36:21PM -0400, William Cohen wrote:
> asciidoc does not allow the "===" to be longer than the line above it.
> Also corrected a couple types and formatting errors.
> Signed-off-by: William Cohen <wcohen@redhat.com>
Queued, thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
* [tip:perf/core] perf: Some perf-kvm documentation edits
2010-04-23 20:36 [PATCH] perf-kvm.txt edits William Cohen
2010-04-24 1:21 ` Frederic Weisbecker
@ 2010-04-27 12:57 ` tip-bot for William Cohen
1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for William Cohen @ 2010-04-27 12:57 UTC (permalink / raw)
To: linux-tip-commits
Cc: linux-kernel, paulus, acme, hpa, mingo, a.p.zijlstra, wcohen,
fweisbec, tglx, mingo
Commit-ID: cfadf9d4ac4be940595ab73d3def24c23c8b875f
Gitweb: http://git.kernel.org/tip/cfadf9d4ac4be940595ab73d3def24c23c8b875f
Author: William Cohen <wcohen@redhat.com>
AuthorDate: Fri, 23 Apr 2010 16:36:21 -0400
Committer: Frederic Weisbecker <fweisbec@gmail.com>
CommitDate: Sat, 24 Apr 2010 03:50:49 +0200
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>
---
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 93400a0..d004e19 100644
--- a/tools/perf/Documentation/perf-kvm.txt
+++ b/tools/perf/Documentation/perf-kvm.txt
@@ -1,5 +1,5 @@
perf-kvm(1)
-==============
+===========
NAME
----
@@ -41,9 +41,9 @@ There are a couple of variants of perf kvm:
OPTIONS
-------
--host=::
- Collect host side perforamnce profile.
+ Collect host side performance profile.
--guest=::
- Collect guest side perforamnce profile.
+ Collect guest side performance profile.
--guestmount=<path>::
Guest os root file system mount directory. Users mounts guest os
root directories under <path> by a specific filesystem access method,
@@ -64,4 +64,5 @@ OPTIONS
SEE ALSO
--------
-linkperf:perf-top[1] perf-record[1] perf-report[1] perf-diff[1] perf-buildid-list[1]
+linkperf:perf-top[1], linkperf:perf-record[1], linkperf:perf-report[1],
+linkperf:perf-diff[1], linkperf:perf-buildid-list[1]
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-04-27 12:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23 20:36 [PATCH] perf-kvm.txt edits William Cohen
2010-04-24 1:21 ` Frederic Weisbecker
2010-04-27 12:57 ` [tip:perf/core] perf: Some perf-kvm documentation edits tip-bot for William Cohen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.