summaryrefslogtreecommitdiffstats
path: root/tools/perf/Documentation
diff options
context:
space:
mode:
authorJaswinder Singh Rajput2009-06-22 22:52:39 +0200
committerIngo Molnar2009-06-23 10:20:02 +0200
commitdee412066aeb16c43cf31599948c1a1de385df56 (patch)
tree9dc36980022a2138b0da9050fb6e3813f7ef6cc9 /tools/perf/Documentation
parentperf_counter tools: Set alias for page-faults (diff)
downloadkernel-qcow2-linux-dee412066aeb16c43cf31599948c1a1de385df56.tar.gz
kernel-qcow2-linux-dee412066aeb16c43cf31599948c1a1de385df56.tar.xz
kernel-qcow2-linux-dee412066aeb16c43cf31599948c1a1de385df56.zip
perf stat: Fix command option / manpage
-l is not supported, it should be -S for scale. Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Cc: Peter Zijlstra <peterz@infradead.org> LKML-Reference: <1245703959.6167.16.camel@localhost.localdomain> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/Documentation')
-rw-r--r--tools/perf/Documentation/perf-stat.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/perf/Documentation/perf-stat.txt b/tools/perf/Documentation/perf-stat.txt
index c368a72721d7..0d74346d21ab 100644
--- a/tools/perf/Documentation/perf-stat.txt
+++ b/tools/perf/Documentation/perf-stat.txt
@@ -8,8 +8,8 @@ perf-stat - Run a command and gather performance counter statistics
SYNOPSIS
--------
[verse]
-'perf stat' [-e <EVENT> | --event=EVENT] [-l] [-a] <command>
-'perf stat' [-e <EVENT> | --event=EVENT] [-l] [-a] -- <command> [<options>]
+'perf stat' [-e <EVENT> | --event=EVENT] [-S] [-a] <command>
+'perf stat' [-e <EVENT> | --event=EVENT] [-S] [-a] -- <command> [<options>]
DESCRIPTION
-----------
@@ -40,7 +40,7 @@ OPTIONS
-a::
system-wide collection
--l::
+-S::
scale counter values
EXAMPLES