2009-11-07 22:08:26

by Zeev Tarantov

[permalink] [raw]
Subject: [PATCH] perf tools: fix syntax in documentation

This patch is against current tip.


Fix trivial syntax in perf-events user-space tools documentation.
Signed-off-by: Zeev Tarantov <[email protected]>

--- a/tools/perf/Documentation/perf-report.txt
+++ b/tools/perf/Documentation/perf-report.txt
@@ -24,11 +24,11 @@ OPTIONS
--dsos=::
Only consider symbols in these dsos. CSV that understands
file://filename entries.
--n
---show-nr-samples
+-n::
+--show-nr-samples=::
Show the number of samples for each symbol
--T
---threads
+-T::
+--threads=::
Show per-thread event counters
-C::
--comms=::


2009-11-09 02:11:41

by Zeev Tarantov

[permalink] [raw]
Subject: [PATCH, v2] perf tools: fix syntax in documentation

A big "thank you" to Ingo Molnar for pointing out that gmail changes
tabs into spaces.
This patch is against current tip.


Fix trivial syntax in perf-events user-space tools documentation.
Signed-off-by: Zeev Tarantov <[email protected]>

--- a/tools/perf/Documentation/perf-report.txt
+++ b/tools/perf/Documentation/perf-report.txt
@@ -24,11 +24,11 @@ OPTIONS
?--dsos=::
Only consider symbols in these dsos. CSV that understands
file://filename entries.
--n
---show-nr-samples
+-n::
+--show-nr-samples=::
Show the number of samples for each symbol
--T
---threads
+-T::
+--threads=::
Show per-thread event counters
?-C::
?--comms=::

2009-11-09 12:01:06

by Zeev Tarantov

[permalink] [raw]
Subject: [tip:perf/core] perf tools: Fix syntax in documentation

Commit-ID: ca2b900f9af1586b9889ccc4b12e453c13268bd5
Gitweb: http://git.kernel.org/tip/ca2b900f9af1586b9889ccc4b12e453c13268bd5
Author: Zeev Tarantov <[email protected]>
AuthorDate: Mon, 9 Nov 2009 13:26:13 +0200
Committer: Ingo Molnar <[email protected]>
CommitDate: Mon, 9 Nov 2009 12:58:04 +0100

perf tools: Fix syntax in documentation

Fix trivial syntax in perf-events user-space tools
documentation.

Signed-off-by: Zeev Tarantov <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
---
tools/perf/Documentation/perf-report.txt | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tools/perf/Documentation/perf-report.txt b/tools/perf/Documentation/perf-report.txt
index 59f0b84..9dccb18 100644
--- a/tools/perf/Documentation/perf-report.txt
+++ b/tools/perf/Documentation/perf-report.txt
@@ -24,11 +24,11 @@ OPTIONS
--dsos=::
Only consider symbols in these dsos. CSV that understands
file://filename entries.
--n
---show-nr-samples
+-n::
+--show-nr-samples::
Show the number of samples for each symbol
--T
---threads
+-T::
+--threads::
Show per-thread event counters
-C::
--comms=::