aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf')
-rw-r--r--tools/perf/Documentation/perf-diff.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/perf/Documentation/perf-diff.txt b/tools/perf/Documentation/perf-diff.txt
index bd1ee55cef6a..b7c393bf9ec1 100644
--- a/tools/perf/Documentation/perf-diff.txt
+++ b/tools/perf/Documentation/perf-diff.txt
@@ -3,7 +3,7 @@ perf-diff(1)
3 3
4NAME 4NAME
5---- 5----
6perf-diff - Read perf.data (created by perf record) and display the profile 6perf-diff - Read two perf.data files and display the differential profile
7 7
8SYNOPSIS 8SYNOPSIS
9-------- 9--------
@@ -12,7 +12,7 @@ SYNOPSIS
12 12
13DESCRIPTION 13DESCRIPTION
14----------- 14-----------
15This command displays the performance difference among two perf.data files 15This command displays the performance difference amongst two perf.data files
16captured via perf record. 16captured via perf record.
17 17
18If no parameters are passed it will assume perf.data.old and perf.data. 18If no parameters are passed it will assume perf.data.old and perf.data.
@@ -21,10 +21,10 @@ OPTIONS
21------- 21-------
22-p:: 22-p::
23--percentage:: 23--percentage::
24 Show percentages instead of raw counters 24 Show percentages instead of raw counts
25-v:: 25-v::
26--verbose:: 26--verbose::
27 Be verbose, for instance, show the raw counters in addition to the 27 Be verbose, for instance, show the raw counts in addition to the
28 diff. 28 diff.
29SEE ALSO 29SEE ALSO
30-------- 30--------