diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-06-23 16:39:53 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-06-23 16:39:53 +0200 |
commit | b0a28589b2fc9bee8ed83dee006a497d1ce93841 (patch) | |
tree | 0919a019b112669712b354d87d8c4f4038f65f0e /tools | |
parent | f344011ccb85469445369153c3d27c4ee4bc2ac8 (diff) | |
download | linux-3.10-b0a28589b2fc9bee8ed83dee006a497d1ce93841.tar.gz linux-3.10-b0a28589b2fc9bee8ed83dee006a497d1ce93841.tar.bz2 linux-3.10-b0a28589b2fc9bee8ed83dee006a497d1ce93841.zip |
perf report: Fix help text typo
Reported-by: Brice Goglin <Brice.Goglin@inria.fr>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/Documentation/perf-report.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Documentation/perf-report.txt b/tools/perf/Documentation/perf-report.txt index 52d3fc6846a..40c1db83a16 100644 --- a/tools/perf/Documentation/perf-report.txt +++ b/tools/perf/Documentation/perf-report.txt @@ -13,7 +13,7 @@ SYNOPSIS DESCRIPTION ----------- This command displays the performance counter profile information recorded -via perf report. +via perf record. OPTIONS ------- |