* [PATCH 1/3] perf tools: Remove redundant 'stat' in perf-kvm.txt.
@ 2013-12-09 22:47 Dongsheng Yang
2013-12-09 22:47 ` [PATCH 2/3] perf tools: Remove duplicated 'runs' in perf-archive.txt Dongsheng Yang
2013-12-09 22:47 ` [PATCH 3/3] perf tools: Fix typo in builtin-annotate.c Dongsheng Yang
0 siblings, 2 replies; 5+ messages in thread
From: Dongsheng Yang @ 2013-12-09 22:47 UTC (permalink / raw)
To: acme; +Cc: linux-kernel, Dongsheng Yang
Subcommand stat was added into manpage by bcf6edcd, but the usage of stat
was picked out for a new usage by 9a6d3166. So, the old 'stat' at the tail
is not needed any more.
Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
---
tools/perf/Documentation/perf-kvm.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/Documentation/perf-kvm.txt b/tools/perf/Documentation/perf-kvm.txt
index 96a9a1d..959dd75 100644
--- a/tools/perf/Documentation/perf-kvm.txt
+++ b/tools/perf/Documentation/perf-kvm.txt
@@ -12,7 +12,7 @@ SYNOPSIS
[--guestkallsyms=<path> --guestmodules=<path> | --guestvmlinux=<path>]]
{top|record|report|diff|buildid-list}
'perf kvm' [--host] [--guest] [--guestkallsyms=<path> --guestmodules=<path>
- | --guestvmlinux=<path>] {top|record|report|diff|buildid-list|stat}
+ | --guestvmlinux=<path>] {top|record|report|diff|buildid-list}
'perf kvm stat [record|report|live] [<options>]
DESCRIPTION
--
1.8.2.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/3] perf tools: Remove duplicated 'runs' in perf-archive.txt.
2013-12-09 22:47 [PATCH 1/3] perf tools: Remove redundant 'stat' in perf-kvm.txt Dongsheng Yang
@ 2013-12-09 22:47 ` Dongsheng Yang
2013-12-11 11:05 ` [tip:perf/core] perf archive: Remove duplicated 'runs' in man page tip-bot for Dongsheng Yang
2013-12-09 22:47 ` [PATCH 3/3] perf tools: Fix typo in builtin-annotate.c Dongsheng Yang
1 sibling, 1 reply; 5+ messages in thread
From: Dongsheng Yang @ 2013-12-09 22:47 UTC (permalink / raw)
To: acme; +Cc: linux-kernel, Dongsheng Yang
Two 'runs' here breaks the sentence in Description of perf archive command.
Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
---
tools/perf/Documentation/perf-archive.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/perf/Documentation/perf-archive.txt b/tools/perf/Documentation/perf-archive.txt
index 5032a14..ac6ecbb 100644
--- a/tools/perf/Documentation/perf-archive.txt
+++ b/tools/perf/Documentation/perf-archive.txt
@@ -12,9 +12,9 @@ SYNOPSIS
DESCRIPTION
-----------
-This command runs runs perf-buildid-list --with-hits, and collects the files
-with the buildids found so that analysis of perf.data contents can be possible
-on another machine.
+This command runs perf-buildid-list --with-hits, and collects the files with the
+buildids found so that analysis of perf.data contents can be possible on another
+machine.
SEE ALSO
--
1.8.2.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 3/3] perf tools: Fix typo in builtin-annotate.c
2013-12-09 22:47 [PATCH 1/3] perf tools: Remove redundant 'stat' in perf-kvm.txt Dongsheng Yang
2013-12-09 22:47 ` [PATCH 2/3] perf tools: Remove duplicated 'runs' in perf-archive.txt Dongsheng Yang
@ 2013-12-09 22:47 ` Dongsheng Yang
2013-12-11 11:05 ` [tip:perf/core] perf annotate: Fix typo tip-bot for Dongsheng Yang
1 sibling, 1 reply; 5+ messages in thread
From: Dongsheng Yang @ 2013-12-09 22:47 UTC (permalink / raw)
To: acme; +Cc: linux-kernel, Dongsheng Yang
A typo in comment of builtin-annotate.c about that.
Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
---
tools/perf/builtin-annotate.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c
index 4087ab1..6fd52c8 100644
--- a/tools/perf/builtin-annotate.c
+++ b/tools/perf/builtin-annotate.c
@@ -373,7 +373,7 @@ int cmd_annotate(int argc, const char **argv, const char *prefix __maybe_unused)
if (argc) {
/*
- * Special case: if there's an argument left then assume tha
+ * Special case: if there's an argument left then assume that
* it's a symbol filter:
*/
if (argc > 1)
--
1.8.2.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [tip:perf/core] perf archive: Remove duplicated 'runs' in man page
2013-12-09 22:47 ` [PATCH 2/3] perf tools: Remove duplicated 'runs' in perf-archive.txt Dongsheng Yang
@ 2013-12-11 11:05 ` tip-bot for Dongsheng Yang
0 siblings, 0 replies; 5+ messages in thread
From: tip-bot for Dongsheng Yang @ 2013-12-11 11:05 UTC (permalink / raw)
To: linux-tip-commits; +Cc: acme, linux-kernel, hpa, mingo, tglx, yangds.fnst
Commit-ID: f113bee01956d4a2efde461443b09ab1020f4b17
Gitweb: http://git.kernel.org/tip/f113bee01956d4a2efde461443b09ab1020f4b17
Author: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
AuthorDate: Mon, 9 Dec 2013 17:47:47 -0500
Committer: Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Mon, 9 Dec 2013 15:21:45 -0300
perf archive: Remove duplicated 'runs' in man page
Two 'runs' here breaks the sentence in Description of 'perf archive'
command.
Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
Link: http://lkml.kernel.org/r/78a15a9f4f500b6074a1e25917d6e8251f894628.1386629050.git.yangds.fnst@cn.fujitsu.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
tools/perf/Documentation/perf-archive.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/perf/Documentation/perf-archive.txt b/tools/perf/Documentation/perf-archive.txt
index 5032a14..ac6ecbb 100644
--- a/tools/perf/Documentation/perf-archive.txt
+++ b/tools/perf/Documentation/perf-archive.txt
@@ -12,9 +12,9 @@ SYNOPSIS
DESCRIPTION
-----------
-This command runs runs perf-buildid-list --with-hits, and collects the files
-with the buildids found so that analysis of perf.data contents can be possible
-on another machine.
+This command runs perf-buildid-list --with-hits, and collects the files with the
+buildids found so that analysis of perf.data contents can be possible on another
+machine.
SEE ALSO
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [tip:perf/core] perf annotate: Fix typo
2013-12-09 22:47 ` [PATCH 3/3] perf tools: Fix typo in builtin-annotate.c Dongsheng Yang
@ 2013-12-11 11:05 ` tip-bot for Dongsheng Yang
0 siblings, 0 replies; 5+ messages in thread
From: tip-bot for Dongsheng Yang @ 2013-12-11 11:05 UTC (permalink / raw)
To: linux-tip-commits; +Cc: acme, linux-kernel, hpa, mingo, tglx, yangds.fnst
Commit-ID: 6f1d0c866261ec1e42850b2bf760484c100b6dd6
Gitweb: http://git.kernel.org/tip/6f1d0c866261ec1e42850b2bf760484c100b6dd6
Author: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
AuthorDate: Mon, 9 Dec 2013 17:47:48 -0500
Committer: Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Mon, 9 Dec 2013 15:22:21 -0300
perf annotate: Fix typo
A typo in comment of builtin-annotate.c about 'that'.
Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
Link: http://lkml.kernel.org/r/46cb069a4ce21141057a07c0b50baa9968e3228c.1386629050.git.yangds.fnst@cn.fujitsu.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
tools/perf/builtin-annotate.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c
index 4087ab1..6fd52c8 100644
--- a/tools/perf/builtin-annotate.c
+++ b/tools/perf/builtin-annotate.c
@@ -373,7 +373,7 @@ int cmd_annotate(int argc, const char **argv, const char *prefix __maybe_unused)
if (argc) {
/*
- * Special case: if there's an argument left then assume tha
+ * Special case: if there's an argument left then assume that
* it's a symbol filter:
*/
if (argc > 1)
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-12-11 11:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-09 22:47 [PATCH 1/3] perf tools: Remove redundant 'stat' in perf-kvm.txt Dongsheng Yang
2013-12-09 22:47 ` [PATCH 2/3] perf tools: Remove duplicated 'runs' in perf-archive.txt Dongsheng Yang
2013-12-11 11:05 ` [tip:perf/core] perf archive: Remove duplicated 'runs' in man page tip-bot for Dongsheng Yang
2013-12-09 22:47 ` [PATCH 3/3] perf tools: Fix typo in builtin-annotate.c Dongsheng Yang
2013-12-11 11:05 ` [tip:perf/core] perf annotate: Fix typo tip-bot for Dongsheng Yang
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.